Forum Discussion
Altera_Forum
Honored Contributor
8 years agoI didn't use the BeMicro example, so I can only try to guess the reason of the problem.
Usually Quartus generates a FPGA configuration image in the form of a .sof file, while the embedded sw tools build into a .elf file the Nios program image. What you probably need to do is to convert these files in the proper format required by the sample project, using the sof2flash utility: sof2flash --epcs --input=factory_hw.sof --output=factory_hw.flash