mirror of
https://github.com/ferrous-systems/embedded-trainings-2020.git
synced 2025-01-08 15:25:33 +00:00
fix udev path
This commit is contained in:
parent
682175b377
commit
16fb9af7cc
1 changed files with 1 additions and 1 deletions
|
@ -226,7 +226,7 @@ The `root root` part in `crw-rw-r-- 1 root root` indicates the device can only b
|
||||||
2. Create the following file with the displayed contents. You'll need root permissions to create the file.
|
2. Create the following file with the displayed contents. You'll need root permissions to create the file.
|
||||||
|
|
||||||
``` console
|
``` console
|
||||||
$ cat /dev/udev/rules.d/50-oxidize-global.conf
|
$ cat /etc/udev/rules.d/50-oxidize-global.rules
|
||||||
# udev rules to allow access to USB devices as a non-root user
|
# udev rules to allow access to USB devices as a non-root user
|
||||||
|
|
||||||
# nRF52840 Dongle in bootloader mode
|
# nRF52840 Dongle in bootloader mode
|
||||||
|
|
Loading…
Reference in a new issue