From mboxrd@z Thu Jan 1 00:00:00 1970 From: Li Weichen Date: Wed, 2 Nov 2005 10:31:33 +0800 Subject: [U-Boot-Users] Help about tftp download In-Reply-To: <43678B9E.4090306@smiths-aerospace.com> Message-ID: <4368250e.034a60ea.7467.547a@mx.gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > > Another suggestion: from a (linux) box command line, tftp to your server > and verify that it works. Your message is indicating that your server > is 192.168.4.1 and the file you are trying to get is > /tftpboot/u-boot.bin so do the following (I'm typing this from memory, > so it may not be quite right)... > > $ tftp 192.168.4.1 > tftp> get /tftpboot/u-boot.bin Sorry but after I typed tftp 192.168.4.1, it came up with message looks like get uImage froam tftp server automatically. > > Getting TFTP to work (i.e. properly configured) usually solves the > problem in my experience. > > gvb