When I flash Uboot in Uboot through TFTP just like
Flashing U-Boot from U-Boot
in link:
http://processors.wiki.ti.com/index.php/DM816x_AM389x_PSP_U-Boot
I find that sometimes,not always, if I don't send the command "nandecc hw 2" as descriped in the wiki page,Then Board won't boot up.
However,the flash in our board is 1bit ECC,according to the spec of DM8168,we should use software ECC hamming code.
But,if I send command "nandecc sw 0" in the procedure of flashing Uboot,the Board won't boot up in the next power up.
Why does this happen?