Forum Discussion

Rainwang's avatar
Rainwang
Icon for Contributor rankContributor
4 years ago
Solved

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 li...
  • Rainwang's avatar
    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.