Skip to content
This repository was archived by the owner on Aug 5, 2022. It is now read-only.

Commit ebd7364

Browse files
Sudarsana NagineniJimmy Huang
authored andcommitted
[docs] Updating ASHELL docs with note about default VID/PID
Signed-off-by: Sudarsana Nagineni <[email protected]>
1 parent 98aec8b commit ebd7364

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

docs/ashell.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,18 @@ below instructions to connect to the device from the browser IDE directly.
4343
* Start Google Chrome 59 or later on the host PC.
4444

4545
* **On Ubuntu and Fedora:**
46-
1. Create udev rules to allow Chrome to open the WebUSB enabled device and
47-
also prevent ModemManager interfering with that device by adding the following
48-
lines in /etc/udev/rules.d/99-arduino-101.rules
46+
1. Create udev rules to allow Chrome to open the WebUSB enabled devices and
47+
also prevent ModemManager interfering with those devices by adding the following
48+
lines in /etc/udev/rules.d/99-webusb.rules
4949

50+
* **Arduino 101**
5051
> SUBSYSTEM=="tty", ENV{ID_VENDOR_ID}=="8086", ENV{ID_MODEL_ID}=="f8a1", MODE="0666", ENV{ID_MM_DEVICE_IGNORE}="1", ENV{ID_MM_CANDIDATE}="0"
5152
> SUBSYSTEM=="usb", ATTR{idVendor}=="8086", ATTR{idProduct}=="f8a1", MODE="0666" ENV{ID_MM_DEVICE_IGNORE}="1"
5253
54+
* **Default VID/PID**
55+
> SUBSYSTEM=="tty", ENV{ID_VENDOR_ID}=="dead", ENV{ID_MODEL_ID}=="beef", MODE="0666", ENV{ID_MM_DEVICE_IGNORE}="1", ENV{ID_MM_CANDIDATE}="0"
56+
> SUBSYSTEM=="usb", ATTR{idVendor}=="dead", ATTR{idProduct}=="beef", MODE="0666" ENV{ID_MM_DEVICE_IGNORE}="1"
57+
5358
2. Then run this command:
5459
```bash
5560
$ sudo udevadm control --reload-rules

0 commit comments

Comments
 (0)