Remi  
                
                  
                    March 1, 2024,  2:10pm
                   
                  1 
               
             
            
              klippy.logmoonraker (1).log  (65.5 KB)klippy.log  (448.4 KB)
mcu ‘rpi’: Unable to connect
Error configuring printer
After a few minutes
Fill out above information and  in all cases attach your  klippy.log file Pasting your  printer.cfg is not  needed Be sure to check our “Knowledge Base” Category first. Most relevant items, e.g. error messages, are covered there 
I’ve tried all the options: updating firmware, changing cables, going through all the steps from the beginning, but nothing changes.
ls /dev/serial/by-id/*
             
            
              
            
           
          
            
            
              Hello @Remi  !
The issue is not your printer board, it’s your secondary mcu:
mcu 'rpi': Unable to open port: [Errno 2] No such file or directory: '/tmp/klipper_host_mcu'
Take care to not mix up the identifier:
Try:
[mcu host]
serial = /tmp/klipper_host_mcu
Have you setup the additional code?
https://www.klipper3d.org/RPi_microcontroller.html 
             
            
              
            
           
          
            
              
                Remi  
              
                  
                    March 1, 2024,  3:16pm
                   
                  3 
               
             
            
              pi@mainsailos:~ $ cd ~/klipper/
We trust you have received the usual lecture from the local System
#1) Respect the privacy of others.
#2) Think before you type.
#3) With great power comes great responsibility.
[sudo] password for pi:pkg-config libusb-1.0 --cflags main.c -o main.opkg-config libusb-1.0 --cflags hid-libusb.c -o hid-libusb.opkg-config libusb-1.0 --cflags rs232.c -o rs232.opkg-config libusb-1.0 --libs -lrt -lpthread -o hid-flash
Please specify FLASH_DEVICE
make: *** [src/stm32/Makefile:111: flash] Error 255
             
            
              
            
           
          
            
              
                Sineos  
              
                  
                    March 1, 2024,  3:26pm
                   
                  4 
               
             
            
              
 Remi:
 
Error 255
 
 
Please do not post just some fragment from which nobody sees what command you have issued and what has happened before the error
Edit:make flash command that is not covered under the relevant documentation.