makerbase-mks / MKS-Monster8

MKS Monster8 is an 8-axis motherboard, which supports Voron printers and can run Marlin and Klipper firmware.
https://www.aliexpress.com/item/1005003183498253.html?spm=a2g0o.store_pc_home.productList_8356958.pic_0
GNU General Public License v3.0
109 stars 64 forks source link

Unable get mcu id #5

Closed ddpsft closed 2 years ago

ddpsft commented 2 years ago

I'm trying to get my mcu id to reach my board using RatOS/Mainsail/Klipper. I'm using the provided bin and cfg files, following klipper's documentation and trying any id I found here, but only having these answers:

18:11:42 Printer is not ready The klippy host software is attempting to connect. Please retry in a few moments.

18:21:03 mcu 'mcu': Unable to connect Once the underlying issue is corrected, use the "FIRMWARE_RESTART" command to reset the firmware, reload the config, and restart the host software. Error configuring printer

Any ideas? I used the same RatOS with a "supported" board and that was much easier.

Klipper and Mooraker log files: klippy.log moonraker.log

mks-viva commented 2 years ago

What you use software and how to get mcu id?

ddpsft commented 2 years ago

Fixed that using Putty and SSHing the board, but now I can't go further because apparently the provided bin file is using a old version of klipper (host=v0.10.0-122-gc179db3d, mcu=v0.9.1-580-g478f26ca)

mks-viva commented 2 years ago

Get MCU id, use 'ls /dev/serial/by-id' command by putty.exe image

ddpsft commented 2 years ago

Done. Thank you for your help.