Forum Discussion
Altera_Forum
Honored Contributor
10 years ago --- Quote Start --- Actually, you don't need to explicitly perform the elf2hex. You can just run "make mem_init_generate" at the app directory and the hex files will be generated for you under a mem_init folder. You should be able to find a QIP file inside the folder. In your Quartus GUI, you can just add the qip file as part of the Quartus project, re-compile in Quartus and the sof generated from the compilation should be able to run after FPGA is configured. --- Quote End --- Did that. It still does not work. Any other ideas? I also tried creating a .hex from the .elf, and setting that as the initialization file in qSys. In either case the hardware is correct in the SOF, but the code is not there.