CanBoot icon indicating copy to clipboard operation
CanBoot copied to clipboard

Can Bootloader for Klipper MCUs

Results 80 CanBoot issues
Sort by recently updated
recently updated
newest added

When the board if flashed with the latest katapult, doing: ``` python ~/klipper/scripts/canbus_query can0 ``` shows nothing. However if flashing the board with katapult, using commit 081918ad769d1f1104ca253a4a8ace02147c345d: ``` python ~/klipper/scripts/canbus_query...

I have two STM32F042 devices I want to update regularly using Katapult over USB - a Klipper Expander and a "T. Abraham V0-Display" LCD board. I've been dealing with the...

This PR adds support for SD Card firmware programming in addition to the primary programming interface (ie: CANBus, USB, UART). Currently Katapult can be configured to use Hardware SPI and...

I am using this option in katapult: **"Enable bootloader entry on button (or gpio) state:"** I noticed, that i now have to pull the gpio HIGH, otherwise the board keeps...

Hi, I have modified a qidi x-plus 3 motherboard to run standard klipper. Everything is working, there is a toolhead MCU - a rp2040 running over USB, and the main...

Not really an issue but I have a canboot folder installed about 2 years ago. How can I update it to Katapult? Or can I delete it and install Katapult?

for both virtual and physical serial devices. I added commands to reboot into the bootloader for both virtual and physical serial devices. I slightly changed the logic: with the `-r`...

Host: BTT Pi 1.2 with Armbian Board: BTT SKR Pico Mcu: RP2040 Method of flash: using boot jumper on board. ![image](https://github.com/user-attachments/assets/55b2c1eb-25ee-4291-b020-88393654c6fe) ![image](https://github.com/user-attachments/assets/c1e0f3ef-80bf-4689-a3eb-4d6d1e65a54d)

Trying to build for a FYSETC-ERB v2.0 with the following: When I go do the make, I get the following errors: If I flash to the board, the board will...