From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from smtp2-g21.free.fr ([2a01:e0c:1:1599::11]) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1SDEYz-0006AP-Th for barebox@lists.infradead.org; Thu, 29 Mar 2012 12:34:50 +0000 Date: Thu, 29 Mar 2012 14:34:42 +0200 From: Eric =?ISO-8859-1?B?QuluYXJk?= Message-ID: <20120329143442.0df5cccd@eb-e6520> In-Reply-To: References: <20120329140303.71c94361@eb-e6520> Mime-Version: 1.0 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Sender: barebox-bounces@lists.infradead.org Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: Re: Create NAND Partition through barebox To: christian.buettner@rafi.de Cc: barebox@lists.infradead.org Le Thu, 29 Mar 2012 14:32:01 +0200, christian.buettner@rafi.de a =E9crit : > This is my current config: > = > #!/bin/sh > = > machine=3Dtest > = > kernel_loc=3Dnand > rootfs_loc=3Dnand > = > rootfs_type=3Dubifs > = > kernel=3DzImage > rootfs=3Drootfs > envimage=3Denviron.bin > = > autoboot_timeout=3D3 > = > nfsroot=3D"/tools/rootfs/test" > = > console=3D"console=3Dttymxc0,115200" > = > bootargs=3D${console} > = > nand_parts=3D"256k(barebox)ro,768k(bareboxenv),4M(kernel),-(root)" > kdev=3D"/dev/nand0.kernel.bb" > rootfs_mtdblock_nand=3D3 > = > = > = > But i see no NAND in devinfo > = this one works on an i.MX535 here : nand_parts=3D"512k(barebox)ro,512k(bareboxenv),3M(kernel),-(root)" rootfs_mtdblock_nand=3D3 nand_device=3D"mxc_nand" ubiroot=3D"$machine-rootfs" device_type=3D"nand" Eric _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox