From b3ba8331d7a741eee5b34324b1b3a800946d1dbf Mon Sep 17 00:00:00 2001 From: Dan Johansen Date: Tue, 31 Mar 2020 11:33:52 +0200 Subject: fix UART in extlinux --- extlinux.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'extlinux.conf') diff --git a/extlinux.conf b/extlinux.conf index 32757f4..ac76893 100644 --- a/extlinux.conf +++ b/extlinux.conf @@ -1,4 +1,4 @@ LABEL Manjaro ARM -KERNEL ../Image -FDT ../dtbs/allwinner/sun50i-a64-pinebook.dtb -APPEND initrd=../initramfs-linux.img console=tty1 root=LABEL=ROOT rw rootwait bootsplash.bootfile=bootsplash-themes/manjaro/bootsplash +KERNEL /Image +FDT /dtbs/allwinner/sun50i-a64-pinebook.dtb +APPEND initrd=/initramfs-linux.img console=tty1 console=ttyS0,115200 root=LABEL=ROOT rw rootwait video=eDP-1:1920x1080@60 video=HDMI-A-1:1920x1080@60 bootsplash.bootfile=bootsplash-themes/manjaro/bootsplash -- cgit v1.2.3-54-g00ecf