Klipper Configuration for the Fly-SB2040-V1 on USB
Edit me

Compile Klipper firmware for Fly-SB2040-V1

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

    cd ~/klipper
    
  • Run make clean

    make clean KCONFIG_CONFIG=config.sb2040v1
    
  • Open menuconfig

    make menuconfig KCONFIG_CONFIG=config.sb2040v1
    
  • Set the following settings
    • [*] Enable extra low-level configuration options
    • Micro-controller Architecture (Raspberry Pi RP2040)
    • Bootloader offset (16KiB bootloader)
    • Communication interface (USB)
    • USB ids
    • (gpio24) GPIO pins to set at micro-controller startup

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

    make KCONFIG_CONFIG=config.sb2040v1 -j4
    

Flash Klipper USB firmware with Katapult over USB

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

  • Run the make flash command to flash the firmware

    make KCONFIG_CONFIG=config.sb2040v1 flash FLASH_DEVICE= {Your serial ID here } 
    
  • Example

    make KCONFIG_CONFIG=config.sb2040v1 flash FLASH_DEVICE=/dev/serial/by-id/usb-katapult_stm32f407xb_170038000650314D35323820-if00 
    
    Burn Klipper firmware over USB
    Burn Klipper firmware over USB
  • Your Fly-SB2040-V1 should now have klipper firmware updated and be ready to use again.

Tags: