Forum Discussion
MK_ABQ
Contributor
1 year agoProgramming sof into FPGA from command line
Hello, I have an intel FPGA devkit with Arria10. I am able to program the FPGA Sof through the quartus programmer GUI. But, when I try to use the command line option, then i get the Error (213013): ...
- 1 year ago
removing the remote server connection at index 1 seemed to solve the issue for me. the following command still worked fine: quartus_pgm -c 1 -m jtag -o "p;test.sof@1"
sstrell
Super Contributor
1 year agoI don't think you're supposed to have the quotes around the -o option.
https://www.intel.com/content/www/us/en/docs/programmable/683039/24-1/scripting-support-08828.html
- MK_ABQ1 year ago
Contributor
removing the remote server connection at index 1 seemed to solve the issue for me. the following command still worked fine: quartus_pgm -c 1 -m jtag -o "p;test.sof@1"