ADXL345 error after update v0.10.0-1

Hello there. I would like to ask for some help. (i woulnt want to create an issue on github, as i dont know the error’s cause)

After i did the latest updates in mainsail (i mean of course all of them, from bottm to top one by one) After the last update the “printer” stopped working.:


mcu ‘rpi’: Unknown command: adxl345_status

This type of error is frequently caused by running an older
version of the firmware on the micro-controller (fix by
recompiling and flashing the firmware).

Known versions: host=v0.10.0-1-gb806d71e, mcu=v0.10.0-1-gb806d71e, rpi=v0.9.1-647-gbe122411

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


I have already recompiled a firmware for the mcu and flashed it, but it not solved the problem as prompted.
Then i have reinstalled again the ADXL sensor’s dependencies according to the github descriptions.
But for no effect sadly.

It is highly unlikely that the sensor broke, as i was printing just fine minutes before the updates.
I do not reinstalled the whole system yet, and i dont want it either.

I couldnt find any info that the uptade was faulty in this regards, but i also did not do anything to screw it up so i have no other idea that the update broke something indeed. (before update everything worked fine… after update there is this error message)

Please if you have any idea or somebody encountered the same, help me with it.

Thank you in advance!
Kindest Regards,
Zoltán

logs:
moonraker(1).log (34.2 KB)
klippy(2).log (90.9 KB)

When you installed the ADXL345, you set up your Pi as a secondary MCU. The error notes that your MCU named rpi is running an older version of Klipper. You need to update that MCU. See the link for a refresher on how to build the firmware and “flash” it to update the rpi MCU.

https://www.klipper3d.org/RPi_microcontroller.html#building-the-micro-controller-code

2 Likes

You are the one! And wow, hat was quick.

The problem was that i flashed the controller board not the raspberry. You was right.
Now i have done it and a new error message was shown, That in moonraker.conf there is an “enabled: true” line in [authorisation] sectrion, which is not supposed to be there.
But there it was until now. (i also could find it in mainsail’s descriptions)

Now i have commented it out and there is no more error messages it seems like.

Im not sure though if there is a change in the firmware then why this moonraker.conf file was not edited with the update.
Also -probphably i just dont seached it enough-, there was no information on that one as well.

But anyway, thank you very mutch for the kind help!

Best regards,
Zoltán