Skip to main content

Katapult Firmware

Notes
  • Katapult is the BL firmware
  • SHT36_V3 supports CAN and RS232
  • Only CAN firmware at 500K and 1M rates are provided here

Entering Flash Mode

Tip

The arrow points to the BOOT button

  • Entering flash mode:
    • Completely power off the tool board.
    • Press and hold the BOOT button (as shown in the figure below). At the same time, connect it to the computer via a Type-C cable.
    Loading...

Flashing Firmware

  • SHT36 V3 firmware download address
  • 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
  • The firmware is located at
FLY-Firmware/ToolBoard/SHT36
  • 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-RP2 disk will 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 file extension can be used!!! (Do not modify the file extension; it is ineffective)
  • Reference
    Loading...
  • After copying the firmware, the RPI-RP2 disk will disappear automatically, indicating that the firmware flashing is complete!

Verifying Firmware Startup

  • If the firmware starts normally, the LED will blink
Loading...
Loading...