Forum Discussion
Altera_Forum
Honored Contributor
15 years agostore two software images on flash
Hi all, I am trying to boot from onchip memory, and at the end of the bootloader, it has to select between two (or more) applications stored on flash. Altera offers AN about how to do that, but my...
Altera_Forum
Honored Contributor
15 years agoThank you kevin,
I was able to transform the resultant elf file into a flash file and load it at a desired location in flash. Now I am trying to load the bootloader off of onchip. the bootloader is expected to load the image from flash. But the bootloader keeps rebooting itself as if the image in flash was pointing back to the bootloader code in onchip. Any pointers ?