Failed to mount rootfs

Jochen Friedrich jochen at scram.de
Fri Jan 25 09:12:33 EST 2008


Hi Bizhan,

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

> And here is the device tree:
>     chosen {
>         linux,stdout-path = "/soc8541 at e0000000/serial at 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 at e0000000/serial at 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


More information about the Linuxppc-embedded mailing list