-
Notifications
You must be signed in to change notification settings - Fork 39
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
libusbk for windows ARM64? #40
Comments
I don't have any plans for a libusbK ARM driver but we might be able to get the libusbK library working so it could be used with the WinUSB driver (assuming there is one) |
@TravisRo Ref: similar request for Zadig. |
Thamks for reply @TravisRo & @mcuee , |
If you use libusbk API or libusb-1.0 API, then both libusbk.sys and WinUSB driver are supported. Hwoever, currently libusbk API (libusbk.dll) does not support Windows on ARM yet. If you use libusb-1.0 API (libusb-1.0.dll), it has support for Windows on ARM already. But since Zadig (as well as libusbk-inf-wizard) does not work under Windows on ARM yet, you may need to change your device firmware to add WinUSB Compat ID (Microsoft OS Descriptor) so that WinUSB driver can be automatically installed. |
BTW, this is the same as #35 |
Here is the ARM64 VS2019 build for libusbK: the library (DLL and static lib), kBench, kList and dpscat. Hopefully someone can test it to see if it works or not. Only device with WinUSB driver is supported. Take note libusbK.sys as it is not meant for ARM/ARM64 platform. To use WinUSB under ARM64, please refer to this libwdi issue. |
Please give the above libusbK ARM64 binary a try to see if it works or not. Thanks. |
Please give the above libusbK ARM64 binary a try. You can try to run things like dpscat and kList. Thanks. |
For those who are interested, please also refer to this PR. |
hi @mcuee, I'm a bit new to this project, but I'm interested in testing for ARM64. How can I install the binary you mentioned earlier? |
Please try PR#52. |
Hello @mcuee , when you are going to launch libusbk for windows 10 arm 64 bit?
The text was updated successfully, but these errors were encountered: