Katapult Firmware
Notes
- Katapult is the BL firmware
- SHT36_V3 supports CAN and RS232
- Only CAN firmware is provided here, in 500K and 1M rates
Entering Flash Mode
Tip
The arrow points to the BOOT button
- Entering Flash Mode:
- Completely power off the toolboard.
- Press and hold the
BOOTbutton (location shown below). At the same time, connect it to the computer via a Type-C data cable.
Loading...
Flashing Firmware
- Windows Flashing Tutorial
- Host Flashing Tutorial
- SHT36 V3 firmware download address
- You can obtain the firmware via the following link:
Windows 默认可能隐藏文件扩展名。下载后请确认文件扩展名未被修改,不要保存成
.txt 或其他扩展名。- The firmware is located in
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-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
- Flashing the Firmware
Tip
Only one of the firmware files needs to be flashed
- Below is the command for flashing the 500K CAN rate firmware
sudo ~/klipper/lib/rp2040_flash/rp2040_flash ~/FLY-Firmware/ToolBoard/SHT36/FLY_SHT36V3_katapult_CAN_500K.uf2
- Below is the command for flashing the 1M CAN rate firmware
sudo ~/klipper/lib/rp2040_flash/rp2040_flash ~/FLY-Firmware/ToolBoard/SHT36/FLY_SHT36V3_katapult_CAN_1M.uf2
- The following prompt indicates a successful flash
Loading...
Tip
After flashing, the mainboard must be completely powered off once.
Confirming Firmware Startup
- If the firmware starts normally, the LED will begin blinking
Loading...
Loading...