Howto: Move serial console output to ttyS0 on Hardware V10 and resude to 115200bps

Hi All

If for some reason your USB tty donlge dont like 1500000bps reduce your tty bps to 115200 and output on another serial output port

  1. Connect via SSH to your Rock Pi S (username rock, password: rock)

rock@ipaddress

  1. Edit hw_intfc.conf and extlinux.conf

sudo su
mkdir /tmp/efi
mount /dev/mmcblk0p4 /tmp/efi

nano /tmp/efi/hw_intfc.conf

Make this change

intfc:uart0=on

save and exit

Make this change

nano /tmp/efi/extlinux/extlinux.conf

append earlyprintk console=ttyS0,115200n8

save and exit

Refer to connection of GPIO for your version of board

https://wiki.radxa.com/RockpiS/hardware/rockpiS#gpio

Hardware V10

26-pin Header 1

Pin
6 GND
9 UART0_RX GPIO2_A0
11 UART0_TX GPIO2_A1

Open your terminal emulation program and choose 115200

Your should see console output when you reboot