From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail0.scram.de (mail0.scram.de [78.47.204.202]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail0.scram.de", Issuer "scram e.V. CA" (not verified)) by ozlabs.org (Postfix) with ESMTP id 2ECF3DDE10 for ; Fri, 25 Jan 2008 09:11:02 +1100 (EST) Message-ID: <47990D51.9080803@scram.de> Date: Thu, 24 Jan 2008 23:12:33 +0100 From: Jochen Friedrich 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 List-Id: Linux on Embedded PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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