summaryrefslogtreecommitdiff
path: root/extlinux.conf
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2020-05-09 11:58:35 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2020-05-09 11:58:35 -0700
commitb29b40468490ea57188d9a0e68be0786d8bbe6e7 (patch)
treef3ffc0abc1f4240eccd111ad7785d70c069c0144 /extlinux.conf
parentAdd the extlinux.con (diff)
downloaduboot-pinebookpro-b29b40468490ea57188d9a0e68be0786d8bbe6e7.tar.xz
fix UART outputHEADmaster
Diffstat (limited to 'extlinux.conf')
-rw-r--r--extlinux.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/extlinux.conf b/extlinux.conf
index c98bc0e..0b9bd81 100644
--- a/extlinux.conf
+++ b/extlinux.conf
@@ -1,4 +1,4 @@
LABEL Archlinux ARM
KERNEL ../Image
FDT ../dtbs/rockchip/rk3399-pinebook-pro.dtb
-APPEND initrd=../initramfs-linux.img console=tty1 root=LABEL=ROOT rw rootwait video=eDP-1:1920x1080@60 video=HDMI-A-1:1920x1080@60
+APPEND initrd=../initramfs-linux.img console=tty1 console=ttyS2,1500000 root=LABEL=ROOT rw rootwait video=eDP-1:1920x1080@60 video=HDMI-A-1:1920x1080@60