Go to file
Dustin 6212c04f6b kernel/firmware: Support RPi GPU, touchscreen
Getting the Raspberry Pi 4 GPU and 7-inch Touch Display 2 working was
quite challenging.  Several kernel drivers are needed, beyond the
obvious VC4 and V3D, like voltage regulators and backlight controls.
Even with all the drivers enabled, I still had trouble getting
`/dev/dri/card1` (the display device, as opposed to `/dev/dri/card0`,
the 3D rendering device) to appear until I explicitly enabled the
`vc4-kms-dsi-ili9881-7inch` device tree overlay.  I am not entirely sure
why this is necessary, since `display_auto_detect` supposedly should
have added this overlay automatically.  I am also not sure how it would
work if I wanted to use an HDMI monitor instead of the DSI panel, but
fortunately, for this project, that's not necessary.
2025-01-02 13:15:29 -06:00
aimee-os@c30da6a5ff Begin implementing kiosk browser 2025-01-02 12:59:57 -06:00
ci ci: archive build logs on failure 2025-01-02 12:23:26 -06:00
overlay Begin implementing kiosk browser 2025-01-02 12:59:57 -06:00
portage Install Firefox from Gentoo binpkg 2025-01-02 12:23:26 -06:00
.gitignore Initial commit 2024-12-10 10:39:10 -06:00
.gitmodules Initial commit 2024-12-10 10:39:10 -06:00
Makefile Initial commit 2024-12-10 10:39:10 -06:00
build.packages Install Firefox from Gentoo binpkg 2025-01-02 12:23:26 -06:00
config config: Set rootflags 2024-12-30 17:57:04 -06:00
config.txt kernel/firmware: Support RPi GPU, touchscreen 2025-01-02 13:15:29 -06:00
customize.sh Begin implementing kiosk browser 2025-01-02 12:59:57 -06:00
install.packages Begin implementing kiosk browser 2025-01-02 12:59:57 -06:00
installonly.packages Add Rasperry Pi WiFi support 2024-12-30 17:57:04 -06:00
linux.config kernel/firmware: Support RPi GPU, touchscreen 2025-01-02 13:15:29 -06:00
post-build.sh Initial commit 2024-12-10 10:39:10 -06:00
prepare.sh Install Firefox from Gentoo binpkg 2025-01-02 12:23:26 -06:00