From bdb8187541d74324b10ae9194d7af6a1e54b147d Mon Sep 17 00:00:00 2001 From: GNU Date: Mon, 13 Sep 2021 14:00:30 +0800 Subject: [PATCH] Updated Devterm CM3 ubuntu server image (markdown) --- Devterm-CM3-ubuntu-server-image.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Devterm-CM3-ubuntu-server-image.md b/Devterm-CM3-ubuntu-server-image.md index fb079d3..b235171 100644 --- a/Devterm-CM3-ubuntu-server-image.md +++ b/Devterm-CM3-ubuntu-server-image.md @@ -6,8 +6,9 @@ Edit /boot/cmdline.txt and /etc/fstab of this img **/boot/cmdline.txt** ``` -console=serial0,115200 console=tty1 root=PARTUUID=78e1086a-02 rootfstype=ext4 elevator=deadline rootwait fixrtc splash +console=serial0,115200 console=tty1 root=PARTUUID=78e1086a-02 rootfstype=ext4 elevator=deadline rootwait fixrtc splash fbcon=rotate:1 ``` +to use HDMI console,consider to remove **fbcon=rotate:1** in `/boot/cmdline.txt` **/etc/fstab** ```