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 agohallodu
I am also facing the same problem. When I use the following command --- Quote Start --- elf2hex --input="boot_loader_epcs_sii_siii_ciii.elf" --output="kernel_epcs_boot_rom_synth.hex" --base=0 --width=32 --end=1023 --record=4 --lower --- Quote End --- The .hex file is filled by 0. If I add --no-zero-fill option, the .hex file has only one line. Do you fix it? Thank you