Hi,
it is usually write flash with the commands bellow. But when I write just a part of whole system, for example:
fatload mmc 0 0x81280000 uImage.bin
nand write 0x81280000 0x280000 0x500000
in general ECC errors appear or the system initialization stops in uboot. The same happen when use nandwrite command in linux. Someone has any idea about it? how to resolve it?
whole system writing:
------------------------------------------
mmc rescan nand erase.chip fatload mmc 0 0x81000000 MLO cp.b 0x81000000 0x81020000 20000 cp.b 0x81000000 0x81040000 20000 cp.b 0x81000000 0x81060000 20000 fatload mmc 0 0x81080000 u-boot.img fatload mmc 0 0x81260000 uEnv.txt fatload mmc 0 0x81280000 uImage.bin fatload mmc 0 0x81780000 ubi.img nand write 0x81000000 0x0 0x2000000 saveenv