Skip to main content

Katapult Firmware

Katapult Firmware Description

tip

Katapult was originally named CanBoot and was later renamed.

  • Katapult firmware is a type of bootloader that can be used in conjunction with Klipper. After being flashed using methods like DFU, you can use commands to update the firmware in one click.
  • Advantages: Double resetting or quickly cutting power twice will enter the Katapult firmware, and the pre-configured LED will flash; if not configured, it won't flash.
  • The Katapult firmware can only be used for flashing firmware and cannot connect to Klipper!!!
  • There are three ways to connect the Katapult firmware to the host machine:
    • CAN connection
      • Advantages: After compiling the KLIPPER firmware, you can directly update the firmware using commands.
      • Disadvantages: You need to know the firmware compilation rate in advance.
    • RS232 connection
      • Advantages: After compiling the KLIPPER firmware, you can update the firmware using commands.
      • Disadvantages: You cannot update the firmware in one click using commands; you need to manually enter the Katapult firmware.
    • USB connection
      • Advantages: After compiling the KLIPPER firmware, you can directly update the firmware using commands.
tip
  • D7 uses USB connection
  • D7 has pre-flashed Katapult firmware if it was manufactured after September 1, 2024

Entering Flash Mode

tip

Left is the BOOT button, right is the RESET button

  • There are two ways to enter flash mode
  • First method: With the motherboard completely powered off, press and hold the BOOT button while connecting the data transfer cable to the motherboard and your device
  • Second method: Connect the data transfer cable to the motherboard and your device, then press and hold the BOOT button and the RST button, release the RST button first, then release the BOOT button

Flashing Firmware

  • D7's Katapult firmware Click to automatically download the firmware
Notice
  • System compatibility issues, please use the computer's USB2.0 for burning
  • If it still cannot be burned, please use an upper machine for burning
  1. Burning tool Download link
  2. Download SetupSTM32CubeProgrammer and STM32 DFU driver
  3. Copy the compiled firmware (klipper.bin) or precompiled Katapult firmware to any directory on your computer
  4. Connect the motherboard to the computer using a Type-C data cable, ensuring that it has already entered DFU burning mode
  5. In STM32CubeProgrammer, select USB mode and refresh to connect
  6. If no error pop-up appears, the connection is successful
  7. Click the download icon on the left and select several options below
  8. Click the arrow point to Browse, then choose the firmware you need to burn
  9. Select Start address and enter 0x08000000
  10. Click Start automatic mode below to start burning the firmware
  11. The following prompt indicates that the firmware burning is complete