From mboxrd@z Thu Jan 1 00:00:00 1970 From: Karl Krach Date: Thu, 15 Jul 2010 21:32:06 +0200 Subject: [U-Boot] ubifsmount fails after booting linux In-Reply-To: References: Message-ID: <4C3F6236.4030809@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 On 07/09/2010 05:21 PM, Karl Krach wrote: > Hello, > Just for documentation: U-boot/mtdparts detected only the first 512Mb of the dual component flash chip while Linux (through the device tree) used the full 1024Mb. It seems that mounting a 1024Mb mtd device, which was created as 512Mb partition works better, than mounting a 512Mb mtd device which was mounted as 1024Mb before. Charly > > Problem: After booting linux once, I cannot mount my ubifs from uboot any > more. (But: On linux it is still working fine...) > > I receive once again: > UBIFS error (pid 0): ubifs_read_node: bad node type > (255 but expected 6) > UBIFS error (pid 0): ubifs_read_node: bad node at LEB 0:0 > Error reading superblock on volume 'ubi:rootfs'! >