Basic Information: Cant flash the linux mcu to use adxl345 on RPI
Printer Model: Ender 5 plus
MCU / Printerboard: skr mini e3 v3 klippy.log klippy (2).log (2.6 MB)
Describe your issue: When i follow the instructions for RPi as a secondary MCU and do de make flash i get this message :
pi@ender5plus:~/klipper $ make flash
Flashing
Installing micro-controller code to /usr/local/bin/
Attempting host MCU restart…
Job for klipper_mcu.service failed because the control process exited with error code.
See “systemctl status klipper_mcu.service” and “journalctl -xe” for details.
make: *** [src/linux/Makefile:14: flash] Error 1
guess i found the problem, i was using a 3.5 tft for klipperscreen, and it uses some gpios that the adxl345 uses too, i reinstalled klipper on a new sd card and everything was fine until i installed the MPI3508 driver. Thank you so much!