From mboxrd@z Thu Jan 1 00:00:00 1970 From: Moshe Artzi Date: Wed, 3 Nov 2010 17:28:50 +0200 Subject: [U-Boot] U Boot ethernet problem In-Reply-To: <201011031529.20117.marek.vasut@gmail.com> References: <000001cb7b5f$66ba3520$342e9f60$@com> <201011031529.20117.marek.vasut@gmail.com> Message-ID: <001001cb7b6b$d2d23620$7876a260$@com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de I have tried :tftp , dhcp , tftpboot. Using tftpd32 server application -----Original Message----- From: Marek Vasut [mailto:marek.vasut at gmail.com] Sent: Wednesday, November 03, 2010 4:29 PM To: Moshe Artzi Cc: 'Gena Chap'; u-boot at lists.denx.de; openocd-development at lists.berlios.de Subject: Re: U Boot ethernet problem On Wednesday 03 November 2010 14:59:55 Moshe Artzi wrote: > Hi Marek, > > > > I finally running u boot on my PXA320 but, > > I don't know why but, > > > > When I'm sending ping from the u boot to the host it pings ok. > > But when I'm trying to ping from the host to the u boot it lost. > > That's why I'm not able to download an image to the u boot. Because u-boot only starts the network chip for the time when it sends packets. It doesn't activelly wait for pings (the chip is off), that's why it doesn't react. It's not the reason why you're not able to download the image. The fact it pings means the network chip works. What command do you use to download the image? > > > > Any ideas ? > > > > Thanks, > > > > Moshe Artzi > > Software engineer > > > > Niron systems > > Tel : 09-7407626 > > Ex : 104 > > Fax: 09-8651510 > > Mobile : 050-3356312 > > Email : Moshe_a at niron-sys.com > > Site: www.niron-sys.com