2025-03-14 21:59:59 -06:00
|
|
|
# picotool
|
|
|
|
|
|
|
|
|
|
> Manage Raspberry Pi Pico boards.
|
2026-02-18 06:55:01 -07:00
|
|
|
> More information: <https://github.com/raspberrypi/picotool#overview>.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- 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 help:
|
|
|
|
|
|
|
|
|
|
`picotool help`
|
2026-02-18 06:55:01 -07:00
|
|
|
|
|
|
|
|
- Display version:
|
|
|
|
|
|
|
|
|
|
`picotool version`
|