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