linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: Jochen Friedrich <jochen@scram.de>
To: "Bizhan Gholikhamseh (bgholikh)" <bgholikh@cisco.com>
Cc: linuxppc-embedded@ozlabs.org
Subject: Re: Failed to mount rootfs
Date: Thu, 24 Jan 2008 23:12:33 +0100	[thread overview]
Message-ID: <47990D51.9080803@scram.de> (raw)
In-Reply-To: <F795765B112E7344AF36AA911279641502D1A9F4@xmb-sjc-212.amer.cisco.com>

Hi Bizhan,

> device-tree: Duplicate name in /, renamed to "chosen#1"

> And here is the device tree:
>     chosen {
>         linux,stdout-path = "/soc8541@e0000000/serial@4600";
>     };
>     chosen {
>         name = "chosen";
>         bootargs = "root=/dev/ram rw console=ttyS1,115200";
>         linux,platform = <600>;
>         linux,initrd-start = <1ef33000>;
>         linux,initrd-end = <1fe190aa>;
>         linux,stdout-path = "/soc8541@e0000000/serial@4600";
>     };

you can't have two chosen nodes. Linux renames the second one to chosen#1 and thus can't find the kernel arguments.

Thanks,
Jochen

  reply	other threads:[~2008-01-24 22:11 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-01-24 21:53 Failed to mount rootfs Bizhan Gholikhamseh (bgholikh)
2008-01-24 22:12 ` Jochen Friedrich [this message]
2008-01-24 22:25   ` Bizhan Gholikhamseh (bgholikh)
2008-01-24 23:39     ` Andy Fleming
2008-01-25  0:24       ` Scott Wood
     [not found] <mailman.1307.1201212280.6908.linuxppc-embedded@ozlabs.org>
2008-01-25  7:19 ` Heiko Schocher
2008-01-25 16:47   ` Bizhan Gholikhamseh (bgholikh)
2008-01-26  7:41     ` Heiko Schocher

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=47990D51.9080803@scram.de \
    --to=jochen@scram.de \
    --cc=bgholikh@cisco.com \
    --cc=linuxppc-embedded@ozlabs.org \
    /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;
as well as URLs for NNTP newsgroup(s).