akuma40
New Contributor
7 years agoNIOS2-download Not downloading new program
Looks like nios2-download -g myprogram.elf , every time execute the old binary and not the new program.
Interesting facts.
- if i change the original C program little bit, recompile it and download using nios2-download -g command, it seems like fpga take the updated version of NIOS C program and runs it
- If i change the original NIOS C program more then 3 lines of code, then download updated program using nios2-download, fpga still execute the original old NIOS C program.
Symtoms are same, even if i used the NIOS-Eclipse tool
Facts.
- I had connected nios_debug_request to reset of nios processor in socpc builder, but remove the connection gives me same symtoms, so i think this is not related to reset connection. I see nios2-download show a) successfull memory verification and processor restart
question:
- is it possible to download a new program and makes it work, i think so and hence i believe this is supported features, any idea what i am missing here?