Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
17235 Discussões

Programming sof into FPGA from command line

MK_ABQ
Novo colaborador III
921 Visualizações

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): Programming hardware cable not detected.

 

Here is the output of my jtagconfig --debug

MK_ABQ_1-1729007740136.png

 

my devkit is in index 2 and I tried the following command with no luck.

quartus_pgm -c 2 -m jtag -o "p;test.sof@1"

can you help?

Etiquetas (1)
0 Kudos
1 Solução
MK_ABQ
Novo colaborador III
847 Visualizações

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"

Ver solução na publicação original

3 Respostas
sstrell
Colaborador honorário III
916 Visualizações

I 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_ABQ
Novo colaborador III
848 Visualizações

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"

Fakhrul
Funcionário
703 Visualizações

I’m glad that your question has been addressed, I now transition this thread to community support. If you have a new question, feel free to open a new thread to get the support from Intel experts. Otherwise, the community users will continue to help you on this thread. Thank you.




Responder