Mark the udev stuff as Linux only.
This commit is contained in:
parent
aabca34583
commit
768f8bdcbe
1 changed files with 1 additions and 1 deletions
|
|
@ -143,7 +143,7 @@ $
|
||||||
|
|
||||||
If you get the above message, it means your computer has successfully detected Fomu. If you get a "permission denied" or "Cannot open DFU device 1209:5bf0" error in Linux, try running `sudo dfu-util -l`, or add a `udev` rule to give your user permission to the usb device.
|
If you get the above message, it means your computer has successfully detected Fomu. If you get a "permission denied" or "Cannot open DFU device 1209:5bf0" error in Linux, try running `sudo dfu-util -l`, or add a `udev` rule to give your user permission to the usb device.
|
||||||
|
|
||||||
### Setting udev permissions
|
### (Linux Only) Setting udev permissions
|
||||||
|
|
||||||
```
|
```
|
||||||
sudo groupadd plugdev
|
sudo groupadd plugdev
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue