Forum Discussion
Altera_Forum
Honored Contributor
15 years agoSeems I managed to solve the issue.
Since I have two separate nios-projects, and they both generate their own .hex files, I simply needed to convert the other .hex (one that was not built into the fpga config) to bin. Then include that on the SD card and once I started the second program, just copy and overwrite the previous contents of the on-chip memory. Works like a charm! Hope this helps someone