PINE64
How to connect a pine64-LTS to a serial console? - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: PINE A64-LTS / SOPINE Compute Module (https://forum.pine64.org/forumdisplay.php?fid=66)
+--- Forum: General Discussion on PINE A64-LTS / SOPINE (https://forum.pine64.org/forumdisplay.php?fid=67)
+--- Thread: How to connect a pine64-LTS to a serial console? (/showthread.php?tid=18024)



How to connect a pine64-LTS to a serial console? - zuvmajujo - 03-12-2023

I'm trying to get two separate pine64 LTS boards to boot for the first time. Previous troubleshooting attempts here: https://forum.pine64.org/showthread.php?tid=17961.

I was hoping to monitor the serial port of each board to find some some helpful errors. I couldn't find a post specifically for the pine64 LTS but I did for the rock64: https://forum.pine64.org/showthread.php?tid=5029. I connected to pin 6 (GND <-> GND), pin8 (TX -> RX), and pin10 (RX -> TX). As a sanity check I switched RX and TX to make sure I hadn't mis-connected something. I've tested the serial console on another dev board so I know it's working. I'm on Ubuntu 22.04 and I'm using the following command to read messages: 
Code:
sudo  minicom  -s  -D  /dev/ttyUSB0  -b  1500000  --color=on
I checked that the serial console is connected to /dev/ttyUSB0 by using the command:
Code:
ls -l /dev/serial/by-id
Absolutely nothing comes through minicom from both boards. I thought perhaps the steps for the rock64 are different for the pine64. Please enlighten me if so.


RE: How to connect a pine64-LTS to a serial console? - zuvmajujo - 04-02-2023

The instructions to connect to a serial console are not on the Pine64 LTS Wiki, but they're on the linux-sunxi wiki for the device: https://linux-sunxi.org/Pine64-LTS#Serial_port_.2F_UART

I used the pins on the EXP header and got the console to work.
[Image: Pine64_UART0.jpg]