Forum Discussion

VRama10's avatar
VRama10
Icon for New Contributor rankNew Contributor
6 years ago

Quartus 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 IDE.

I'm aware of converting my .sof file along with .hex file into a .jic file using Quartus programmer and storing it in the EPCQ flash memory.

But as I was going through Nios II Flash Programmer guide, it explains using sof2flash and elf2flash utilities to generate .flash files from the Command Line.

Could anyone please tell me the difference between these two ways?

https://www.intel.com/content/www/us/en/programmable/documentation/lro1429457708611.html#lro1429552875689

2 Replies

  • ShafiqY_Intel's avatar
    ShafiqY_Intel
    Icon for Frequent Contributor rankFrequent Contributor

    Hi 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😉

  • Konst_777's avatar
    Konst_777
    Icon for New Contributor rankNew Contributor

    Unfortunately sof2flash does not recognize .sof files for Cyclone 10 devices (LP and GX) for now.