Update via Katapult (recommended)
Last updated
Last updated
Your probe will come pre-flashed with Katapult (formally CanBoot), this is on both the USB, CAN and Hybrid USB/CAN Probes.
The best place to get the probes firmware is from our GitHub. These have been tested thoroughly, and are known to work perfectly.
You can also build your own firmware, our GitHub organisation has both a custom build of Klipper and Katapult that you can build yourself.
Untested Firmware could brick your probe - it is advisable if this is the case, you have a STLink handy in order to easily re-flash the probe.
The files labelled 'Katapult' are the bootloader, NOT the firmware themselves. Use the firmware labelled `Cartographer`
Updating via Katapult and CAN is super easy, all you need is to know your probes UUID (available in your Klippers printer.cfg and which firmware you need to flash.
SSH into your printer, and navigate to the folder where the firmware you want to flash is located and run the following command replacing <firmware.bin>
with the fimware file name and <uuid>
with your probes UUID.
CHECK THE FIRMWARE YOU ARE FLASHING IS THE CORRECT FIRMWARE. Any firmware labelled Katapult, or Full CANNOT be flashed using this method.
Example of fully structured command.
Klipper will then require a Firmware restart, and if you did it correctly it will all work.
Updating via USB is just as easy, just requires a couple more steps.
The initial step is noting down the probes Serial ID, you do this by typing the following command
You now need to load the probe into the Katapult bootloader, to do this you simply replace <serialID> with your own serial ID and path as found in the above step.
Example of full command;
After the command runs, repeat step 1, and run a ls -l /dev/serial/by-id/
and note down the new ID, this should have changed to usb-katapult, rather than usb-cartographer.
Now navigate to the folder where your firmware is located, for the example I will be using, I will be updating a v2 probe.
Now, run the following command, replacing <firmware> with the firmware you are flashing, and <serial> with the serial ID and path.
Again, an example of a full command
If successful, you should have the following output.
Restart your printer firmware, and everything should work as normal.