mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
Major architecture change: move from BSP kernel 6.6 with pre-merged panel DTBs to mainline kernel 6.12.61 LTS with separated board DTBs + panel overlays. - Board DTB = hardware profile (GPIOs, PMIC, joypad, audio). 16 boards. Auto-selected by U-Boot via SARADC ADC reading (hwrev). - Panel overlay = display init sequence. 20 panels. Applied at boot time via boot.ini fdt apply. - Two image variants: original (a_boot.ini) and clone (b_boot.ini) - Kernel cross-compiles from x86 host (no ARM chroot needed) - Initramfs boot splash with SVG rendering at 0.7s - Out-of-tree joypad driver (singleadc-joypad) for clone boards - Panel generic-dsi driver with archr,generic-dsi compatible Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
12 lines
338 B
Plaintext
12 lines
338 B
Plaintext
# Arch R — Modules to unload before suspend
|
|
# These modules conflict with system suspend on RK3326 devices.
|
|
# Loaded back automatically after wake by archr-sleep hook.
|
|
|
|
# USB controller (conflicts with suspend state machine)
|
|
dwc2
|
|
|
|
# WiFi modules (fail to resume properly)
|
|
mt7921e mt7921_common mt76_connac_lib mt76
|
|
esp8089
|
|
rtw88_8821cs
|