device-raspberry-pi5: use ttyAMA10 for second console

When I test the build the serial console is attached to ttyAMA10, not
ttyAMA0:

  107d001000.serial: ttyAMA10 at MMIO 0x107d001000 (irq = 16, base_baud = 0) is a PL011 rev3

Part-of: https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/6504
This commit is contained in:
Henrik Grimler 2025-05-13 12:00:30 +02:00 committed by Pablo Correa Gómez
parent ccaf9c9d20
commit d460ed9b72
No known key found for this signature in database
GPG key ID: 7A342565FF635F79
2 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@
# Reference: <https://postmarketos.org/devicepkg>
pkgname=device-raspberry-pi5
pkgver=1
pkgrel=1
pkgrel=0
pkgdesc="Raspberry Pi 5"
url="https://postmarketos.org"
license="MIT"
@ -63,7 +63,7 @@ sha512sums="
52a562c316e540a5f746f566f51cf6cc6455932c747606543c8a40b067b6add50348b9342b35d96ff0b0d0955bcabbe9b1d07c30a81ec82f118c39c1a5d08034 deviceinfo
e3515cf9f41807917eac1f7663e0131bd18783824facf15f2bb0381635bf6d9a0c334f3786b6fb76d01469de6449878c871f8b747f45e9e3cee77699905cf319 modules-initfs
4e832421e47dd0faf443a7a949aae83cc6d4a80fd816df5c6d9d72ac4ae23f803863b9b63903a14b18ae585e6abc5c8703376a003967b74dc30040dc544aa2e9 usercfg.txt
7798de3994c0651e12f0787699cd39054a57036361e5a372565cbe9570f81b2c4b90748a59363bd7b754e47e422eb6a9f3860dad7bee82c785ae8eb8af81ad5a cmdline.txt
9cd06ae2ed840a4913dbe1623ee4d6e5865552c809bbfb57edea18e7a635bd3759338a4c1fe90473dde24a048d5fe7b958735b35acc1b1d64ec21e89effd28c0 cmdline.txt
7e5505cb07d5b4a81bd28443d508336b5c547356538f1c06f91ed93ad0d7d456d4f74f1d24df5a2e08c17e74f0a66607352ac4874e967e9a91dfec9522d2d58d 95-vchiq-permissions.rules
5ebdd05414792b82073a6453517c19458863809cdfb25e7d8857030c1feb69cbebc02c5309e6a14373125d83e5e673a20f2006520a34148af17219fb1863dd95 enforce-platform.sh
"

View file

@ -1 +1 @@
modules=loop,squashfs,sd-mod,usb-storage dwc_otg.lpm_enable=0 console=ttyAMA0,115200 console=tty1
modules=loop,squashfs,sd-mod,usb-storage dwc_otg.lpm_enable=0 console=ttyAMA10,115200 console=tty1