|
hi all,
following the instructions provided by Atmel to flash u-boot from scratch (for AT91RM9200 DK), I am unsure about the validity of the 6th vector contained within the boot.bin application which gets copied to address 0x10000000.
I have both boot.bin as well as the gzipped UBoot binary stored and protected successfully in flash; however, reading the first 8 words in memory, this is the contents:
ea00 0006
eaff fffe
eaff fffe
eaff fffe
eaff fffe
eaff fffe
e51f ff20
e51f ff20
so the 6th vector is not set... is this an error in the memory contents, or does the compiled boot.bin application simply not have the 6th vector set as supplied by Atmel? It is no problem for me to set it on my own, but it just seems odd that it is not set already, which suggests to me there may be another problem so I wanted to check with you all. Does anyone know what is the case with boot.bin and the 6th vector? Thank you all very much for any advice,
Conger
|