How to burn the klipper firmware to the toolboard
How to burn the klipper firmware to the toolboard
After you receive the product and connect the cables, please do the following to configure , mainboard firmware and toolboard firmware.
Toolboard only connect E1
Please note that the following is only for reference
- After connecting to SSH, enter cd ~/klipper/ and press Enter
- Execute the following commands in order. Press Enter to execute the command.
make clean
rm -rf .config && make menuconfig
- The Klipper compilation configuration interface should now appear
Use the up and down keys to select a menu, and the Enter key to confirm or enter a menu.
- Enter the menu Micro-controller Architecture
- Select STMicroelectronics STM32 Enter
- Select STMicroelectronics STM32F072
- After the configuration is complete, press the Q key, and Save configuration will appear. Then press the Y key
The configuration should now be saved and exit to the command line interface.
- Type make -j4 to start compiling, which takes a long time.
If the following figure appears, the compilation is successful
9.Short-circuit tool board upper right corner
10.Connect the tool board to the Pi using a USB-Type C cable
cd && cd ~/klipper && make flash FLASH_DEVICE=0483:df11
If the following content appears, the burning is successful