Skip to main content
tip
  • Ensure the host computer can connect to the internet normally
  • SSH into the host computer via the network before compiling the firmware
  • Do not use a serial tool to log into the host computer

Compile Katapult Firmware

Start Compilation

  • A host machine with the installed klipper service is required Connect via SSH over the network
  • Make sure the device is connected to the host machine
  • Note: Please use a regular host machine, such as a Raspberry Pi FLY board, etc. If it's a modified host machine (e.g., WiFi stick, Redmi, etc.), due to too many issues, we cannot provide technical support for these machines
warning
  • To switch from the ROOT user to a regular user, you can enter the command below
  • Do not use the ROOT user
  • For the fly user, you can directly enter: su fly. For non-fly users, please replace <your host machine username> with your host machine's username!
su <your host machine username>

Instructions for Katapult Firmware Compilation and Configuration Page Operations

tip

Ensure the keyboard input method is in half-width mode, that is, English mode

  1. The up arrow key and down arrow key are used to move the cursor up and down to select menu items
  2. The confirm key Enter or space key Space is used to check the menu or enter the submenu
  3. The exit key ESC is used to return to the previous level menu
  4. The Q key is used to exit the Katapult firmware configuration page
  5. The Y key, when exiting the Katapult firmware configuration page, if prompted, click the Y key to save the configuration file

Below is an introduction to how to compile the firmware:

  • After connecting to SSH, enter the following command and press Enter:

    cd ~/katapult && rm -rf ~/katapult/.config && rm -rf ~/katapult/out && make menuconfig
  • Where rm -rf ~/Katapult/.config && rm -rf ~/Katapult/out is to delete the previous compilation data and firmware, make menuconfig is to compile the firmware, after execution, the following interface should appear

  • Select Micro-controller Architecture (LPC176x (Smoothieboard)) and press Enter

  • Enter the menu and then select Raspberry Pi RP2040 and press Enter

  • Select Build Katapult deployment application (Do not build), select: Do not build

  • Select Communication interface, select: Serial (on UART0 GPIO1/GPIO0)

  • Select Enable Status LED and press Enter, select Status LED GPIO Pin (NEW) and enter: !gpio18

warning

Please enter !gpio18 in English input mode

  • Please check against the above image to ensure consistency before proceeding to the next step
  • Press Q key, when Save configuration appears, then press Y key
  • Now the configuration should be saved and you have exited to the command line interface
  • Enter make -j4 to start compilation, it takes some time
  • If the following content is output, the compilation is successful
  Linking out/katapult.elf
Creating bin file out/katapult.bin
Creating legacy binary out/canboot.bin
Building out/lib/rp2040/elf2uf2/elf2uf2
Creating uf2 file out/katapult.uf2
Creating legacy uf2 file out/canboot.uf2

Enter Boot Mode

tip

The arrow points to the BOOT button

  • With the motherboard completely powered off, press and hold the BOOT button, then connect one end of the data cable with data transfer to the motherboard and the other end to your device
  • Then enter lsusb
lsusb
  • If the following image appears, it means it has entered boot mode
  • Enter the following command to flash the firmware and then press Enter
make flash FLASH_DEVICE=2e8a:0003 
tip

Entering mellow will not be displayed

  • If the situation in the picture appears, enter mellow, after entering, just press Enter directly

  • If the prompt in the picture appears, then Congratulations you have successfully flashed

Confirm if the Firmware Starts

  • If the firmware starts normally, the LED will start flashing