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 agoTo support booting different ELF files, you will need to create a custom boot loader (or modify the standard one). The default boot loader will only every load the first ELF file immediately after the first SOF. Have you done this?