Forum Discussion
Xiaoxiu
New Contributor
1 year agoIssue with quartus_pgm Command-Line .jic File Programming on DE0-Nano (Ubuntu 24.04 + Quartus Prime
Dear Sir/Madam, I am currently working with your DE0-Nano Development Board (featuring the Cyclone IV E EP4CE22F17C6N FPGA) and attempting to program FPGA configuration files using Intel Quartus Pri...
JohnT_Altera
Regular Contributor
1 year agoHi,
The reason that it is not working is due to the Serial Flash Loader is not being programmed into the FPGA before programming the flash.
Please run "quartus_pgm -c USB-Blaster -m JTAG -o "PI;/path/to/your_file.jic@1"
Thanks
Xiaoxiu
New Contributor
1 year agoGot it working! Your explanation about the Serial Flash Loader was spot on, and using -o PI; solved the problem completely.
No more errors now. Big thanks for the help!