device/testing/pine64-pinephonepro: fix UART baud rate (MR 3018)

This commit is contained in:
Caleb Connolly 2022-03-21 20:53:46 +00:00 committed by Martijn Braam
parent c04e85a4df
commit 1b85320889
No known key found for this signature in database
GPG key ID: C4280ACB000B060F
3 changed files with 6 additions and 6 deletions

View file

@ -2,8 +2,8 @@
# Maintainer: Martijn Braam <martijn@brixit.nl> # Maintainer: Martijn Braam <martijn@brixit.nl>
pkgname=device-pine64-pinephonepro pkgname=device-pine64-pinephonepro
pkgdesc="PINE64 PinePhone Pro" pkgdesc="PINE64 PinePhone Pro"
pkgver=1.2 pkgver=1.3
pkgrel=1 pkgrel=0
url="https://postmarketos.org" url="https://postmarketos.org"
license="MIT" license="MIT"
arch="aarch64" arch="aarch64"
@ -62,8 +62,8 @@ nonfree_firmware() {
} }
sha512sums=" sha512sums="
dc406dd03694805dde9beaecb772990c7110e89cfbb59b3c151ea5902ffe3e930c4c08b30211fa21e84b5dbdf93de5349fc816a2b4b88aa5885f9bda3d3bc322 deviceinfo f42c2c13bf8363a2427ad501e922d0e1fb813a750c3df882f4b394a2e40efbacc9b9deb7b25cd253a2e1cd6448ad0541bfe2f6326f179c329b28f518e4915850 deviceinfo
1332b541497b98c69163ca4d8fc70f028b35bce4905df0774269766f60b74076fd0e74c7eb4624c0c5cbc3756d9965df13c0f5bd6ea84762f18028094bca70a6 extlinux.conf b116e5286880c2b8774fc065e4312d2c89a06003c85f332519b827b42b4e0630a1c47b69f75d56c5c91469eb810f18c6de21cf52234e59c67478c4c1731d347e extlinux.conf
ac22c856af81d00aa6a349b68cf9e8645bf38277d9aafd07f1f46f5f932f48d37b9dfdcc8772fff4027f914c9b4c3b4a11c51bd9f2aa1abbc53abd3f54adb818 HiFi.conf ac22c856af81d00aa6a349b68cf9e8645bf38277d9aafd07f1f46f5f932f48d37b9dfdcc8772fff4027f914c9b4c3b4a11c51bd9f2aa1abbc53abd3f54adb818 HiFi.conf
c57dae885c9a5f366f18b38a3ce3e21627baaf014724537eced9e8d6ac3ca61ade42b9fcf84db350b1e64742760e8cf4fe10639d41052387927238e85c3c4769 PinePhonePro.conf c57dae885c9a5f366f18b38a3ce3e21627baaf014724537eced9e8d6ac3ca61ade42b9fcf84db350b1e64742760e8cf4fe10639d41052387927238e85c3c4769 PinePhonePro.conf
e978876bda8874e30df75c80554ccbbc0dd202c852ecae0b5c1a0d845402a630962afc2691c6f7d5f478fb0e4be045af4ef62ad0b1ce77f62fe2f155dc0a9cff VoiceCall.conf e978876bda8874e30df75c80554ccbbc0dd202c852ecae0b5c1a0d845402a630962afc2691c6f7d5f478fb0e4be045af4ef62ad0b1ce77f62fe2f155dc0a9cff VoiceCall.conf

View file

@ -16,7 +16,7 @@ deviceinfo_keyboard="true"
deviceinfo_external_storage="true" deviceinfo_external_storage="true"
deviceinfo_screen_width="720" deviceinfo_screen_width="720"
deviceinfo_screen_height="1440" deviceinfo_screen_height="1440"
deviceinfo_getty="ttyS2;1500000" deviceinfo_getty="ttyS2;115200"
# Installer related # Installer related
deviceinfo_dev_internal_storage="/dev/mmcblk2" deviceinfo_dev_internal_storage="/dev/mmcblk2"

View file

@ -6,4 +6,4 @@ label POSTMARKETOS
kernel /vmlinuz kernel /vmlinuz
fdt /dtbs-pine64-pinephonepro/rockchip/rk3399-pinephone-pro.dtb fdt /dtbs-pine64-pinephonepro/rockchip/rk3399-pinephone-pro.dtb
initrd /initramfs initrd /initramfs
append console=tty0 console=ttyS2,1500000n8 panic=10 coherent_pool=1M loglevel=5 mem_sleep_default=s2idle PMOS_NO_OUTPUT_REDIRECT fw_devlink=off append console=tty0 earlycon=uart8250,mmio32,0xff1a0000 console=ttyS2,115200n8 panic=10 coherent_pool=1M loglevel=5 mem_sleep_default=s2idle PMOS_NO_OUTPUT_REDIRECT fw_devlink=off