Katapult Firmware
tip
- Please note that
katapultis pre-flashed from the factory and does not need to be re-flashed.
Entering Flash Mode
tip
The circled area is the BOOT button.
- To enter flash mode, ensure the motherboard is completely powered off. Press and hold the BOOT button, then connect a data cable with data transfer capability—one end to the motherboard and the other end to your device.
Loading...
Flashing the Firmware
- Windows Flashing Tutorial
- Host Machine Flashing Tutorial
- Katapult firmware for Micro4
- You can obtain the firmware via the following links:
- Download Firmware Package - Directly download the latest firmware archive
- Repository Address - Visit the firmware repository
- The firmware location is:
FLY-Firmware/MainBoard/Mico/
- Prepare a data cable with data transfer capability
- Download the firmware to your computer
- Connect the BOOT jumper or hold down the button while connecting to the computer. At this point, the
RPI-RP2disk will appearLoading... - Remove the BOOT jumper or release the button!!!
- Copy the firmware to be flashed into the disk. Please note that only firmware with the
UF2file extension can be used!!! (Do not modify the file extension—it will not work) - Reference
Loading...
- After copying the firmware, the
RPI-RP2disk will automatically disappear, indicating that the firmware flashing is complete!
-
Install the Flashing Tool
- Enter the following command in SSH
- Only required for the first flash; no need to execute again later
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 differences, it may display other names; if
2e8a:0003is present, it indicates entry into flashing modeLoading...
Important NoteProceed to the next step only when
2e8a:0003is present. -
-
Pull the Pre-compiled Firmware
- These are all pre-compiled 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 steps
cd ~/FLY-Firmware && git pull
- Flash the firmware
tip
Only one firmware needs to be flashed.
- Below is the firmware flashing command:
sudo ~/klipper/lib/rp2040_flash/rp2040_flash ~/FLY-Firmware/MainBoard/Mico/Mico_Katapult_USB.uf2
-
If the following prompt appears, the flashing is successful:
Loading...
tip
After flashing is complete, the motherboard needs to be completely powered off once.
Loading...