DOKK / manpages / debian 13 / reform-tools / reform-mcu-tool.1.en
REFORM-MCU-TOOL(1) User Commands REFORM-MCU-TOOL(1)

reform-mcu-tool - manage microcontrollers

usage: reform-mcu-tool [-h] {bootsel,reset,list} ...

Tool to interact with Microcontrollers used by MNT Research in Reform projects.

It can currently talk to the pocket sysctl firmware, and to the RP2040 bootrom.

{bootsel,reset,list}
Action to execute
Reboot MCU into BOOTSEL mode
Reboot MCU into application mode
List USB devices matching known VID/PIDs

show this help message and exit

Example usage:

To reboot the pocket sysctl into the bootrom:

$ sudo reform-mcu-tool bootsel pocket-sysctl-1.0

To reset the RP2040 bootrom back into the application:

$ sudo reform-mcu-tool reset rp2040-boot
May 2025 reform-mcu-tool 1.71