How know bootloader flashed?

Basic Information:

Printer Model: Ratrig Vcore 3.1
MCU / Printerboard: octopus pro and ebb42
Host / SBC rpi4
klippy.log

Fill out above information and in all cases attach your klippy.log file (use zip to compress it, if too big). Pasting your printer.cfg is not needed
Be sure to check our “Knowledge Base” Category first. Most relevant items, e.g. error messages, are covered there

Describe your issue:

Is there any way to know the bootloader that has a Canboard flashed? Maybe some command on the console

If you configured Katapult according to relevant guides, you should be able to call the bootloader by quickly double-pressing the reset button.

Then use the command:

sudo dmesg

At the end, you should see something like:

Reset again and you should be back in Klipper.

As an alternative, you can call the bootloader (if correctly installed) with:

sudo service klipper stop
~/katapult/scripts/flashtool.py -r -d /dev/serial/by-id/<YOUR_SERIAL> # Replace <YOUR_SERIAL>
sudo dmesg
sudo service klipper start

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.