mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-03-28 21:16:20 +01:00
picotool: add page (#15712)
Co-authored-by: Wiktor Perskawiec <git@spageektti.cc> Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
parent
8a6112fb0b
commit
0649150b5d
1 changed files with 32 additions and 0 deletions
32
pages/common/picotool.md
Executable file
32
pages/common/picotool.md
Executable file
|
@ -0,0 +1,32 @@
|
|||
# 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`
|
Loading…
Add table
Reference in a new issue