Skip to content

Commit a250584

Browse files
authored
Merge pull request #25 from Starman7312/patch-1
Update README.md
2 parents 561dbe5 + c3db69c commit a250584

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff 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+
149154
Plug in the device and you should be able to access it. Tested on Ubuntu and Mint Linux versions.
150155

151156
## License

0 commit comments

Comments
 (0)