mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 00:22:09 +02:00
picotool: add Spanish translation (#15754)
This commit is contained in:
parent
a6a2a8f247
commit
a35d7b7df9
1 changed files with 32 additions and 0 deletions
32
pages.es/common/picotool.md
Normal file
32
pages.es/common/picotool.md
Normal file
|
@ -0,0 +1,32 @@
|
|||
# picotool
|
||||
|
||||
> Gestiona las placas Raspberry Pi Pico.
|
||||
> Más información: <https://github.com/raspberrypi/picotool>.
|
||||
|
||||
- Muestra información sobre el programa cargado actualmente en un Pico:
|
||||
|
||||
`picotool info`
|
||||
|
||||
- Carga un binario en un Pico:
|
||||
|
||||
`picotool load {{ruta/al/binario}}`
|
||||
|
||||
- Convierte un archivo ELF o BIN a UF2:
|
||||
|
||||
`picotool uf2 convert {{ruta/a/elf_o_bin}} {{ruta/a/salida}}`
|
||||
|
||||
- Reinicia un Pico:
|
||||
|
||||
`picotool reboot`
|
||||
|
||||
- Lista todos los registros conocidos:
|
||||
|
||||
`picotool otp list`
|
||||
|
||||
- Muestra la versión:
|
||||
|
||||
`picotool version`
|
||||
|
||||
- Muestra la ayuda:
|
||||
|
||||
`picotool help`
|
Loading…
Add table
Reference in a new issue