Skip to content

Instantly share code, notes, and snippets.

@TobidieTopfpflanze
Created June 16, 2025 18:03
Show Gist options
  • Save TobidieTopfpflanze/3e1f9a0b67d0eaad5fa3b1f733870c2f to your computer and use it in GitHub Desktop.
Save TobidieTopfpflanze/3e1f9a0b67d0eaad5fa3b1f733870c2f to your computer and use it in GitHub Desktop.
hot bulid and flash firmware on pi pico 1
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