All of lore.kernel.org
 help / color / mirror / Atom feed
From: Zhen Wang <mailtojarod@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] TFTP times out?
Date: Thu, 10 Nov 2005 11:10:32 +0800	[thread overview]
Message-ID: <4372BA28.9040401@gmail.com> (raw)

Hi wd,
   Yeah, I've read relevant topics in DULG and then revised my 
configuration header file as following:

#define CONFIG_ETHADDR			00:50:c2:1e:af:fb
#define CONFIG_NETMASK			255.255.255.0
#define CONFIG_IPADDR			192.168.123.100
#define CONFIG_SERVERIP			192.168.123.115
#define CONFIG_BOOTFILE			"zImage"
#define CONFIG_BOOTCOMMAND		"tftpboot\; go 0c480000"
#define CFG_LOAD_ADDR			0x0c480000

   I'm running Fedora Core 4 on my PC. I've got the tftp-server rpm 
installed, iptables turned off, tftp service enabled and xinetd 
restarted, zImage copied under the /tftpboot/ directory. But after 5 sec 
boot delay the TFTP seemed to time out like this:

TFTP from server 192.168.123.115; out IP is 192.168.123.100
Filename: 'zImage'
Load address: 0xc480000
Loading: T T # # T # T T (omitted)
Retry count exceeded; starting again

Then I interrupted the command and tried to ping my PC:

jx44b0>ping 192.168.123.115
host 192.168.123.115 is alive

I think the network condition is OK, but the TFTP always times out. I 
want to configure a longer timeout value for TFTP but don't know where. 
Waiting for your reply. Thanks a lot.

Best regards,
Zhen Wang

             reply	other threads:[~2005-11-10  3:10 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-11-10  3:10 Zhen Wang [this message]
2005-11-10  3:18 ` [U-Boot-Users] TFTP times out? Sam Song
2005-11-10  4:19   ` Zhen Wang
2005-11-10  4:37     ` Bharathi Subramanian
2005-11-10  6:12       ` Zhen Wang
2005-11-10  8:42         ` Wolfgang Denk
2005-11-10  7:59 ` Eckart Goehler
  -- strict thread matches above, loose matches on Subject: below --
2005-11-10  9:23 André Berggren
2005-11-10 13:40 ` Jerry Van Baren
2005-11-10 15:12   ` NZG
2005-11-11  6:18 ` Zhen Wang
2005-11-11  8:49 Martin Krause
2005-11-11  9:36 ` Wolfgang Denk

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=4372BA28.9040401@gmail.com \
    --to=mailtojarod@gmail.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.