From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from az33egw01.freescale.net (az33egw01.freescale.net [192.88.158.102]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "az33egw01.freescale.net", Issuer "Thawte Premium Server CA" (verified OK)) by ozlabs.org (Postfix) with ESMTP id 0032DDDE0E for ; Fri, 25 Jan 2008 11:24:33 +1100 (EST) Message-ID: <47992C24.3000306@freescale.com> Date: Thu, 24 Jan 2008 18:24:04 -0600 From: Scott Wood MIME-Version: 1.0 To: Andy Fleming Subject: Re: Failed to mount rootfs References: <47990D51.9080803@scram.de> <389A2D5D-C1D1-469A-9436-969005D7071A@freescale.com> In-Reply-To: <389A2D5D-C1D1-469A-9436-969005D7071A@freescale.com> Content-Type: text/plain; charset=UTF-8; format=flowed Cc: "Bizhan Gholikhamseh \(bgholikh\)" , linuxppc-embedded@ozlabs.org List-Id: Linux on Embedded PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Andy Fleming wrote: >> I do not know why it is creating two chosen node. In my dts file I >> have >> placed one empty chosen node: >> chosen{ >> }; >> If I do not do this, I get the following error during boot process: >> >> libfdt: FDT_ERR_TRUNCATED >> Failed creating the /chosen node (0x00C00000), aborting. >> >> Any reason?? > > Are you adding padding to your dtb? > > Try adding "-p 1024" to your dtc command line I was going to ask that, but was confused by the fact that the error was FDT_ERR_TRUNCATED, not FDT_ERR_NOSPACE. -Scott