Forum Discussion
leonidK
New Contributor
3 years agoExamine CFI device and save data by command line
Hello,
I'd like to examine a CFI device and save data (POF or HEX) by command line like for chain device.
c:\intelFPGA_pro\18.1\qprogrammer\bin64\quartus_pgm -c "USB-BlasterII [USB-1]" -m JTAG -o...
FakhrulA_altera
Regular Contributor
3 years agoHi leonidK,
Sorry for the delay. It should be similar to this > -o e;file.pof;device_name -o ei;file.jic;device_name
Have you tried this one? You can refer in Quartus II Scripting Reference Manual - Intel
Let me know if this works.
Regards,
Fakhrul