Skip to content

Commit 63b9cd7

Browse files
authored
Merge pull request #40 from lf-lang/udevfix
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
2 parents 0597805 + b85b94d commit 63b9cd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Prerequisites.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,5 +90,5 @@ Please note that you might need to reboot your system after running `usermod` in
9090
### Using `picotool` on Linux/WSL
9191
To allow access to the RP2040 via USB without superuser privileges, add custom `udev` rules using the following command:
9292
```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
9494
```

0 commit comments

Comments
 (0)