Make sure the printer is power off.
Remove the screws under the build plate as shown in the picture below to reveal the electronic:
After removing the screws, take out the cover and you can see the TF card.
Press the TF card and take out the TF card from the printer mainboard
Use the SD Formater software to format the TF card taken out in the previous step.
Use the win32 disk tool to write the image to the TF card.
The image file you downloaded ends with .xz and please decompressed into a folder first. You will get a file ending with .img. The file ending with .img is the file we need to burn to the TF card.
After updating TF, re-insert the TF card into the printer’s Linux motherboard.
In this step, you must first configure the network for the printer and obtain the printer's IP address.
The following interfaces can be used to assist in completing uuid configuration.Please enter the following http request in a browser on the same LAN as your printer
This link will return the UUID of the printer's motion motherboard.
Use the following command to check whether the MCU is mounted on the Linux system
http://xxx.xxx.xxx.xx:8880/get-mcu-uuid
If successful it returns something like "{"mcu-uuid":" /dev/serial/by-id/usb-Klipper_stm32h723xx_1C003E001951313236343430-if00"}"
The description is normal.
If "{'error': "No MCU uuid found"}" is returned,it may be that the connection between MCU and linux is not established. You need to check whether the USB connection between the mcu and the pi is normal.
Next, we need to write the mcu-uuid to the specified file. This operation can be completed through the following http request.
If the execution is successful, a string starting with "mcu-uuid-success" will be returned. If the execution fails, a string description starting with "error" will be returned.
http://xxx.xxx.xxx.xx:8880/set-mcu-uuid
If you encounter failure to set the mcu uuid, please contact our after-sales support email in time: support@peopoly.net
Please enter the following http request in the browser to complete the setting of canbus uuid.
http://xxx.xxx.xxx.xx:8880/set-can-uuid
If the setting is successful, you will see the "{'suc': "set canbus uuid successful"}" string returned.
If the setting is unsuccessful, a string starting with "error" will be returned. The error will be followed by the specific error content.
If you encounter failure to set the canbus uuid, please contact our after-sales support email in time: support@peopoly.net