error 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 linux version.
hardware platform: Intel Arria 10 SOC development Kit with a 3 year arm tools license.
The arm ds was activated with the license.
and today, i followed the steps on SoCEDS and ARM Development Studio | Documentation | RocketBoards.org, to exercise the sample application.
after i imported the Altera-SoCFPGA-HardwareLib-Timer-A10-GNU.tar.gz into my workspace and completed the debugger setting as below:
after i click on Debug to start a debugging session, The debugger didn't download the sample application executable on the board, and didn't run it up to the
function. main
then i checked the commands window and found below errors
I searched these error on internet but found nothing usful for me. please give me your comments for this, thank you in advance.
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.