public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Ben Warren <biggerbadderben@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] UBoot NFS timeout
Date: Wed, 22 Apr 2009 11:05:27 -0700	[thread overview]
Message-ID: <49EF5C67.6010402@gmail.com> (raw)
In-Reply-To: <23175474.post@talk.nabble.com>

Hi Christopher,

christopher.mcnamara wrote:
> I'm having trouble booting my linux image over a nfs share. 
> The share is on an openSuse 11 server. I am able to mount the folder on a
> centOS machine 
> and copy the file over the network so I believe it is setup properly. My
> UBoot output is
>
> File transfer via NFS from server xxx.xxx.50.21; our IP address is
> xxx.xxx.50.15
> 1
> Filename '/root/Desktop/susenfs/bootme4linux.bin'.
> Load address: 0x80000000
> Loading: #################################################################
>          #Timeout
>
> When I try a nfs share on the CentOS machine it times out immediately. 
>
> Anyone ever seen this?
>
> UBoot 1.2.0, however the NFS code is the same.
>
> Is the the correct way to activate NFS in my uboot image?
>
> #define CONFIG_COMMANDS ( \
> CONFIG__CMD_DFL | \
> CFG_CMD_NET  | \
> CFG_CMD_PING | \
> CFG_CMD_MII | \
> CFG_CMD_DHCP | \
> CFG_CMD_MEMORY | \
> CFG_CMD_NFS)
>   
What processor and Ethernet controller are you using?  NFS initially 
bursts a lot of full-size frames and if your MAC can't keep up you'll 
have trouble connecting.  Try limiting the read block size on the client 
by specifying 'rsize=' parameter.

regards,
Ben

  reply	other threads:[~2009-04-22 18:05 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-04-22 14:08 [U-Boot] UBoot NFS timeout christopher.mcnamara
2009-04-22 18:05 ` Ben Warren [this message]
2009-04-22 18:30   ` Christopher McNamara
2009-04-23  5:56     ` Ben Warren

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=49EF5C67.6010402@gmail.com \
    --to=biggerbadderben@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox