Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 1.42 KB

bootcommander.md

File metadata and controls

32 lines (24 loc) · 1.42 KB

Flashing a board with BootCommander

Boards running the OpenBLT bootloader can be flashed using BootCommander.

Table of Contents

  1. BootCommander Installation
  2. BootCommander Configuration
    1. Required Settings
    2. Optional Settings

BootCommander Installation

To flash an OpenBLT-based board the tool BootCommander needs to be installed on the OctoPrint host.

BootCommander and its dependency LibOpenBLT must be compiled and installed from source.

Full instructions are here.

BootCommander Configuration

Firmware Updater

Required Settings

The only required setting is the path to the BootCommander binary.

Optional Settings

Option Description
Reset before flashing Send an M997 command to the board to initiate a reset and activate the bootloader prior to running BootCommander. Needed if the firmware is not 'OpenBLT aware'.
Command timeout The length of time that the plugin will wait for the bootloader to be detected. Default is 30s.
BootCommander Baud Rate The baud rate BootCommander will use when communicating with the bootloader. Default is 57600.
Command line The command used to flash the firmware to the board.