From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-out.m-online.net (mail-out.m-online.net [212.18.0.9]) by ozlabs.org (Postfix) with ESMTP id 0B9CEDDDF2 for ; Fri, 25 Jan 2008 18:36:33 +1100 (EST) Message-ID: <47998D8B.8050100@denx.de> Date: Fri, 25 Jan 2008 08:19:39 +0100 From: Heiko Schocher MIME-Version: 1.0 To: "Bizhan Gholikhamseh (bgholikh)" Subject: Re: Failed to mount rootfs References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Cc: linuxppc-embedded@ozlabs.org Reply-To: hs@denx.de List-Id: Linux on Embedded PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hello Bizhan, "Bizhan Gholikhamseh (bgholikh)" wrote: > Our custom board is leveraged from MPC8541cds from freescale. > We have been running Linux 2.6.11 on it recently I have tried to boot > the system with the latest Linux 2.6.22-rc4 from PowerPC git tree. > > I did ported the libfdt to our older version of the uboot and were able > to Hmm... why you didnt use actual code? [...] > 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"; > }; > }; Here is your problem, you have 2 choosen nodes: 64k data, 108k bss, 116k init) Mount-cache hash table entries: 512 device-tree: Duplicate name in /, renamed to "chosen#1" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -> Linux didnt find your commandline ... Hmm... do you have CONFIG_OF_FLAT_TREE and CONFIG_OF_LIBFDT defined? If so, this would explain, why you have 2 choosen nodes. bye, Heiko -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany