Katapult Firmware
Katapult Firmware Description
Tip
- SB2040_PRO supports CAN
- Only CAN firmware is provided here in 500K and 1M rates
Entering Flash Mode
Tip
The one circled is the BOOT button
- Method 1: With the tool board completely powered off, hold the BOOT button and connect one end of a TYPE-C cable with data transfer capability to the main board and the other end to your device.
Loading...
Flashing Firmware
- WIN Flash
- LINUX/FLYOS Flash
- SB2040 PRO Katapult firmware
- You can obtain the firmware via the following link:
Windows 默认可能隐藏文件扩展名。下载后请确认文件扩展名未被修改,不要保存成
.txt 或其他扩展名。- The firmware is located at
FLY-Firmware/ToolBoard/SB2040
- STM32CubeProgrammer
- DFU-AUTO
- 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!
- Download and run FLY DFU-AUTO
- If the
Driver Statusis unavailable, clickInstall Driverto complete the WinUSB driver installation - Click
Browse...and select the.binfirmware file to be flashed - Click
Start Flashing, view the flashing progress via theRunning Logbelow, and wait for the flashing to complete
Detailed Tutorial: FLY DFU-AUTO Download and Usage
- Linux
- FLYOS
- Install flashing tool.sudo apt updatesudo apt install dfu-util -y
- Confirm the device has entered DFU flashing mode.lsusb
If you can see 0483:df11, it means DFU flashing mode has been entered successfully.
Loading... - Pull/update firmware repository.git clone https://cnb.cool/3dmellow/FLY-Firmware ~/FLY-Firmwarecd ~/FLY-Firmware && git pull --ff-only
- Flash firmware.sudo dfu-util -a 0 -d 0483:df11 --dfuse-address 0x08000000 -D ~/FLY-Firmware/ToolBoard/SB2040/FLY_SB2040V3_CANBOOT_CAN_500K.uf2
- If File downloaded successfully appears, flashing is successful.Loading...
- FLY host computer usually has dfu-util built-in, no need to install flashing tool again.
- Confirm the device has entered DFU flashing mode.lsusb
If you can see 0483:df11, it means DFU flashing mode has been entered successfully.
Loading... - Pull/update firmware repository.git clone https://cnb.cool/3dmellow/FLY-Firmware /data/FLY-Firmwareln -s /data/FLY-Firmware /root/FLY-Firmwarecd /data/FLY-Firmware && git pull --ff-only
- Flash firmware.sudo dfu-util -a 0 -d 0483:df11 --dfuse-address 0x08000000 -D /data/FLY-Firmware/ToolBoard/SB2040/FLY_SB2040V3_CANBOOT_CAN_500K.uf2
- If File downloaded successfully appears, flashing is successful.Loading...
Confirming Firmware Startup
- If the firmware starts normally, the LED will blink
Loading...
Loading...