Forum Discussion

MK_ABQ's avatar
MK_ABQ
Icon for Contributor rankContributor
1 year ago
Solved

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

Here is the output of my jtagconfig --debug

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?

  • MK_ABQ's avatar
    MK_ABQ
    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"

3 Replies

    • MK_ABQ's avatar
      MK_ABQ
      Icon for Contributor rankContributor

      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"

  • FakhrulA_altera's avatar
    FakhrulA_altera
    Icon for Regular Contributor rankRegular Contributor

    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.