Forum Discussion
May i know what error code you get?
Also, you can only program POF, JAM, SOF and JBC with this command only.
https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/manual/tclscriptrefmnl.pdf (Page 22)
- JHaye44 years ago
Occasional Contributor
Hi, thanks for your response @YuanLi_S_Intel,
I do not get an error code, the EPCQ device is programmed correctly with my .jic image. However, to get the FPGA to be configured, a power cycle is required, in contrary to what the scripting manual says about the --initcfg option.
It seems you can program .jic files using quartus_pgm, see this forum post: https://community.intel.com/t5/Intel-Quartus-Prime-Software/Programming-JIC-files-using-qaurtus-pgm/td-p/13612
I am able to get the desired functionality by running the command like such:
quartus_pgm --mode=jtag --initcfg -o "IPV;file.jic@1"Thanks for your help.