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.
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.