All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jerry Van Baren <gerald.vanbaren@smiths-aerospace.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] Help about tftp download
Date: Tue, 01 Nov 2005 10:37:02 -0500	[thread overview]
Message-ID: <43678B9E.4090306@smiths-aerospace.com> (raw)
In-Reply-To: <6.2.3.4.1.20051101083850.01f0d688@mail.int.acdstar.com>

> At 06:50 AM 11/1/2005, Li Weichen wrote:
> 
>> Hi everyone:
>>
>> I am trying to download u-boot.bin to OMAP5912OSK through tftp.  But 
>> when I
>> type the commad in u-boot prompt, it shows following error messages:
>>
>> OMAP5912 OSK # tftpboot 0x10000000 /tftpboot/u-boot.bin TFTP from server
>> 192.168.4.1; our IP address is 192.168.4.190 Filename
>> '/tftpboot/u-boot.bin'.
>> Load address: 0x10000000
>> Loading: T T T T T T T T T T
>> Retry count exceeded; starting again
>> .......
>>
>> What's wrong with my setups?
>>
>> Thank you and best regards!
>>
>> Li Weichen
>> 2005-11-1
> 
> Bob Peterson wrote:
> Hi Li,
> 
> The "T T T T T" messages indicate a timeout, which means the client thinks
> the packets are going out and not getting a reply.  I've seen this many 
> times and
> it can mean many different things.  I'm not all-knowing and all-seeing, 
> but I
> can make some suggestions.  First, make sure that you have a file called

[snipped good advice]

> Hope this helps.
> 
> Regards,
> 
> Bob Peterson

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

Getting TFTP to work (i.e. properly configured) usually solves the 
problem in my experience.

gvb

  reply	other threads:[~2005-11-01 15:37 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-11-01 12:50 [U-Boot-Users] Help about tftp download Li Weichen
2005-11-01 13:11 ` Wolfgang Denk
2005-11-02  2:56   ` Li Weichen
2005-11-01 14:53 ` Bob Peterson
2005-11-01 15:37   ` Jerry Van Baren [this message]
2005-11-02  2:31     ` Li Weichen
2005-11-02 12:58       ` Jerry Van Baren
2005-11-03  3:08         ` Li Weichen
2005-11-02  2:27   ` Li Weichen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=43678B9E.4090306@smiths-aerospace.com \
    --to=gerald.vanbaren@smiths-aerospace.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.