1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-10 06:35:43 +02:00
tldr/pages.cs/common/picotool.md

546 B

picotool

Spravuje desky Raspberry Pi Pico. Více informací: https://github.com/raspberrypi/picotool.

  • Zobrazit informace o aktuálně načteném programu na Picu:

picotool info

  • Načíst binárku do Pica:

picotool load {{cesta/k/binarce}}

  • Převést soubor ELF nebo BIN na UF2:

picotool uf2 convert {{cesta/k/elf_nebo_bin}} {{cesta/k/vystupu}}

  • Restartovat Pico:

picotool reboot

  • Vypsat všechny známe registry:

picotool otp list

  • Zobrazit verzi:

picotool version

  • Zobrazit nápovědu:

picotool help