Forum Discussion
JohnT_Altera
Regular Contributor
5 months 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
5 months 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!