You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update of workaround instructions for superuser privileges of picotool on Linux/WSL, `99-picotool.rules` to `60-picotool.rules`, because of the change in `picotool` repo
Copy file name to clipboardExpand all lines: src/Prerequisites.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -90,5 +90,5 @@ Please note that you might need to reboot your system after running `usermod` in
90
90
### Using `picotool` on Linux/WSL
91
91
To allow access to the RP2040 via USB without superuser privileges, add custom `udev` rules using the following command:
92
92
```bash
93
-
$ curl -s https://raw.githubusercontent.com/raspberrypi/picotool/master/udev/99-picotool.rules | sudo tee -a /etc/udev/rules.d/99-picotool.rules >/dev/null
93
+
$ curl -s https://raw.githubusercontent.com/raspberrypi/picotool/master/udev/60-picotool.rules | sudo tee -a /etc/udev/rules.d/60-picotool.rules >/dev/null
0 commit comments