From mboxrd@z Thu Jan 1 00:00:00 1970 From: Karl Krach Date: Sat, 19 Jun 2010 12:29:13 +0200 Subject: [U-Boot] Problems with creating an UBIFS partition with uboot In-Reply-To: References: <4C1BBCCD.9010502@blueSpirit.la> Message-ID: <4C1C9BF9.50607@blueSpirit.la> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello Matthew, thanks a lot, I will try this approach on Monday, when I'm back at work. > At a glance, one problem is the use of ubinize, which is intended to > work when doing "bare NAND" flashing with no awareness of UBI. I.e. > if you tried these steps with "rootfs.ubifs" rather than > "rootfs.ubi.img", they'd probably work. However, that doesn't explain > why the last attempt (doing a straight "nand write") also fails, since > that should work with the ubinized image. I like this apprach, since buildroot creates an ubifs file for me, so I don't need the extra step to create the image with ubinize. Best regards, Charly