2021-01-19

Follow RockPro64 boot process through serial connection

Serial console device could be used to observe boot process from early stages. This becomes handy especially when you don't have an HDMI output available.

RockPro64

RockPro64 board

Next to each GPIO pin there is a number. Connect GND to pin 6, TXD to pin 8 and RXD to pin 10. Configure serial device to run in 3.3V mode.

Note: In some cases the board will not boot if RXD is connected. Therefore connect it after the device is booted.

The serial console runs on 1,500,000 baud rate in the bootloader. On Linux you can use picocom to connect to the device.

sudo picocom /dev/ttyUSB0 -b 1500000

References