Mcu out of date error?

Basic Information:

Printer Model: ender 6, manta m4p with cb1
MCU / Printerboard: manta m4p with cb1
klippy.log
printer mcu.cfg (9.2 KB)

any ideas about this?? to me it seems like klipper has lost its marbles.
for the context, i am trying to get the btt adxl345 working with the manta m4p tried all kinds of different walkthroughs all lead back to this error.

MCU Protocol error

This is frequently caused by running an older version of the
firmware on the MCU(s). Fix by recompiling and flashing the
firmware.

Your Klipper version is: v0.11.0-234-gd32a8334
MCU(s) which should be updated:
mcu: Current version v0.10.0-317-gb4b19b8f
Up-to-date MCU(s):

Once the underlying issue is corrected, use the “RESTART”
command to reload the config and restart the host software.

mcu ‘mcu’: Unable to extract params from: config_spi

Update your Klipper on your M4P.
cd ~/klipper
make menuconfig
Make sure it matches your last firmware for your M4P
Q Y
make

If you are using the stock bootloader then transfer this file ~/klipper/out/klipper.bin to your PC on to a SD card. Then rename klipper.bin to firmware.bin
Remove the SD card and place it into the open SD card slot on your M4P. Click the reset button.

Firmware should be updated.

Thank you, while looking over my printer.cfg waiting for a reply i noticed some errors so did a whole new firmware etc started from scratch basically and now seems to be all good.

1 Like