Hi all,
I have ported the linux to our custom board which is having 64M nand flash, I am geeting following error when mount ting the nand block
# mount -t jffs2 /dev/mtdblock2 /mnt/nand/
jffs2: Flash size not aligned to erasesize, reducing to 60896KiB
jffs2: Erase block size too small (16KiB). Using virtual blocks size (32KiB) instead
ECC_STATE_TOO_MANY_ERRS
numErrors=1
mtd->read(0x400 bytes from 0x0) returned ECC error
numErrors=1
numErrors=1
numErrors=1
numErrors=1
I found this in some forums that it is due to oob issue. can some one help me how to configure the oob.
Thanks
Thalib