snippetbashTip
picotool — Manage Raspberry Pi Pico boards. More information: <https://github.com/raspberrypi/picotool#overview
Viewed 0 times
boardsraspberrycommandclimanagepicopicotoolmore
Problem
How to use the
picotool command: Manage Raspberry Pi Pico boards. More information: <https://github.com/raspberrypi/picotool#overview>.Solution
picotool — Manage Raspberry Pi Pico boards. More information: <https://github.com/raspberrypi/picotool#overview>.Display information about the currently loaded program on a Pico:
picotool infoLoad 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 rebootList all known registers:
picotool otp listDisplay help:
picotool helpDisplay version:
picotool versionCode Snippets
Display information about the currently loaded program on a Pico
picotool infoLoad 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 rebootList all known registers
picotool otp listContext
tldr-pages: common/picotool
Revisions (0)
No revisions yet.