Forum Discussion
Altera_Forum
Honored Contributor
13 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