Skip to content

Enhance the flashing guides to include Klipper flashing instructions #185

@RichWaWa

Description

@RichWaWa

The current guidelines and instructions in the wiki instruct users how to compile and make the klipper firmware, but not how to flash it to the device.

https://github.com/Carrot-collective/ERCF_v2/blob/master/Documentation/Flashing-Local-MCU.md

E.G. For CanBus (My case) I needed to double tap reset to put into katapult flashing mode.
then, do: python3 ~/katapult/scripts/flashtool.py -i usb0 -l
to find my boards UUID,
then do: python3 ~/katapult/scripts/flashtool.py -u <MY_UUID> -f ~/klipper/out/klipper.bin
to flash klipper onto the board.

I think my board came with klipper already installed, but I still needed to find the CanBus UUID anyway for the printer.cfg. Plus it never hurts to update firmware.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions