From: Ccool <ccool@ninjatech.biz>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] Questions of uImage on sbc8260 board
Date: Tue, 07 Dec 2004 11:41:54 -0500 [thread overview]
Message-ID: <200412071141.54174.ccool@ninjatech.biz> (raw)
In-Reply-To: <20041203054507.79341.qmail@web54404.mail.yahoo.com>
Le 3 D?cembre 2004 00:45, duo dong a ?crit :
> VFS: Cannot open root device "" or 00:00 <<--??
> Please append a correct "root=" boot option <<--??
> Kernel panic: VFS: Unable to mount root fs on 00:00
> <<--??
That ain't good ;)
> <0>Rebooting in 180 seconds..
> The u-boot envs are:
> => printenv
> bootcmd=version;echo;bootp;setenv bootargs
> root=/dev/nfs rw nfsroot=$(serverip):$(rootpath)
> ip=$(ipaddr):$(serverip):$(gatewayip):$(netmask):$(hostname)::off;bootm
> bootdelay=5
> baudrate=9600
> ethaddr=00:a0:1e:a8:7b:cb
> loads_echo=1
> do_echo=1
> ipaddr=10.0.0.99
> serverip=10.0.0.2
> netmask=255.0.0.0
> hostname=sbc8260
> stdin=serial
> stdout=serial
> stderr=serial
> ver=U-Boot 1.0.2 (Nov 27 2004 - 10:55:29)
you don't have any "bootargs" setup!! this might be it
> Q2. I marked several places above by "<<--??". Any one
> see those before? If you do, please let me know how to
> fix them.
If I understand correctly your problem, it is quite simple actually. You need
a variable "bootargs" to be passed to the kernel... you could do something
like that:
setenv console=ttyS0,9600 ip=$(ipaddr) root=$(root)
type that and with your u-boot settings, it should work.
good luck
Rapha?l
next prev parent reply other threads:[~2004-12-07 16:41 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-12-03 5:45 [U-Boot-Users] Questions of uImage on sbc8260 board duo dong
2004-12-03 7:42 ` Wolfgang Denk
2004-12-07 13:53 ` Richard Danter
2004-12-07 23:15 ` duo dong
2004-12-07 23:58 ` Wolfgang Denk
2004-12-08 12:14 ` Richard Danter
2004-12-08 12:17 ` Richard Danter
2004-12-09 6:34 ` duo dong
2004-12-09 7:42 ` Wolfgang Denk
2004-12-07 16:41 ` Ccool [this message]
-- strict thread matches above, loose matches on Subject: below --
2004-12-03 13:01 VanBaren, Gerald
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=200412071141.54174.ccool@ninjatech.biz \
--to=ccool@ninjatech.biz \
--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.