public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Alex Zeffertt <ajz@cambridgebroadband.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] Help U-Boot NFS filesystem.
Date: Fri, 09 Jun 2006 09:48:31 +0100	[thread overview]
Message-ID: <448935DF.9050703@cambridgebroadband.com> (raw)
In-Reply-To: <BAY107-DAV10BFF455E74EC007966499C58B0@phx.gbl>

> Uncompressing
> Linux.............................................................
> ............. done, booting the kernel.
> Linux version 2.6.16 (root at second) (gcc version 4.0.0 (DENX ELDK 4.0 4.0.0))
> #16
>  Thu Jun 8 03:40:10 AQTT 2006
> CPU: ARM920Tid(wb) [41129200] revision 0 (ARMv4T)
> Machine: Atmel AT91RM9200-DK
> Memory policy: ECC disabled, Data cache writeback
> Clocks: CPU 179 MHz, master 59 MHz, main 18.432 MHz
> CPU0: D VIVT write-back cache
> CPU0: I cache: 16384 bytes, associativity 64, 32 byte lines, 8 sets
> CPU0: D cache: 16384 bytes, associativity 64, 32 byte lines, 8 sets
> Built 1 zonelists
> Kernel command line: root=/dev/nfs rw nfsroot=${serverip}:${rootpath}
> ip=${ipadd
> r}:${serverip}:${gatewayip}:${netmask}:${hostname}::off


Quite apart from the MAC address issue, you need to fix your kernel
command line.  The variables in the last line above do not make sense
to the kernel, it needs to be passed actual IP addresses.

Note: if you don't know what the IP addresses will be (because they
are delivered by a DHCP server, for example) you can do this:

setenv bootcmd setenv bootargs root=/dev/nfs rw nfsroot=\${serverip}:\${rootpath} ... \; bootm ...

Alex

  parent reply	other threads:[~2006-06-09  8:48 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-06-08 16:34 [U-Boot-Users] Help U-Boot NFS filesystem muqiyong
     [not found] ` <008501c68b19$639091e0$8ed3fea9@first>
2006-06-08 16:57   ` Wolfgang Denk
2006-06-08 17:57     ` Marco Cavallini
2006-06-08 19:49       ` Wolfgang Denk
2006-06-08 20:22         ` Marco Cavallini
2006-06-08 20:59           ` Wolfgang Denk
2006-06-08 20:40         ` [U-Boot-Users] Help U-Boot NFS filesystem->bootloader MAC NZG
2006-06-08 21:40           ` Wolfgang Denk
2006-06-08 22:31             ` [U-Boot-Users] bootloader MAC NZG
2006-06-08 22:58               ` Rune Torgersen
2006-06-08 23:16                 ` NZG
2006-06-08 23:24                   ` Rune Torgersen
2006-06-09  0:49                     ` Wolfgang Denk
2006-06-09  0:44               ` Wolfgang Denk
2006-06-09  4:06                 ` NZG
2006-06-09  7:44                   ` Wolfgang Denk
2006-06-09 14:23                     ` NZG
2006-06-09 16:56                       ` Wolfgang Denk
2006-06-09 17:14                         ` NZG
2006-06-09 17:58                         ` NZG
2006-06-09  8:48 ` Alex Zeffertt [this message]
2006-06-09 12:22   ` [U-Boot-Users] Help U-Boot NFS filesystem muqiyong
     [not found]     ` <002401c68bbf$6f7dfd20$8ed3fea9@first>
2006-06-09 13:08       ` Wolfgang Denk
2006-06-10  3:18         ` [U-Boot-Users] Help U-Boot NFS filesystem. (Flash error! maybe I need wait my next board) muqiyong

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=448935DF.9050703@cambridgebroadband.com \
    --to=ajz@cambridgebroadband.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