Update cheatsheets

This commit is contained in:
ivuorinen
2025-02-10 00:18:10 +00:00
parent 23dbe1558c
commit 5dffd8f775
10 changed files with 106 additions and 42 deletions

37
tldr/picotool Executable file
View File

@@ -0,0 +1,37 @@
---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# 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`