1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-28 14:55:28 +02:00
tldr/pages.ar/common/picotool.md
Ayad seghiri 2a3df8a78d
$, doppler, openai, picotool, pip, tldr, uv, who: add Arabic translation (#16004)
* إضافة ترجمة عربية لأوامر CLI

* Fixed 'More information' links and updated outdated pages

* Fixed 'More information' links and updated outdated pages

* Update *

Parser compatible

* Update pages.ar/common/tldr.md

Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>

* Update tldr.md

---------

Co-authored-by: Machiavelli <145562237+MachiavelliII@users.noreply.github.com>
Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>
2025-03-24 00:36:16 +02:00

32 lines
716 B
Markdown

# picotool
> إدارة لوحات Raspberry Pi Pico.
> لمزيد من التفاصيل: <https://github.com/raspberrypi/picotool>.
- عرض معلومات حول البرنامج المحمّل حاليًا على جهاز Pico:
`picotool info`
- تحميل ملف ثنائي (binary) على جهاز Pico:
`picotool load {{path/to/binary}}`
- تحويل ملف ELF أو BIN إلى تنسيق UF2:
`picotool uf2 convert {{path/to/elf_or_bin}} {{path/to/output}}`
- إعادة تشغيل جهاز Pico:
`picotool reboot`
- عرض جميع السجلات (registers) المعروفة:
`picotool otp list`
- عرض إصدار الأداة:
`picotool version`
- عرض المساعدة:
`picotool help`