You are not logged in.
Pages: 1
I am working with a Raspberry Pi Pico micro controller. When it is connected, it is supposed to show up as a mass storage device. It does not do this.
It works with picotool when run as root but gives a error otherwise.. Picotool is the software used to connect and upload to them form the command line.
The error I get from picotool when it is not root is "Device at bus 1, address 57 appears to be a RP2040 device in BOOTSEL mode, but picotool was unable to connect. Maybe try 'sudo' or check your permissions."
My device shows up with lsusb.
Anyone know how to change the permissions so my non-root account can access it?
Offline
I figured it out. I needed to add a udev rule for it.
https://github.com/raspberrypi/picotool/issues/32
Offline
Pages: 1