Support for new Creality boards 4.2.2 with GD32F303

I found the solution i made a post on reddit explaing all what i had to do to solver my problem, thanks to Sineos! Reddit - Dive into anything

POST:

Follow this steps:

1.- The firmware configs:

Select the STM32F103 with a “28KiB bootloader” and serial (on USART1 PA10/PA9) communication, then please select Enable extra low-level on configuration and select Disable SWD at startup.

Compile the program.

Use MobaXterm to access the files and copy the klipper.bin file to an micro SD, be sure to change the name to 11.bin or other number.(is important to change the file name)

Turn on your printer.

now you hace done the firmware step.

PD: On this part your screen is going to be stuck on Blue light

2.- Connect the usb cable to the printer

use the following commands:

/dev/serial/by-path/*

udevadm info --query=all --name=/dev/ttyUSB0

now your rute is gonna be like this : => DEVLINKS=/dev/serial/by-path/pci-0000:00:12.0-usb-0:1:1.0-port0

Copy the /dev/serial/by-path/pci-0000:00:12.0-usb-0:1:1.0-port0 (example) and put it in the config file of your print and is DONE!

now you are connected.

I wanna thanks [Sineos]

and [Hazy7448]

1 Like