BIGTREETECH Manta M8P V2.0 User Manual
32
Compile MCU Firmware
1. After connecting to the device via SSH, enter the following command in the
command line:
cd ~/klipper/
make menuconfig
Use the following configuration to compile the firmware (if the options below
are not available, please update the Klipper firmware source code to the
latest version):
* [*] Enable extra low-level configuration options
* Micro-controller Architecture (STMicroelectronics STM32) --->
* Processor model (STM32H723) --->
* Bootloader offset (128KiB bootloader (SKR SE BX v2.0)) --->
* Clock Reference (25 MHz crystal) --->
* Communication interface (USB (on PA11/PA12)) --->
2. After completing the configuration selection, enter `q` to exit the configuration
interface. When asked if you want to save the configuration, select "Yes".
3. Enter make to compile the firmware. After the make command is executed,
the klipper.bin firmware we need will be generated in the device's
home/pi/klipper/out folder. You can download it directly to your computer