Forum Discussion
Altera_Forum
Honored Contributor
11 years agoUsing a bootloader for NIOS II, nios2-elf-objcopy creates very large object file
Hello, I've an NIOS II application builded via the command line tools. I've now decided to run the program from the onchip_mem instead from the flash. Reading the AN458, it is clear that the ...
Altera_Forum
Honored Contributor
11 years agoSounds like you have initialisation data for disjoint memory areas.
look at the output of 'objdump -h' and 'objdump -p' - these should tell you which memory areas are being initialsed. At a guess you are trying to place code at the reset vector location.