Forum Discussion
YauWai_G_Intel
New Contributor
7 years agoFrom your report, it seems like the program execution was halted during the preloader (spl) and it enters the error loop. This usually could be failing to bring up the DDR memory or configuring the clock sources properly. Did you configure the board with the correct reference hardware design?
You can set a breakpoint in the spl code at the right spot before it enter the error dead loop, and debug step to see what is the actual failure in the preloader boot-up, which eventually caused the baremetal failed to run.