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 ago --- Quote Start --- The 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
--- Quote End --- Could somebodey explain me, what the meaning of "CODE_BASE=0" is? Thanks sim