Serial port debugging
This project is developed based on the EASY EAI Nano - TB (RK RV1126B) development board. Purchase link:
EASY EAI-Nano-TB RV1126B Development Board
1. Serial Port Debugging1.1 Wiring InstructionsEASY EAI Nano-TB supports debugging via the debug serial port. The relevant hardware interface is shown in the figure below.
After the serial port is correctly recognized by Windows, you can check the specific serial port number (e.g., COM7) through Device Manager, as shown below.
The following demonstrates how to open the debug serial port COM7 using PuTTY.
Configure "Serial" on the left, with a baud rate of 5Mbps, as shown in the figure below.
Configure "Session" on the left, select "Serial" and click "Open" to open the serial port, as shown in the figure below.
After opening, you can see all log information of EASY EAI Nano-TB from the moment it is powered on, as shown in the figure below.
After full startup, you can enter shell commands for debugging, as shown below.
- EASY EAI Nano-TB username: nano
- EASY EAI Nano-TB password: 123456


Comments