Forum Discussion
VRama10
New Contributor
7 years agoQuartus Programmer vs Flash Programmer command line
Hi, I'm working on designing a web server application using Nios II Processor for Cyclone 10 GX board. I understand the Quartus pro versions no longer supports Flash Programmer GUI in the Eclipse I...
ShafiqY_Intel
Frequent Contributor
7 years agoHi VRama10,
elf file is the software project image (Eclipse)
sof file is hardware project image (Quartus)
Thus, sof2flash and elf2flash is converting software image and hardware image to an S-record file.
Thanks😉