Forum Discussion
Altera_Forum
Honored Contributor
15 years agoModifying EPCS bootloader
Skip to tl;dr at the bottom if so inclined. Background and such is there to cover some possible questions. background: (Developing in Q10.1) I am developing a project with two separate fir...
Altera_Forum
Honored Contributor
15 years agoThe following script is what I am using to generate a hex file for the bootloader on Cyclone IV:
#!/bin/sh
make clean
make CODE_BASE=0
elf2hex --input-file=obj/boot_loader_epcs_sii_siii_ciii.elf --output boot.hex --width=32 --base=0 --end=0x3FF