Forum Discussion
Altera_Forum
Honored Contributor
20 years agoNIOS II relocation types
Hi, I am a student and I am doing my diploma work at the moment. It is about loading elf file on a NIOS II board - I have problems with the relocation that is done as part of the loading of an elf fi...
Altera_Forum
Honored Contributor
20 years agoHi dimo,
we developed our ELF bootloader with the exact same spec that Scott provided. Originally for a different soft-core but it works for NIOS II as well. Our loader relocates all sections with the type that has SHT_PROGBITS and SHF_ALLOC flag set. To save some space you can run your ELF trough strip first, but not required. Cheers, Roger