Fly-Super 5 ProKlipper host
Edit me
Configuring and installing Klipper for USB
Compile Klipper firmware for usb
Note: Repeat these steps if a klipper update requires flashing new firmware to the MCU.
- ssh to your klipper host console
- cd to the klipper directory
cd klipper
- Run make clean
make clean
- Open menuconfig
make menuconfig
- Set the following settings
Note: If you are configuring Super 8 Pro without Katapult set the Bootloader offset to No Bootloader
- Enable extra Low Level configuration options : Checked
- Micro Controller : STMicroelectronics STM32
- Processor Model: STM32H723
- Bootloader offset: 128 KiB bootloader
- Clock Ref: 25 MHz crystal
-
Comm Interface - USB on PA11/PA12
Klipper Menu Config USB -
Quit and save the configuration
- Run Make to compile the firmware
make -j4
Flash Klipper USB firmware with katapult over USB
- Find the Serial ID
ls /dev/serial/by-id/
-
Copy the ID containing ‘STM32H723’ and make a note of it for use in your printer.cfg.
- Run the make flash command to flash the firmware
make flash FLASH_DEVICE= {Your serial ID here }
- Example
make flash FLASH_DEVICE=/dev/serial/by-id/usb-katapult_stm32f407xb_170038000650314D35323820-if00

- Your Fly-Super 5 Pro should now have klipper firmware loaded and be ready to use.