Hi,
I am new to embedded system. I am using AT91SAM9260 controller. Please find below the error i am facing, while downloading the image to flash.
Erase Done. Programming Done. Contents missmatch at: 00100000H ! verify failed.
The linker script options are:
*.o --device DARMATS9 --ro-base 0x00100000 --entry Reset_Handler --rw-base 0x00200000 --first Reset_Handler --strict --autoat --summary_stderr --info summarysizes --map --xref --callgraph --symbols --info sizes --info totals --info unused --info veneers --list ".\firstsc.map" -o "firstsc.axf"
Also, the Jumper NANDF_E is left open while DF_E is closed.
Thanks in Advance, Rudradev AC
When you get so even fail addresses, it is often a problem that you try to program past end of a memory region. Are the address a valid memory address for your chip?
Yes, you may be right. Yes the Addresses are quite fine. Since i am new to this domain, i am unable to rectify it. Trying to get help from SKPANK(board distributor), still waiting for a reply.
Thanks for the reply.