From b29b40468490ea57188d9a0e68be0786d8bbe6e7 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sat, 9 May 2020 11:58:35 -0700 Subject: fix UART output --- PKGBUILD | 4 ++-- extlinux.conf | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index b2f2ceb..2fc1f84 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -9,7 +9,7 @@ pkgname=uboot-pinebookpro pkgver=2020.01 -pkgrel=6 +pkgrel=7 pkgdesc="U-Boot for Pinebook Pro" arch=('aarch64') #arch=('x86_64') @@ -25,7 +25,7 @@ source=("git+https://git.eno.space/pbp-uboot.git" #'0001-nvme-support.patch') b2sums=('SKIP' 'SKIP' - 'cf9a1e25f45de93fff23e015b92c0d8386ef0397643d9122e7a1a0560ed1531c66be1567399af71b1063841253a0a54367e821fb2a3273c91c65ac61b3dfe44d') + '0665108a28eda3f86929da34a5773ad4bb03838438c74687cd798f3f60b62ffdb8d329643752d494ba095d366fc2de3abce94d42de7258667a87846d3dbbffb2') build() { cd arm-trusted-firmware 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 -- cgit v1.2.1