Skip to main content

Katapult Firmware

Enter Flash Mode

Tip

The circled item is the BOOT button

  • To enter flash mode, ensure the mainboard is completely powered off, press and hold the BOOT button, then connect one end of a data cable (with data transfer capability) to the mainboard and the other end to your device.
    Loading...

Flash Firmware

  • Katapult firmware for rpfmex
  • You can obtain the firmware via the following link:
Please note

The zip archive must be extracted before use.

  • Alternatively, download the complete repository via git (ensure the host machine has internet access):

  • For general systems

    cd && git clone https://cnb.cool/3dmellow/FLY-Firmware.git
  • For FLY host machine

    git clone https://cnb.cool/3dmellow/FLY-Firmware.git /data/FLY-Firmware
    ln -s /data/FLY-Firmware /root/FLY-Firmware
  • If the firmware package has already been downloaded, it is recommended to update to the latest version before proceeding:

    cd ~/FLY-Firmware && git pull

  • The previous repository is no longer maintained. To delete it, execute:
    rm -rf ~/FLY_Katapult /root/FLY_Katapult
  • Firmware location:
FLY-Firmware/MainBoard/Rpfmex
  • Prepare a data cable with data transfer functionality
  • Download the firmware to the computer
  • Connect the BOOT jumper, or press and hold the BOOT button before connecting to the computer. The RPI-RP2 disk will then appear
    Loading...
  • Remove the BOOT jumper or release the button!!!
  • Copy the firmware to be flashed into it. Please note that only firmware with the UF2 extension can be used!!! (Do not modify the file extension, as this is ineffective)
  • Reference
    Loading...
  • After the firmware is copied in, the RPI-RP2 disk will automatically disappear, indicating the firmware flashing is complete!
Loading...