trabucayre / openFPGALoader

Universal utility for programming FPGA
https://trabucayre.github.io/openFPGALoader/
Apache License 2.0
1.22k stars 263 forks source link

Device Not Recognized on Windows Without Using Zadig #487

Closed freshmakerzhao closed 2 weeks ago

freshmakerzhao commented 1 month ago

I compiled the project using MSYS2 and attempted to run it on Windows. However, the application fails to recognize the device unless I install the driver using Zadig. After installing the driver with Zadig, the device is recognized, and the download process works correctly.

Is there an alternative method to complete this process without relying on external programs like Zadig?

trabucayre commented 1 month ago

Unfortunately with windows and MSYS2 Zadig can't be avoided. I'm not a windows specialist but it's maybe not required when using WSL2 (but you have to install a quite full GNU/Linux distribution to avoid to install one program...).

ZhiyuanYuanNJ commented 3 weeks ago

I compiled the project using MSYS2 and attempted to run it on Windows. However, the application fails to recognize the device unless I install the driver using Zadig. After installing the driver with Zadig, the device is recognized, and the download process works correctly.

Is there an alternative method to complete this process without relying on external programs like Zadig?

There's no other way, hardware work requires drivers, so if you don't use manufacturer drivers, you can only use Zadig's winUSB driver.

trabucayre commented 2 weeks ago

Thanks @ZhiyuanYuanNJ @freshmakerzhao It's fine for you. Can I close this issue?

freshmakerzhao commented 2 weeks ago

@ZhiyuanYuanNJ,@trabucayre Thank you both for your help. You can close the issue now.