Iceprog - 无法使用 Alchitry CU 找到 iCE FTDI USB 设备
我正在尝试在 Windows 上使用iceprog 将我的构建代码上传到我的 alchitry-CU FPGA 板抛出的 apio。
apio upload
然后执行
iceprog -d i:0x0403:0x6010:0 hardware.bin
,输出是
init..
Can't find iCE FTDI USB device (device string i:0x0403:0x6010:0).
ABORT.
scons: *** [upload] Error 2
我已经安装了 libusbk 驱动程序,并且还使用标准驱动程序和提供的 IDE Alchitry Labs 与iceCube2 结合使用同一电缆在另一台电脑上测试了上传,但我真的想使用开源替代方案。
I'm trying to upload my build code to my alchitry-CU FPGA board threw apio using iceprog on windows.
apio upload
which then executes
iceprog -d i:0x0403:0x6010:0 hardware.bin
And the output is
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
没关系,我找到了解决办法。问题是,在安装驱动程序时,Alchistry CU 在 Zodic 中显示为两个不同的设备,一个作为接口 0,一个作为接口 1,而我没有看到另一个,只在其中一个上安装了 libUsbK 驱动程序。
Never mind I found the fix. The problem was that the Alchistry CU shows up as two different devices in Zodic when installing the drivers, one as Interface 0 and one as Interface 1 and I didn't see the other one and only installed the libUsbK driver on one of them.