Thank you very much!
I use the nandflash_at91sam9g45ekes.bin from linux4sam-angstrom-at91sam9g45ekes. And it can boot when using "send boot file" in sam-ba but failed with "nand write" in uboot.
In sam-ba there is something about nfParamHeader_t and PMECC , is it I have to do same thing in uboot?
in this page:http://www.at91.com/forum/viewtopic.php/f,9/t,19492/p,36152/
Quote:
Most of you failing here are not correctly formatting the image to pass the RomBOOT sanity checks.
Reinhard basically states the issue here:
reinhardm wrote:
Yes, you must program the binary variant into NAND, check before writing to flash whether the image has the vectors at the beginning, including the proper size entry.
I don't know how to proram right binary? could you give more details?