Hi All,
I am trying to flashing the sdk 06,00,00 images to Beagleboard xm based custom board.
Getting errors while loading the file system partition.
[ 1.060333] NAND device: Manufacturer ID: 0xad, Chip ID: 0xbc (Hynix NAND 512MiB 1,8V 16-bit)
[ 1.070220] Creating 5 MTD partitions on "omap2-nand.0":
[ 1.075836] 0x000000000000-0x000000080000 : "X-Loader"
[ 1.082733] 0x000000080000-0x000000260000 : "U-Boot"
[ 1.089843] 0x000000260000-0x000000280000 : "U-Boot Env"
[ 1.096710] 0x000000280000-0x000000680000 : "Kernel"
[ 1.104583] 0x000000680000-0x000020000000 : "File System"
[ 1.290527] UBI: attaching mtd4 to ubi0
[ 1.294586] UBI: physical eraseblock size: 131072 bytes (128 KiB)
[ 1.301177] UBI: logical eraseblock size: 129024 bytes
[ 1.306854] UBI: smallest flash I/O unit: 2048
[ 1.311767] UBI: sub-page size: 512
[ 1.316619] UBI: VID header offset: 512 (aligned 512)
[ 1.322753] UBI: data offset: 2048
[ 1.327972] UBI error: validate_ec_hdr: bad VID header offset 2048, expected 512
[ 1.335754] UBI error: validate_ec_hdr: bad EC header
[ 1.341064] UBI error: ubi_io_read_ec_hdr: validation failed for PEB 0
[ 1.347961] UBI error: ubi_init: cannot attach mtd4
I assume there is a error with sub page size.but Couldnt find the exact issue.
Can any one point me how to fix this error.
Regards,
Dibin