Created
June 16, 2025 18:03
-
-
Save TobidieTopfpflanze/3e1f9a0b67d0eaad5fa3b1f733870c2f to your computer and use it in GitHub Desktop.
hot bulid and flash firmware on pi pico 1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ninja -C ./build | |
picotool reboot -f -u | |
timeout /t 3 | |
$uf2 = Get-ChildItem .\build\*.uf2 | |
picotool load $uf2.FullName -f -x |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment