Forum Discussion

Pia's avatar
Pia
Icon for New Contributor rankNew Contributor
3 years ago

Command line powershell programming a stratix with .sof files

Hi
I am trying to program an stratix on a DIGILAB SX 10 UHD platform through windows powershell but it is not working for me. I get two types of messages but unfortunately in neither case the FPGA is programmed. Can anyone help me?

I get this reply if I call below with a -v at the end
Version 23.2.0 Build 94 06/14/2023 SC Pro Edition
Copyright (C) 2023 Intel Corporation. All rights reserved. There are actually two units in the chain.

But if I can one programmed then I would also be able to get the second one programmed.

or if make the call without -v


Error (213013): Programming hardware cable not detected

C:\intelFPGA_pro\23.2\qprogrammer\quartus\bin64\quartus_pgm.exe --cable=usbblasterII --mode=JTAG --"operation=P;C:\fpga_top_U1.sof"

C:\intelFPGA_pro\23.2\qprogrammer\quartus\bin64\quartus_pgm.exe --cable=usbblaster --mode=JTAG --"operation=P;C:\fpga_top_U1.sof"

C:\intelFPGA_pro\23.2\qprogrammer\quartus\bin64\quartus_pgm.exe --cable ="DIGILAB SX 10 UHD [USB-1]" --mode=JTAG --"operation=P;C:\fpga_top_U1.sof"

2 Replies

  • WZ2's avatar
    WZ2
    Icon for Frequent Contributor rankFrequent Contributor

    Hi there,

    You can change the parameter "--cable xxx" to "-c 1" and try again~