Hi,
I’m running a new board based on AM3359 (version XAM3359 ZCZ). The boot fails before trying to access to boot peripherals.
The tracing vector @0x4030ce40 is equal to 0x6. That mean:
- Passed the public reset vector: fail
- Entered main function: pass
- Running after the cold reset: pass
How is it possible to skip the reset vector and enter into the main function?!
Thanks
Cyril