Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 7503

General • Re: picotool cannot connect to device it found in bootsel mode

$
0
0
I use Linux Mint with the Pico 1. The picotool repo main page shows how to copy the rules file.
From the /picotool/ directory:

Code:

sudo cp udev/99-picotool.rules /etc/udev/rules.d/
This is my typical load script that I run from my project directory (which is one level above my /build/ directory):

Code:

#!/bin/bashpicotool reboot -f -u && sleep 1find ./ -name "*.uf2" -execdir picotool load "{}" \; && sleep 1picotool reboot -f -a
Which doesn't require me to put it into BOOTSEL mode, because I always have USB turned on in CMakeLists.txt.

Statistics: Posted by Mike**K — Tue Apr 08, 2025 9:30 pm



Viewing all articles
Browse latest Browse all 7503

Trending Articles