
18 Jun
2014
18 Jun
'14
3:08 p.m.
On Wed, Jun 18, 2014 at 2:55 PM, Christian Riesch christian.riesch@omicron.at wrote: [...]
And that is /wrong/: the vectors table is misaligned by 4 bytes.
Let's have a look at the calimain board. The vector exception table of this CPU (ARM926EJS) can be located either at 0x00000000 or at 0xffff0000 (depending on CONFIG_SYS_EXCEPTION_VECTORS_HIGH). This SoC (Texas Instruments AM1808) has no physical memory at 0x00000000, therefore CONFIG_SYS_EXCEPTION_VECTOR must be defined. The exception
s/CONFIG_SYS_EXCEPTION_VECTOR/CONFIG_SYS_EXCEPTION_VECTORS_HIGH/
:-) Christian