Fly-Super8Pro H723 Klipper host
Edit me

Configuring and installing Klipper for CAN bus

Compile Klipper firmware for Fly-Super8Pro H723

  • ssh to your klipper host console
  • cd to the klipper directory

    cd ~/klipper
    
  • Run make clean

    make clean KCONFIG_CONFIG=config.super8proh723
    
  • Open menuconfig

    make menuconfig KCONFIG_CONFIG=config.super8proh723
    
  • Set the following settings
    • [*] Enable extra low-level configuration options
    • Micro-controller Architecture (STMicroelectronics STM32)
    • Processor model (STM32H723)
    • Bootloader offset (128KiB bootloader (SKR SE BX v2.0))
    • Clock Reference (25 MHz crystal)
    • Communication interface (CAN bus (on PB8/PB9))
    • (1000000) CAN bus speed
    • () GPIO pins to set at micro-controller startup

      Klipper Menu Config CAN
      Klipper Menu Config CAN
  • Quit and save the configuration
  • Run Make to compile the firmware

    make KCONFIG_CONFIG=config.super8proh723 -j4
    

Flash Klipper CANbus firmware with Katapult over CANbus

  • Look in your printer.cfg file and make note of the UUID for your board.

  • Flash the klipper firmware to the Fly-Super8Pro H723 by running the following command.

    python3 ~/katapult/scripts/flash_can.py -i can0 -f ~/klipper/out/klipper.bin -u {paste your UUID here}
    
  • Example

    python3 ~/katapult/scripts/flash_can.py -i can0 -f ~/klipper/out/klipper.bin -u 8248a4b16ede
    
  • You should get a download progress bar and File downloaded successfuly when the burning is complete.

    Burn Klipper firmware over CANbus
    Burn Klipper firmware over CANbus
  • Your Fly-Super8Pro H723 should now have klipper firmware updated and be ready to use again.

Tags: