idontknowtom

Results 19 comments of idontknowtom

@Michil783 The CB1 is not compatible with CSI port connected cameras. Same with DSI port and DSI displays.

The only line I would add is the "is_system_service" line below. Testing this out and CanBoot was updating properly, but was giving an error due to trying to restart a...

Posted this on Klipper Discourse. Kevin indicated that yes Klipper and CanBoot updates require two commands at this point. 1. A CanBoot CAN flash command to the bridge MCU -...

@NAPCAL I did it slightly different than that, but similar idea. `cd CanBoot/scripts` Then create a "bridge.sh" script `sudo nano bridge.sh` Copy and paste: ``` python3 flash_can.py -u [uuid} python3...

@NAPCAL It is better to use "git pull". Since you used the following to put CanBoot on your Pi: `git clone https://github.com/Arksine/CanBoot` If you navigate to the CanBoot folder with...

@FirewinX I have a script similar to this already called `bridge_update.sh` but it attempts to flash the bridge MCU over CAN, fails, and sends the bridge MCU into the bootloader....

@Arksine The latest commit with flash_can.py -r argument works great. Had an error at first but quickly realised that even though bootloader request doesn’t flash firmware to the board…it still...

@Arksine @KevinOConnor With STM32H743 now supported by Klipper for FDCAN, is CanBoot support a possibility? As I understand, CanBoot currently doesn't support FDCAN. For instance the STM32G0B1 gets configured to...

@pnewb @Arksine Id be happy to send a SKR3 with return label as well but being based in Australia I’m not sure it would financially make any sense. I could...

With a Waveshare CAN hat wouldn't this complete your setup? Sorry not sure what the issue you're raising has specifically to do with CanBoot...