I use Linux Mint with the Pico 1. The picotool repo main page shows how to copy the rules file.
From the /picotool/ directory:This is my typical load script that I run from my project directory (which is one level above my /build/ directory):Which doesn't require me to put it into BOOTSEL mode, because I always have USB turned on in CMakeLists.txt.
From the /picotool/ directory:
Code:
sudo cp udev/99-picotool.rules /etc/udev/rules.d/Code:
#!/bin/bashpicotool reboot -f -u && sleep 1find ./ -name "*.uf2" -execdir picotool load "{}" \; && sleep 1picotool reboot -f -aStatistics: Posted by Mike**K — Tue Apr 08, 2025 9:30 pm