03-03-2022, 09:13 PM
I'm trying to upload my build code to my alchitry-CU FPGA board threw apio using iceprog on windows.
which then executes
And the output is
I have installed the libusbk driver and also tested uploading with the same cable on another pc with the standard drivers and the provided IDE Alchitry Labs in combination with iceCube2 but I really wanted to use the open source alternative instead.
Code:
apio upload
which then executes
Code:
iceprog -d i:0x0403:0x6010:0 hardware.bin
And the output is
Code:
init..
Can't find iCE FTDI USB device (device string i:0x0403:0x6010:0).
ABORT.
scons: *** [upload] Error 2
I have installed the libusbk driver and also tested uploading with the same cable on another pc with the standard drivers and the provided IDE Alchitry Labs in combination with iceCube2 but I really wanted to use the open source alternative instead.