I am using am1806 processor and we have 128MB nand flash on our board. I was trying to put ubifs in NAND. I am using mtd-utils 1.5.0. While restarting the board I am getting an error : “ubi_io_read: error -74 (ECC error) while reading 126976 bytes from PEB 4:4096, read 126976 bytes” .. I used the following commands to build the ubifs image.
Commands:
mkfs.ubifs -r rootfs -m 2048 -e 126976 -c 600 -F -o ubifs.img
ubinize -o ubi.img -m 2048 -p 128KiB -s 2048 -O 2048 ubinize.cfg
I am attaching the complete boot log in both the cases. Please suggest me the solution.
2727.second_boot.TXT4540.first_boot.TXT
Thanks
Vasu Vallabhaneni