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
  • D8 uses USB connection

Entering Programming Mode

tip

Left is the RST button, right is the BOOT button

  • There are two methods to enter programming mode
  • Method one: With the motherboard completely powered off, hold the BOOT button and then connect the data transfer cable to the motherboard and your device
  • Method two: Connect the data transfer cable to the motherboard and your device, then hold the BOOT button and press the RST button, then release the RST button and finally release the BOOT button

Flashing Firmware

  • The Katapult firmware for D8 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