Rainwang
Contributor
4 years agoerror when debug an exercise sample application on A10 SOC board
hi,
i faced another error.
My PC environment:
virtual box 6.1 + Ubuntu18.04 on windows 10,
Quartus pro 20.1 linux version + SOC EDS pro 20.1 linux version + Arm development studio 2022.0 li...
- 4 years ago
i found the root cause, the error is caused by the too early exit of uboot spl debugger bufore excecuting the app.
now i understand the app depends on the hardware initialization by the uboot spl.
so after successful running uboot spl, i disconnected the target and run the app examples immediately and it also succeed.
thanks.