MMB icon indicating copy to clipboard operation
MMB copied to clipboard

Katapult "make flash" does not exist. STM32 programmer fails

Open 53Aries opened this issue 1 year ago • 3 comments

Katapult does not support the make flash command. Attempting to use STM32CubeProgrammer results in errors and unable to flash. Screenshot 2023-10-13 235639

53Aries avatar Oct 14 '23 04:10 53Aries

I was able to flash by using this: dfu-util -a 0 -D ~/katapult/out/katapult.bin -s 0x08000000:mass-erase:force:leave

EDIT: This did not work. ls /dev/serial/by-id/* does not show the MMB.

53Aries avatar Oct 14 '23 05:10 53Aries

right, make flash doesn't work.

try this when you have a chance, good luck https://github.com/ntchris/voron_mod_super_diy/tree/main/for_enraged_rabbit/btt_ERCF_Canbus

ntchris avatar Nov 10 '23 02:11 ntchris

Same here. Shitty BTT documentation again. used sudo dfu-util -a 0 -D ~/katapult/out/canboot.bin --dfuse-address 0x08000000:force:mass-erase:leave -d 0483:df11 from the guide above worked fine

julianschweizer avatar Jan 23 '24 13:01 julianschweizer