Katapult Firmware
Katapult Firmware Description
Tip
Katapult was originally named CanBoot and later renamed to katapult.
- The Katapult firmware is a type of bootloader that can be used together with Klipper. After flashing via DFU or other methods, firmware can be updated with a single command.
- Advantages: Quickly double-click the reset button or power cycle twice to enter the Katapult firmware, at which point the LED on the motherboard will blink.
- Katapult firmware can only be used to flash firmware and cannot connect to Klipper!!!
- Katapult firmware supports three ways to connect to the host computer, and the firmware for each method is independent.
- CAN connection
- Advantages: After compiling the Klipper firmware, it can be updated directly using commands, with strong anti-interference capability.
- Disadvantages: The firmware compilation speed needs to be known in advance.
- RS232 connection
- Advantages: After compiling the Klipper firmware, it can be updated using commands, with very strong anti-interference capability.
- Disadvantages: Firmware cannot be updated with a single command; manual entry into Katapult firmware is required.
- USB connection
- Advantages: After compiling the Klipper firmware, it can be updated directly using commands.
- Disadvantages: Long data cables are prone to interference, which may cause disconnection.
- CAN connection
Tip
- TOOL-LITE supports CAN
- Only 1M CAN firmware is provided here
Entering Flash Mode
Tip
The circled item is the BOOT button
- To enter flash mode, power off the mainboard completely, hold the BOOT button, and connect one end of a data-capable cable to the mainboard and the other end to the host machine
Loading...
Flashing Firmware
- Windows Flashing Tutorial
- Host Machine Flashing Tutorial
- TOOL-LITE-CAN Katapult firmware
- You can obtain the firmware via the following link:
Windows 默认可能隐藏文件扩展名。下载后请确认文件扩展名未被修改,不要保存成
.txt 或其他扩展名。- Firmware location:
FLY-Firmware/ToolBoard/TOOL-LITE
- Prepare a data cable with data transmission functionality
- Download the firmware to the computer
- Connect the BOOT jumper, or press and hold the BOOT button while connecting to the computer, then the
RPI-RP2disk will appearLoading... - Remove the BOOT jumper or release the button!!!
- Copy the firmware to be flashed into it. Please note that only firmware with the
UF2file extension can be used!!! (Do not modify the file extension; it is ineffective) - Reference
Loading...
- After copying the firmware, the
RPI-RP2disk will disappear automatically, indicating that the firmware flashing is complete!
-
Install the flashing tool
- Enter the following command in SSH
- This only needs to be executed for the first flashing; no need to run it again afterwards
cd ~/klipper/lib/rp2040_flash/ && make -
Execute the following command to check if the connection is successful.
-
Enter
lsusb -
If there is no
2e8a:0003device, try re-entering flashing mode -
Due to system version issues, it may display a different name. If
2e8a:0003appears, it means flashing mode has been enteredLoading...
NotesProceed to the next step only when
2e8a:0003is present -
-
Pull the precompiled firmware
- These are all precompiled firmware files
- Please note that the host machine needs internet access to install
- The host machine needs to execute the following command to download the firmware package
cd && git clone https://cnb.cool/3dmellow/FLY-Firmware.git- If the firmware package has already been downloaded, it is recommended to update it before proceeding with the remaining operations
cd ~/FLY-Firmware && git pull
- Flash the firmware
Tip
Only one firmware needs to be flashed
- Below is the firmware flashing command for 1M CAN baud rate
sudo ~/klipper/lib/rp2040_flash/rp2040_flash ~/FLY-Firmware/ToolBoard/TOOL-LITE/FLY_TOOL-LITE_CANBOOT_CAN_1M.uf2
-
The flashing is successful when the following prompt appears
Loading...
Tip
After flashing, the mainboard needs to be fully powered off once.
Confirming Firmware Startup
- If the firmware starts normally, the LED will begin blinking
Loading...
Loading...