Hi There,
I am trying to write a software update tool to flash x-loader, u-boot,
kernel & filesystem with kernel. Everything works great except x-
loader flashing. Here is the command that I've used
"flash_eraseall /dev/mtd4"
"nandwrite -p /dev/mtd4 ./mlo"
Though these commands run without error but alas!! the rom boot
doesn't fetch x-loader. I know it is b/c of hw ecc not being used by
nandwrite utility. If I am right.??? I hope yes…
Can you guys suggest me a workaround to accomplish the same? FYI: I
enabled HW ECC in kernel as well but no luck?
Any help..
THanks
Kalai