Iceprog - 无法使用 Alchitry CU 找到 iCE FTDI USB 设备

发布于 2025-01-11 11:50:20 字数 441 浏览 6 评论 0原文

我正在尝试在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

飘过的浮云 2025-01-18 11:50:20

没关系,我找到了解决办法。问题是,在安装驱动程序时,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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文