
All,
Background: Trying to enable UBI and testing it on NAND Flash currently. Our board has a Cortex A9 processor. The Flash part is a 8Gb/2K Page from ST microelectonics. U-boot base version is U-boot 2009.08, all NAND operations, Read/Write/Erase works fine. Error log and the partition list is pasted below. Any ideas as to what could be wrong here? is there a patch to fix this issue?
Apollo # ubi part root Creating 1 MTD partitions on "nand0": 0x000000700000-0x000002700000 : "mtd=2" UBI: attaching mtd4 to ubi0 UBI error: io_init: unaligned VID header shift -119389019 not used
Apollo # mtdparts
device nand0 <nand>, # parts = 4 #: name size offset mask_flags 0: boot 0x00180000 0x00000000 0 1: kernel 0x00500000 0x00180000 0 2: root 0x02000000 0x00700000 0 3: appfs 0x02000000 0x02700000 0
active partition: nand0,0 - (boot) 0x00180000 @ 0x00000000
defaults: mtdids : nand0=nand mtdparts: mtdparts=nand:1536k@0k(boot),5m@1536k(kernel),32m@7m(root),32m@39m (app fs),-(extra)