The serial debugging interface on the back of youyeetoo R1 is UART DEBUG. Baud rate 1500000
As shown below:



Use the tx pin of the serial port module to connect to the rx pin of the development board, and connect the rx pin of the serial port module to the tx pin of the development board. Then connect the GND of the serial port module to the GND of the board (GND must be connected).
The author here uses the MobaXterm_Personal_22.0 software. If this software is not available, download it from the official website through the link below.
1500000. Finally click OK.


There are several options available on Ubuntu:
This tutorial takes minicom as an example:
sudo apt-get install minicom
$ ls /dev/ttyUSB*
/dev/ttyUSB0
sudo minicom -s

Enter serial port settings

Press the A key to change /dev/modem to /dev/ttyUSB0 and press the Enter key to return to the selection mode.



Press the F key, change Yes to No, and press Enter to return to selection mode.

Press the E key first, then the A key to set the serial port baud rate until the baud rate reaches 1500000. Press the Enter key to return to the selection mode, and then press the Enter key to go to the minicom setting interface.



Select the Save setup as dfl option and press Enter

Select Exit from Minicom and press Enter

Enter commands for serial port debugging
sudo minicom

Restart the development board


Success occurs when the user appears
