Reading and Checking the Mainboard ID
Note
- This tutorial describes how to read and check the ID of a mainboard. For tool boards, please refer to the ID search tutorial for the corresponding product.
Precautions
Important Notes
- Must connect to the host computer via SSH, please use network login to connect to the host computer (such as Raspberry Pi and other devices).
- Before proceeding, ensure the mainboard has been flashed with the USB firmware.
- This tutorial is only applicable for mainboard ID search, not for tool board ID search.
- Please confirm the host computer and the mainboard are correctly connected.
- To view the tool board ID, please refer to the relevant tutorial in the corresponding product directory.
Operation Steps
Search for USB Device ID
Execute the following command to search for the USB device ID:
ls /dev/serial/by-id/*
Explanation of Execution Results:
- Normal Situation: The terminal will display a blue ID similar to the example below (the image below is for illustration only).
Loading...
- No ID Displayed: If no ID is displayed after executing the command, but the
lsusbcommand can detect the device, there may be several possibilities:
- System issue.
- Incorrect command used; the USB ID search method may not find other firmware.
Handling Multiple IDs
If multiple IDs appear, please select the corresponding ID based on your mainboard's MCU model.
Fill the USB ID into the Configuration
Loading... |
Loading... |
Note: All IDs appearing in the document are examples. The actual ID for each mainboard is different. Please modify and fill in according to the ID actually obtained.
Fill in the USB ID
- Find
[mcu], then replace it.
Note
- Please replace in the configuration file:
- Do not configure
canbus_uuid:.
[mcu]
serial: <Replace here with the ID you just queried>
- Reference
Loading... |
Loading... |
- Click the
SAVE & RESTARTbutton in the upper right corner. After clicking, Klipper will automatically save and restart.
Loading...