Hello,
i tried 3 different usb cable, also a custom one that connect directly to pin on motherboard instead of microsub connect that i made for connect mobo to rpi without usb 5v (so mobo takes power only by its power supply).
i’m confident that thw mobo is working correctly.
In klipper log i read that board connects, but because of an error it disconnect and then it also disappears from /dev/serial/
Extruder max_extrude_ratio=0.266081 mcu 'mcu': Starting serial connect webhooks client 1966063520: New connection webhooks client 1966063520: Client info {'program': 'Moonraker', 'version': 'v0.8.0-39-g6c7dfe5'} Loaded MCU 'mcu' 117 commands (v0.11.0-197-ga3eebab4 / gcc: (15:8-2019-q3-1+b1) 8.3.1 20190703 (release) [gcc-8-branch revision 273027] binutils: (2.34-4+rpi1+14) 2.34) MCU 'mcu' config: ADC_MAX=4095 BUS_PINS_i2c1=PB6,PB7 BUS_PINS_i2c1a=PB8,PB9 BUS_PINS_i2c2=PB10,PB11 BUS_PINS_i2c3=PA8,PC9 BUS_PINS_sdio=PC12,PD2,PC8,PC9,PC10,PC11 BUS_PINS_spi1=PA6,PA7,PA5 BUS_PINS_spi1a=PB4,PB5,PB3 BUS_PINS_spi2=PB14,PB15,PB13 BUS_PINS_spi2a=PC2,PC3,PB10 BUS_PINS_spi3=PB4,PB5,PB3 BUS_PINS_spi3a=PC11,PC12,PC10 BUS_PINS_spi4=PE13,PE14,PE12 CLOCK_FREQ=180000000 MCU=stm32f446xx PWM_MAX=255 RESERVE_PINS_USB=PA11,PA12 RESERVE_PINS_crystal=PH0,PH1 STATS_SUMSQ_BASE=256 STEPPER_BOTH_EDGE=1 Config error Traceback (most recent call last): File "/home/pi/klipper/klippy/klippy.py", line 180, in _connect cb() File "/home/pi/klipper/klippy/mcu.py", line 753, in _connect self._send_config(None) File "/home/pi/klipper/klippy/mcu.py", line 692, in _send_config cmdlist[i] = pin_resolver.update_command(cmd) File "/home/pi/klipper/klippy/pins.py", line 53, in update_command return re_pin.sub(pin_fixup, cmd) File "/home/pi/klipper/klippy/pins.py", line 50, in pin_fixup raise error("pin %s is reserved for %s" % ( pins.error: pin PB15 is reserved for spi2 Attempting MCU 'mcu' reset command webhooks client 1966063520: Disconnected Restarting printer Start printer at Wed Sep 6 00:55:53 2023 (1693954553.1 555.7)
So i tried to connect via uart :
rpi TX (gpio14) → rumba ext3 12 RX
rpi RX (gpio15) → rumba ext3 11 TX
and reflash mobo with uart instead of usb but it didn’t work because kiauh didn’t find /dev/serial/ on my rpi.
So i think i will try to erase the rpi again and try from scratch all the procedure because i’m not able to understand why /dev/serial is missing and i don’t know how to solve this issue and if it is the root cause of my fails.
Thank you for your time.
I will keep you updated