diff options
| author | unitexe <unitexe70@gmail.com> | 2026-02-16 22:31:09 -0600 |
|---|---|---|
| committer | unitexe <unitexe70@gmail.com> | 2026-02-16 23:08:43 -0600 |
| commit | f15373f84dd78c128a4379eda6fb241dd8792ffb (patch) | |
| tree | 5c0addbb3844e564edff14b2387a97efc68c2286 /meta-unit-distro/conf/distro/include/rpi-graphics.conf | |
| parent | 019a45d52dc06c812c3ba74941ee692df6a72e21 (diff) | |
Initramfs with plymouth splash for raspberrypi3-64
Diffstat (limited to 'meta-unit-distro/conf/distro/include/rpi-graphics.conf')
| -rw-r--r-- | meta-unit-distro/conf/distro/include/rpi-graphics.conf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/meta-unit-distro/conf/distro/include/rpi-graphics.conf b/meta-unit-distro/conf/distro/include/rpi-graphics.conf new file mode 100644 index 0000000..5c3dbe2 --- /dev/null +++ b/meta-unit-distro/conf/distro/include/rpi-graphics.conf @@ -0,0 +1,9 @@ +# Use full (not fake) KMS with raspberrypi3 +VC4DTBO:raspberrypi3-64 = "vc4-kms-v3d" + +# Since using full KMS with raspberrypi3, need special overlay +# for the official DSI 7" touchscreen that is KMS compatible +RPI_EXTRA_CONFIG:append:raspberrypi3-64 = "\ndtoverlay=vc4-kms-dsi-7inch" + +# Reserve some extra GPU memory +RPI_EXTRA_CONFIG:append:raspberrypi3-64 = "\ngpu_mem=128" |
