device-google-peach-pit: use ttySAC3 for getty and console (MR 4576)
For some reason kernel does not print anything to ttySAC3 even with console=/dev/ttySAC3. If earlycon is specified it prints the early stuff though. Add ttySAC3 in both places anyways since that should be the correct uart.
This commit is contained in:
parent
1b9f174924
commit
2465370c52
2 changed files with 5 additions and 4 deletions
|
@ -2,8 +2,8 @@
|
||||||
# Maintainer: Jenneron <jenneron@protonmail.com>
|
# Maintainer: Jenneron <jenneron@protonmail.com>
|
||||||
pkgname=device-google-peach-pit
|
pkgname=device-google-peach-pit
|
||||||
pkgdesc="Samsung Chromebook 2 (11.6 inch)"
|
pkgdesc="Samsung Chromebook 2 (11.6 inch)"
|
||||||
pkgver=4
|
pkgver=5
|
||||||
pkgrel=4
|
pkgrel=0
|
||||||
url="https://postmarketos.org"
|
url="https://postmarketos.org"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
arch="armv7"
|
arch="armv7"
|
||||||
|
@ -58,7 +58,7 @@ nonfree_firmware() {
|
||||||
}
|
}
|
||||||
|
|
||||||
sha512sums="
|
sha512sums="
|
||||||
c0bce7063912e13464ad7b4338eea3135b86cf7e946f535c48d4bf180bab58739e97791ada53df5065eb0bec0649b125b6f4f39bf23f1315316e71ce36243a16 deviceinfo
|
cbeb0f1fdf4357763eae7ede0b28923ae39c18aa187894baa778bdb20afa728aa97cad63b957d799ffcd1130ae40c3b796e293a2a1c97d9a68bf132ec6ce6d13 deviceinfo
|
||||||
a1fd6b4964b0bd4c66983430528f5906eea5cc9ddbe8485ba17e97496652240d0a93dbd3af34ecd3c273b7172202b8dcb24e0b5fa372512d01affec3914a023d modules-initfs
|
a1fd6b4964b0bd4c66983430528f5906eea5cc9ddbe8485ba17e97496652240d0a93dbd3af34ecd3c273b7172202b8dcb24e0b5fa372512d01affec3914a023d modules-initfs
|
||||||
e53ca475830930ecfc1fd537702e850e2abcb66fbed521cb6c3a2918d762649254bd0244ec93a47b20dfc593ec3afc9bdebdec1759a7bc96dcbe4800f40893da 90-tap-to-click.conf
|
e53ca475830930ecfc1fd537702e850e2abcb66fbed521cb6c3a2918d762649254bd0244ec93a47b20dfc593ec3afc9bdebdec1759a7bc96dcbe4800f40893da 90-tap-to-click.conf
|
||||||
6fe67c8f2e09e3e37297eebaf2a86a32671923a5fd4d18e5aeb10e580fb998e4ddb4a691531a0c8f4b4e70c6f0f7e91008dd836ffca8026d59862c6e829fd996 Peach-Pit-I2S-MAX98090.conf
|
6fe67c8f2e09e3e37297eebaf2a86a32671923a5fd4d18e5aeb10e580fb998e4ddb4a691531a0c8f4b4e70c6f0f7e91008dd836ffca8026d59862c6e829fd996 Peach-Pit-I2S-MAX98090.conf
|
||||||
|
|
|
@ -23,7 +23,8 @@ deviceinfo_flash_method="none"
|
||||||
deviceinfo_cgpt_kpart="/boot/vmlinuz.kpart"
|
deviceinfo_cgpt_kpart="/boot/vmlinuz.kpart"
|
||||||
deviceinfo_cgpt_kpart_start="8192"
|
deviceinfo_cgpt_kpart_start="8192"
|
||||||
deviceinfo_cgpt_kpart_size="16384"
|
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-pit"
|
deviceinfo_depthcharge_board="peach-pit"
|
||||||
deviceinfo_generate_depthcharge_image="true"
|
deviceinfo_generate_depthcharge_image="true"
|
||||||
deviceinfo_generate_extlinux_config="true"
|
deviceinfo_generate_extlinux_config="true"
|
||||||
|
deviceinfo_getty="ttySAC3;115200"
|
||||||
|
|
Loading…
Reference in a new issue