一键导入
rp2350-picotool
Use picotool to talk to the RP2350 device, check boot mode, query info, reboot between BOOTSEL and APPLICATION, and load UF2 firmware.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use picotool to talk to the RP2350 device, check boot mode, query info, reboot between BOOTSEL and APPLICATION, and load UF2 firmware.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | rp2350-picotool |
| description | Use picotool to talk to the RP2350 device, check boot mode, query info, reboot between BOOTSEL and APPLICATION, and load UF2 firmware. |
Use this skill whenever working with the RP2350-based device attached to this project.
The device has two important modes:
BOOTSEL mode
picotool info should workpicotool load <file.uf2> should workAPPLICATION mode
Reboot the device into BOOTSEL mode with:
picotool reboot -u -F
Reboot the device into APPLICATION mode with:
picotool reboot -a -F
Notes:
-F forces the operation without interactive confirmation.picotool reboot -u -F should work from APPLICATION mode.picotool info or picotool load races device re-enumeration.picotool reboot -u -F fails to put the device into BOOTSEL mode, the device may be in a bad state.BOOTSEL PLZ?!
The user will then manually place the device into BOOTSEL mode.
These commands require the device to already be in BOOTSEL mode and will error otherwise:
picotool info
picotool load <firmware.uf2>
picotool load <firmware.uf2> reboots the device into APPLICATION mode when the load completes successfully.
BOOTSEL mode:picotool reboot -u -F
picotool info
If picotool info fails immediately after rebooting into BOOTSEL, wait briefly and retry once.
BOOTSEL, ask the user:BOOTSEL PLZ?!
picotool info
BOOTSEL mode:picotool reboot -u -F
picotool load <path-to-firmware.uf2>
If picotool load fails immediately after entering BOOTSEL, wait briefly and retry once.
BOOTSEL fails, ask the user exactly:BOOTSEL PLZ?!
Then retry the load.
picotool info to confirm the device is reachable in BOOTSEL mode before loading firmware.picotool load can succeed from APPLICATION mode.picotool load returns the device to APPLICATION mode automatically, so no extra reboot command is needed afterward.picotool command used when summarizing actions.