device-odroid-u2: add console=ttySAC1 to cmdline
This is needed if we want to get kernel log output over serial. Part-of: https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/6616 [ci:skip-build]: already built successfully in CI
This commit is contained in:
parent
e129d82cd2
commit
18a9e1452e
2 changed files with 3 additions and 3 deletions
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
pkgname=device-odroid-u2
|
||||
pkgdesc="ODROID U2/U3"
|
||||
pkgver=2
|
||||
pkgver=3
|
||||
pkgrel=0
|
||||
url="https://postmarketos.org"
|
||||
license="MIT"
|
||||
|
|
@ -48,7 +48,7 @@ nonfree_firmware() {
|
|||
}
|
||||
|
||||
sha512sums="
|
||||
8a7ed5435b6ab5905dc137adb0b49ce4f2a1e17e0da763cf05a65cb07fef2a75e142e75ffa56c44a0405c681744ea54c3b5e96a4796d5d5daa61f5678b4cbf46 deviceinfo
|
||||
54671a7042510bc43d0eedec92d320545b7871af679792bcf6d59ea079865a1586bf41fb0d101a28dd116b0b6b33b7922c4ff8a346d1084a3aff18f296e1a9a3 deviceinfo
|
||||
bc0c4f7eb77cc3393ac83114fe982b7d2d74725a7a390074ce29bb67b235895487018a407b8ce3593c1fa7e9dbd526199515f7932938c6169a440549eb73dfd3 modules-initfs.exynos4
|
||||
ba1229a573d863e783a0f945eb825fb77cfd10662d2eacf74c2e20d1e4d118a4fa68200305cd10e1606b489fc8c86e4da7f3305ac6973d3787420eec2bed91b2 modules-initfs.lts
|
||||
"
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ deviceinfo_flash_method="none"
|
|||
deviceinfo_sd_embed_firmware="u-boot/odroid-u2/bl1.bin:1,u-boot/odroid-u2/bl2.bin:31,u-boot/odroid/u-boot.bin:63,u-boot/odroid-u2/tzsw.bin:2111"
|
||||
deviceinfo_sd_embed_firmware_step_size="512"
|
||||
deviceinfo_boot_part_start="3072"
|
||||
deviceinfo_kernel_cmdline="console=tty1 loglevel=9 rw PMOS_FORCE_PARTITION_RESIZE"
|
||||
deviceinfo_kernel_cmdline="console=tty1 console=ttySAC1,115200 loglevel=9 rw PMOS_FORCE_PARTITION_RESIZE"
|
||||
deviceinfo_generate_extlinux_config="true"
|
||||
|
||||
# The bl1 embed location in sdcard conflicts with GPT header, so need
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue