Forum Discussion
Altera_Forum
Honored Contributor
13 years ago --- Quote Start --- No as a matter of fact the altera bootloader can load several chunks of data at different memory addresses. Each chunk starts with a 8 byte header, 4 bytes with the destination address and 4 bytes with the chunk size. .... --- Quote End --- In which case a direct convertion from the ELF program file has to be easier to generate than going via SREC format. I could probably generate it in a shell script by parsing the output of 'objdump -p' and using 'dd' to copy over the data blocks.