logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

reform-mcu-tool - manage microcontrollers

Description

       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.

   positionalarguments:
       {bootsel,reset,list}
              Action to execute

       bootsel
              Reboot MCU into BOOTSEL mode

       reset  Reboot MCU into application mode

       list   List USB devices matching known VID/PIDs

   options:-h, --help
              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

reform-mcu-tool 1.68                              February 2025                               REFORM-MCU-TOOL(8)

Name

       reform-mcu-tool - manage microcontrollers

See Also