Altera_Forum
Honored Contributor
14 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 question is how to program the flash with two different images. I know that first we need to use the elf2flash to convert the application into flash format - so I need to run it for each application, how can I tell it that app1 is going to sit at location FLASH_BASE+x and app2 at FLASH_BASE+y ? Help is appreciated. Thanks