Forum Discussion
Altera_Forum
Honored Contributor
14 years agoRemote update controller issue
Hi everyone, I'm using the remote update controller (cyclone III) on my Cyclone IV GX dev board with a EPCS128 flash memory. I wish to have two firmwares in my EPCS (factory and application)....
Altera_Forum
Honored Contributor
14 years agoI found the problem. It becames when I generate the "epcs_controller_boot_rom.hex" file with the command:
--- Quote Start --- elf2hex --input="boot_loader_epcs_sii_siii_ciii.elf" --output="epcs_controller_boot_rom.hex" --base=0 --width=32 --end=1023 --record=4 --lower --- Quote End --- The "epcs_controller_boot_rom.hex" file was filled with 0. This was the problem. Thank you very much for your help! :) Regards