makerbase-mks / MKS-SKIPR

MKS SKIPR is an all-in-one board launched by Makerbase for running Klipper. It integrates the RK3328 SOC running the Klipper host and the STM32F407VET6 MCU responsible for executing specific machine actions. It meets the use of most 3D printers.
GNU General Public License v3.0
91 stars 15 forks source link

CAN BUS problem #79

Open CarlosTortonese opened 6 months ago

CarlosTortonese commented 6 months ago

I am trying to use the can bus with the mks thr36 board. but after following the github tutorials I can't get the CANBUS to work, it always appears: [Errno 19] No such device

I updated klipper to the latest version and flashed the mcu, I have a USB cable connected between USB A on the board and USB C on the MCU

configure the can0 file.

What I see is that linux does not find the can interface, executing systemctl status networking.service returns Cannot find device "can0".