Forum Discussion
2 Replies
- Altera_Forum
Honored Contributor
For EPCS, you would use the EPCS Serial Flash Controller Core IP block and use a JIC programming file.
For the parallel and SPI flash, I believe you are looking at multiple images needed. - Altera_Forum
Honored Contributor
Hi,
i do create my epcs images using the following commands from the Nios Command Shell:
Now i do have 2 flash files which are combined via:sof2flash --epcs --compress --input=hw.sof --output=hw.flash elf2flash --epcs --after=hw.flash --input=sw.elf --output=sw.flash
And converted to epcs binarycat hw.flash sw.flash > image.flash
Now your image.bin can be wriiten directly to address 0 of your epcs, or to another address if you use the Remote_Config IP. I do not have any experience concerning the other Flash types, but think there's an equal approach.nios2-elf-objcopy -I srec -O binary image.flash image.bin