mirror of
https://github.com/ferrous-systems/embedded-trainings-2020.git
synced 2025-01-24 14:58:09 +00:00
drive-by: note libusb and libudev-dev deps
This commit is contained in:
parent
65d130175a
commit
95de849c4a
1 changed files with 9 additions and 1 deletions
10
README.md
10
README.md
|
@ -199,7 +199,15 @@ $ nrfutil version
|
|||
nrfutil version 6.1.0
|
||||
```
|
||||
|
||||
### USB permissions (Linux only)
|
||||
### USB (Linux only)
|
||||
|
||||
Some of our tools depend on `pkg-config` and `libudev.pc`. Ensure you have the proper packages installed; on Debian based distributions you can use:
|
||||
|
||||
``` console
|
||||
$ sudo apt-get install libudev-dev libusb-1.0-0-dev
|
||||
```
|
||||
|
||||
To access the USB devices as a non-root user, follow these steps:
|
||||
|
||||
1. (Optional) Connect the dongle and check its permissions with these commands:
|
||||
|
||||
|
|
Loading…
Reference in a new issue