Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
20974 Discussions

Command line powershell programming a stratix with .sof files

Pia
Beginner
547 Views

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"

 

Labels (1)
0 Kudos
2 Replies
WZ2
Employee
497 Views

Hi there,

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


0 Kudos
WZ2
Employee
453 Views

Hi there,

Is it worked?


0 Kudos
Reply