Forum Discussion
Altera_Forum
Honored Contributor
14 years agoBuilding RBF with SOF and ELF, External SDRAM
Hi All, I am looking for information on how to concatenate a .elf and a .sof file into a single .rbf file. The elf file loads Nios data and instructions into an external SDRAM. Any information/sugges...
Altera_Forum
Honored Contributor
14 years agoWell You can use only pointers to copy all the data instead of memcpy() and it should save some space. Also I'd offer to use CRC for the binary data, since it is pretty common to have an invalid bit or byte in like 100 boot-ups.