logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Picotool - Manage Raspberry Pi Pico Boards | Online Free DevTools by Hexmos

Manage Raspberry Pi Pico boards with Picotool. Load binaries, convert ELF files to UF2, and reboot devices effortlessly. Free online tool, no registration required.

picotool

Manage Raspberry Pi Pico boards. More information: https://github.com/raspberrypi/picotool.

  • Display information about the currently loaded program on a Pico:

picotool info

  • Load a binary onto a Pico:

picotool load {{path/to/binary}}

  • Convert an ELF or BIN file to UF2:

picotool uf2 convert {{path/to/elf_or_bin}} {{path/to/output}}

  • Reboot a Pico:

picotool reboot

  • List all known registers:

picotool otp list

  • Display version:

picotool version

  • Display help:

picotool help

See Also