linux-postmarketos-qcom-milos 7.2.0-r103: enable pstore (ramoops console/pmsg)
All checks were successful
image / image (push) Successful in 1h31m34s
All checks were successful
image / image (push) Successful in 1h31m34s
The FP6 has warm-reset itself at USB-C cable events and right after the ADSP comes up with a charger attached, leaving nothing in the journal. The kernel now carries a 4 MiB ramoops region (milos-linux adsp-recovery, DTS node at 0xe2500000); build the pstore core, the ram backend and the console + pmsg front ends in, so the previous boot's console and the initramfs stage log survive a reset into /var/lib/systemd/pstore. Verified on the dev phone 2026-09-15: records survive a PS_HOLD reset; systemd-pstore archives them at the next boot.
This commit is contained in:
parent
364cc73b2c
commit
ff2f6df650
2 changed files with 13 additions and 2 deletions
|
|
@ -8,7 +8,7 @@ _flavor="postmarketos-qcom-milos"
|
|||
pkgname=linux-$_flavor
|
||||
pkgver=7.2.0
|
||||
# always sorts above the upstream aport (r0..r99)
|
||||
pkgrel=102
|
||||
pkgrel=103
|
||||
pkgdesc="Milos mainline kernel + Catcrafts FP6 bring-up carries (combined-stable)"
|
||||
arch="aarch64"
|
||||
_carch="arm64"
|
||||
|
|
|
|||
Loading…
Reference in a new issue