device-google-peach-pi: use ttySAC3 for getty and console (MR 4576)
Tested on peach-pit, should work the same on peach-pi. [ci:skip-build]: already built successfully in CI
This commit is contained in:
parent
2465370c52
commit
4f12013a68
2 changed files with 5 additions and 4 deletions
device/testing/device-google-peach-pi
|
@ -2,8 +2,8 @@
|
|||
# Maintainer: Jenneron <jenneron@protonmail.com>
|
||||
pkgname=device-google-peach-pi
|
||||
pkgdesc="Samsung Chromebook 2 (13.3 inch)"
|
||||
pkgver=4
|
||||
pkgrel=4
|
||||
pkgver=5
|
||||
pkgrel=0
|
||||
url="https://postmarketos.org"
|
||||
license="MIT"
|
||||
arch="armv7"
|
||||
|
@ -56,7 +56,7 @@ nonfree_firmware() {
|
|||
}
|
||||
|
||||
sha512sums="
|
||||
92b0179565376353de342f69df3371087c5f27402853b456c43bf5157ac18f9ea89aec0ae8266d06ff7adef1d9ea1a6c506efa2ce613f4003b5139182acc804f deviceinfo
|
||||
868c91b293af722612dc1e5b4586b566aff0487dd75092f54b91b17a5f015952eb9278877c2ff1785616d48c674af6f707fb398ff1ebb651af9b9e3f2ef550dd deviceinfo
|
||||
a1fd6b4964b0bd4c66983430528f5906eea5cc9ddbe8485ba17e97496652240d0a93dbd3af34ecd3c273b7172202b8dcb24e0b5fa372512d01affec3914a023d modules-initfs
|
||||
e53ca475830930ecfc1fd537702e850e2abcb66fbed521cb6c3a2918d762649254bd0244ec93a47b20dfc593ec3afc9bdebdec1759a7bc96dcbe4800f40893da 90-tap-to-click.conf
|
||||
2ccec36a88003673471fcec7c0e408c24892e43701d88986c6a85a7882ac275565eb3abf566709306ddc16a62b4558ebceffbc289e7c95336ba28262719c6413 Peach-Pi-I2S-MA.conf
|
||||
|
|
|
@ -23,7 +23,8 @@ deviceinfo_flash_method="none"
|
|||
deviceinfo_cgpt_kpart="/boot/vmlinuz.kpart"
|
||||
deviceinfo_cgpt_kpart_start="8192"
|
||||
deviceinfo_cgpt_kpart_size="16384"
|
||||
deviceinfo_kernel_cmdline="console=null mem=3523M"
|
||||
deviceinfo_kernel_cmdline="console=/dev/ttySAC3,115200n8 mem=3523M"
|
||||
deviceinfo_depthcharge_board="peach-pi"
|
||||
deviceinfo_generate_depthcharge_image="true"
|
||||
deviceinfo_generate_extlinux_config="true"
|
||||
deviceinfo_getty="ttySAC3;115200"
|
||||
|
|
Loading…
Reference in a new issue