MMB
MMB copied to clipboard
Katapult "make flash" does not exist. STM32 programmer fails
Katapult does not support the make flash command.
Attempting to use STM32CubeProgrammer results in errors and unable to flash.
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.
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
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