From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerry Van Baren Date: Mon, 22 May 2006 08:25:01 -0400 Subject: [U-Boot-Users] uboot can't download files through tftp In-Reply-To: <446E58A3.00001D.10961@bj163app44.163.com> References: <446E58A3.00001D.10961@bj163app44.163.com> Message-ID: <4471AD9D.5050504@smiths-aerospace.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de cpjzjut wrote: > Hi, > When i was downloading a file through tftp,there was a problem.It > likes these: > " TFTP from server 10.0.0.155; our IP address is 10.0.0.110 > Filename '0A00006E.img'. > Load address: 0x30000000 > Loading: T T T" > > The board can ping the pc. > > > I don't know why? > Best regards, > Ben 1) Run ethereal and sniff the ethernet, see what the TFTP packets are being transmitted. Quite likely you will find you don't have a TFTP server on 10.0.0.155. 2) Run TFTP on a different machine and see if you can get the file. This will show if the TFTP server is operational. gvb