From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tolunay Orkun Date: Tue, 23 May 2006 01:49:33 -0500 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: <4472B07D.9050700@orkun.us> 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. > You are trying to download the file 0A00006E.img from the server. Is this file present on the server? This file name is made from your MAC address apparently. I think you forgot to specify file name in your tftp command line unless you really want to download the made up filename according to your MAC address. Please provide the command you have typed if you are looking for more specific help next time. Best regards, Tolunay