-
Notifications
You must be signed in to change notification settings - Fork 276
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
colorlight i5 and WSL2 #413
Comments
same here with sipeed slogic in daplink mode. |
I have acquired a little bit old windows computer. I will try to reproduces but I'm not sure if this computer is compatible with WSL2. |
in my case it is OS X, sorry forgot to mention. No emulation. native libraries |
Ok I have to check both case. Thanks. |
@stavinsky I have tried with my macbookAir and the colorlight i5 bitstream is correctly loaded. |
…fix detection issue on WSL2 with cmsisdap (#413)
@timksf I have switch hidapi library detection. Problem was an issue with cable detection: not working with hidraw, working with libusb. |
Fixed by 2535c28 |
thank you for the effort, I'll be able to test it over the coming days |
works now, thanks again |
Hi,
I'm having some trouble getting openFPGALoader to work with my colorlight i5. I'm working inside WSL2 with a custom kernel that has
CONFIG_USB_HIDDEV enabled. The usb device is forwarded with usbipd.
Here is my dmesg output:
This looks fine to me, here is the lsusb output:
Bus 001 Device 004: ID 0d28:0204 NXP ARM mbed
Now when I try to detect the FPGA I get the following output:
I also tried ecpdap, which seems to work just fine, after I installed the udev rules (https://github.com/adamgreig/ecpdap/tree/master/drivers):
Any help would be greatly appreciated.
The text was updated successfully, but these errors were encountered: