From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from az33egw02.freescale.net (az33egw02.freescale.net [192.88.158.103]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "az33egw02.freescale.net", Issuer "Thawte Premium Server CA" (verified OK)) by ozlabs.org (Postfix) with ESMTPS id 4983CDDDFB for ; Tue, 18 Nov 2008 04:00:57 +1100 (EST) Message-ID: <4921A2EE.6050201@freescale.com> Date: Mon, 17 Nov 2008 10:59:26 -0600 From: Scott Wood MIME-Version: 1.0 To: Joaquin Luna Subject: Re: command line partition information References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Cc: linuxppc-embedded@ozlabs.org List-Id: Linux on Embedded PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Joaquin Luna wrote: > I do not list any partitions in my dts file, though I tried and not seen > any change in the behavior. I have enabled the option in the kernel to > parse the partition information from the kernel command line, is there > something else I need to do to set up the mtdblockX devices? Did you enable CONFIG_MTD_OF_PARTS for device-tree-based partitions? > mtdparts=mtdparts=nand0:2m(u-boot),3M(kernel),128K(dtb),30M(jffs2),32M(mycust),90M(myfs),90M(myfs2) Try replacing "nand0" with "ff800000.flash". -Scott