I see this post is old but I’m hoping someone will be able to help me. I have flashed katapult onto my skr e3 v2.0 board and it will not show up when connected to my pi4b unless it’s in bootloader mode. When I try to flash Klipper onto it in bootloader mode it is failing every time, I have ensured that I followed the settings above and have looked in other threads and found nothing that works. If there is more information that I should attach please let me know.
lsusb
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 004: ID 1d50:6177 OpenMoko, Inc. stm32f103xe
Bus 001 Device 003: ID 1d50:606f OpenMoko, Inc. Geschwister Schneider CAN adapter
Bus 001 Device 002: ID 2109:3431 VIA Labs, Inc. Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
cd klipper
~/klipper $ make flash FLASH_DEVICE=1eaf:0003
Flashing out/klipper.bin to 1eaf:0003
sudo dfu-util -d ,1eaf:0003 -R -a 2 -D out/klipper.bin
[sudo] password for
dfu-util 0.11
Copyright 2005-2009 Weston Schmidt, Harald Welte and OpenMoko Inc.
Copyright 2010-2021 Tormod Volden and Stefan Schmidt
This program is Free Software and has ABSOLUTELY NO WARRANTY
Please report bugs to dfu-util / Tickets
dfu-util: Warning: Invalid DFU suffix signature
dfu-util: A valid DFU suffix will be required in a future dfu-util release
dfu-util: No DFU capable USB device available
Failed to flash to 1eaf:0003: Error running dfu-util
If the device is already in bootloader mode it can be flashed with the
following command:
make flash FLASH_DEVICE=1eaf:0003
OR
make flash FLASH_DEVICE=1209:beba
If attempting to flash via 3.3V serial, then use:
make serialflash FLASH_DEVICE=1eaf:0003
make: *** [src/stm32/Makefile:107: flash] Error 255
Blockquote