Forum Discussion
Altera_Forum
Honored Contributor
14 years ago --- Quote Start --- Like to know how you pulled the address 0x11000000 out of the elf. --- Quote End --- nios2-elf-objdump -D my_fpga.elf | less There are probably many other ways as well. Using the above method I could also see if the proper code was at the rest address. If the BSP is setup incorrectly, it is possible for the ELF to run correctly when downloaded via JTAG but to fail when executed straight from block RAM. --- Quote Start --- Lastly, is there a way to not have to build the whole FPGA whenever we just want to add different elf/hex NIOS code to the sof/jic? --- Quote End --- To update the SOF, do the following in Quaruts: 1. Processing -> Update Memory Initialization File 2. Processing -> Start -> Start Assembler