File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,8 @@ This has previously been tested on Linux, OSX and Windows. OSX and Windows requi
2424
2525* Python 3
2626* Libusb (on linux, mac or windows - < http://sourceforge.net/projects/libusb-win32/files/latest/download > ) - the apt-get package will work.
27- * pyusb via pip - a virtual is recommended.
27+ * To work with Windows use this tool to install the ** Libusb** driver for the arm: < https://github.com/pbatard/libwdi/releases/tag/v1.5.1 >
28+ * pyusb via pip - a virtual is recommended.
2829
2930## Demos
3031
@@ -146,6 +147,10 @@ and add:
146147
147148 SUBSYSTEM=="usb", ATTR{idVendor}=="1267", ATTR{idProduct}=="0000", MODE:="0666"
148149
150+ Note: ** idProduct** can vary (0000, 00001, etc.).
151+ You can check these via the ** lsusb** terminal command.
152+
153+
149154Plug in the device and you should be able to access it. Tested on Ubuntu and Mint Linux versions.
150155
151156## License
You can’t perform that action at this time.
0 commit comments