Forum Discussion
Altera_Forum
Honored Contributor
16 years agoOn the EPCS side of things, you could use elf2flash to generate a zero offset flash file and then move it wherever you'd like using objcopy (or nios2-elf-objcopy) with the --change-addresses option.
On the bootloader side of things, you would have to at minimum change how the default bootloader functions. You have sources, so this shouldn't be too difficult. Good luck! - slacker