Forum Discussion
Altera_Forum
Honored Contributor
15 years ago --- Quote Start --- I have tried the sof2flash and elf2flash commands before I asked the forum. The problem was that when I have tried to give an offset to sof2flash command for example --offset=0x00200000, the created flash beginning address was still 0x00000000. Then when I looked at the datasheet of EPCS devices, I saw that the offset command is valid only for CFI Flashes. What can I do so as to give an offset? --- Quote End --- I've used Peter Miller's SRecord utilities to do this sort of thing in the past (available on Sourceforge), but (though I've not tried it) I think nios2-elf-objcopy could work as well. You just need something that shifts the addresses up to where you want your next hardware image to start. Cheers, slacker