You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Firtly, Thanks for T-HEAD team, I have got the amazing FPGA board! :)
It's very easy to kickstart with the help of user guide....
Got only one problem, the provided driver of CSKY Debug Server is based on libusb-win32! :(
libusb-win32 is very yesterday, not supported well by win8/win10 (signature), libusb-win32 now is replaced by libusb1.0 (which also support winusb).
So I generate a new libusbK based driver package by LibusbK -> Driver install Creator Wizard
It drives ck-link work well under windows 10
Firtly, Thanks for T-HEAD team, I have got the amazing FPGA board! :)
It's very easy to kickstart with the help of user guide....
Got only one problem, the provided driver of CSKY Debug Server is based on libusb-win32! :(
libusb-win32 is very yesterday, not supported well by win8/win10 (signature), libusb-win32 now is replaced by libusb1.0 (which also support winusb).
So I generate a new libusbK based driver package by LibusbK -> Driver install Creator Wizard
It drives ck-link work well under windows 10
LibusbK package: https://sourceforge.net/projects/libusbk/
You can also use Zadig: https://zadig.akeo.ie
The text was updated successfully, but these errors were encountered: