Forum Discussion
Altera_Forum
Honored Contributor
8 years agoCyclone V SoC Preloader will not run bare metal app
Hello all, I've been working on this problem for several days now. I've read every website/pdf I can find (e.g. these forums, rocketboards, altera pdfs, etc, etc, etc, etc) regarding bare metal...
Altera_Forum
Honored Contributor
8 years agoThanks for the information!!
The missing part in my "puzzle" was the placement of the image in the memory layout. I'm using mkimage for generating the 'img' file, and since it adds 0x40 bytes of header it was important to update the linker where I'd like the actual code to begin. After aligning that, the preloader was launching my application. I didn't invest in trying to launch my application from uboot.