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 agoHey JohnT_Intel,
My bad, sorry for the delay in getting back to you!
Thanks for making it super clear – so the whole problem was indeed that the Serial Flash Loader wasn't getting programmed into the FPGA before the actual flash programming. Got it!
I'm heading straight to my terminal to try that command you gave me: quartus_pgm -c USB-Blaster -m JTAG -o "PI;/path/to/your_file.jic@1". I'll tell you the results real soon!
Really appreciate your help!