Skip to content

Commit c39bd0b

Browse files
authored
Update rpi.md
1 parent 56405f6 commit c39bd0b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/user_guide/rpi.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ You can use PLR on any operating system, but Raspberry Pis can be a good choice
2121
```
2222
SUBSYSTEM=="usb", MODE="0666"
2323
```
24+
- Reload the udev rules with
25+
```bash
26+
sudo udevadm control --reload-rules && sudo udevadm trigger
27+
```
2428

2529
```{warning}
2630
This adds permissions to all USB devices. This is useful when you control the device and don't want to worry when plugging in new devices, but it could be a security risk if the machine is shared with untrusted users. See [udev documentation](https://www.kernel.org/pub/linux/utils/kernel/hotplug/udev/udev.html) for more granular control.

0 commit comments

Comments
 (0)