CanBoot
CanBoot copied to clipboard
Can Bootloader for Klipper MCUs
To update klipper on a "MKS Robin e3" i follow the instructions [here] https://github.com/Klipper3d/klipper/blob/master/config/generic-mks-robin-e3.cfg): ``` # Note that the "make flash" command does not work with MKS Robin # boards....
So I am using a cartographer on a K1, and so far we have never managed to figure out how to flash the cartographer on the K1. I suspect something...
`make flash FLASH_DEVICE=1d50:614e Compiling out/src/../lib/stm32f1/system_stm32f1xx.o src/../lib/stm32f1/system_stm32f1xx.c:353:1: fatal error: opening dependency file out/src/../lib/stm32f1/system_stm32f1xx.d: No such file or directory } ^ compilation terminated. make: *** [Makefile:71: out/src/../lib/stm32f1/system_stm32f1xx.o] Error 1 ` It looks...
Just a big shout OUT to Arksine Great job you done by constructing this great tool i just wonder if you could point to right direction how CanBoot configures CAN...
If possible could the readme be updated with appropriate instructions for modern externally managed python environments? Have recently had to use the `--break-system-packages` flag which always feels unclean, and I...
flashtool: add argument, --compare-only, to verify firmware without flashing Signed-off-by: Joshua Redstone
Hello, I'm trying to use Katapult for updating firmware at [Fysetc Cheetah v2.0](https://wiki.fysetc.com/Cheetah_Board_V20/). For now I have: - flashed Katapult (via `dfu-util -a 0 -d 0483:df11 --dfuse-address 0x08000000:mass-erase:force -D /home/igor/katapult/out/katapult.bin`)...
I see that BigTreeTech is shipping boards with a (very small) build of Katapult pre-installed, which makes it a little tricky to install other firmware (e.g., Marlin) on the board...
How can i select in menuconfig stm32h750 pressent in sovol sv08max board? The Last CPU in list is 32h743!
Hi, I currently try to install an EBB36 V1.2 and U2C V2.1 on my Voron. I followed the guides on esoterical and everything went fine up to the point when...