I update with new information.
I still can’t connect to Klipper, but with some changes.
I have updated the EBB42 Firmware with the help of a PC, and the most important change occurs now.
When I connected the EBB42 to the rPi, I followed this procedure:
01 - Via console, I sent the command “lsusb”, which resulted in:
pi@raspberrypi:~ $ lsusb
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 006: ID 1d50:614e OpenMoko, Inc. stm32f446xx
Bus 001 Device 004: ID 04d8:e72b Microchip Technology, Inc. Beacon RevH
Bus 001 Device 003: ID 1d50:6177 OpenMoko, Inc. stm32g0b1xx
Bus 001 Device 002: ID 2109:3431 VIA Labs, Inc. Hub
Bus 001 Device 001: ID 1d50:614e OpenMoko, Inc. stm32g0b1xx
Bus 001 Device 002: ID 2109:3431 VIA Labs, Inc. Hub
Bus 001 Device 001: ID 1d50:614e OpenMoko, Inc. stm32g0b1xx 1d6b:0002 Linux Foundation 2.0 root hub
With this I check that Rpi “sees” the 3 boards:
Octopus Pro on Bus 001 Device 006
Beacon on Bus 001 Device 004
EBB42 on Bus 001 Device 003
02 - I check the name of the USBs for Klipper, for this I send the command “ls /dev/serial/by-id/”, with the result of: (I separate it in lines so that it can be “read” better, but the response in the console is in 1 line
usb-Beacon_Beacon_RevH_A0BB93794E5737374D202020FF093421-if00
usb-katapult_stm32g0b1xx_47001A001650415833323520-if00
usb-Klipper_stm32f446xx_33000B000E50315939343520-if00
*This is where the biggest change is, after updating the firmware with the PC on the EBB42, its name has changed from ( /dev/serial/by-id/usb-Klipper_stm32g0b1xx_47001A001650415833323520-if00) to (usb-katapult_stm32g0b1xx_47001A001650415833323520-if00)
I have updated the name in the Klipper configuration…
03 - Reboot and now the error is another one, I attach the screenshot and klippy.log.
This error. Is it possible that it occurs because I have everything that I had connected to the Canboard (Ebb42) disconnected?
Why has the name of the Ebb42 changed from “usb-Klipper…” to “usb-Katapult…”? (this is just curiosity)
Dia02 klippy.log (32.2 KB)