File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -133,7 +133,9 @@ You can disconnect the robot and use the power button to start it running on bat
133133> picotool was unable to connect. Maybe try 'sudo' or check your permissions.
134134> ```
135135> If you see this message, this means that your user does not have permission to access the RP2040 via USB.
136- > You can add `udev` rules to allow regular users to access the PR2040, as described [here](Prerequisites.html#using-picotool-on-linuxwsl).
136+ > You can add `udev` rules to allow regular users to access the RP2040, as described [here](Prerequisites.html#using-picotool-on-linuxwsl).
137+
138+ > For WSL users, `usbipd` is required to install and used in Windows Powershell under Admin. Please check [here](Windows.html#wsl-setup).
137139
138140### Using VS Code
139141
You can’t perform that action at this time.
0 commit comments