summaryrefslogtreecommitdiff
path: root/meta-unit-graphics/recipes-bsp
diff options
context:
space:
mode:
authorunitexe <unitexe70@gmail.com>2026-02-26 15:53:22 -0600
committerunitexe <unitexe70@gmail.com>2026-02-27 17:24:13 -0600
commit9c9f3235cc1f501d979342273607d4bbef723178 (patch)
tree104e387f0c1e34e435c76dfbedc9a28e7b1bdee9 /meta-unit-graphics/recipes-bsp
parenta574c66e9f343e75fcb7edd3ae62a0deb1380f91 (diff)
Enable graphics for radxa-zero-3emain-next-radxa-zero-3e-graphics
- Boot splash - Kernel logo - Plymouth splash - Flutter app
Diffstat (limited to 'meta-unit-graphics/recipes-bsp')
-rw-r--r--meta-unit-graphics/recipes-bsp/u-boot/files/splash.cfg9
-rw-r--r--meta-unit-graphics/recipes-bsp/u-boot/u-boot_%.bbappend1
2 files changed, 10 insertions, 0 deletions
diff --git a/meta-unit-graphics/recipes-bsp/u-boot/files/splash.cfg b/meta-unit-graphics/recipes-bsp/u-boot/files/splash.cfg
new file mode 100644
index 0000000..997ebd1
--- /dev/null
+++ b/meta-unit-graphics/recipes-bsp/u-boot/files/splash.cfg
@@ -0,0 +1,9 @@
+CONFIG_CMD_BMP=y
+CONFIG_BMP=y
+CONFIG_BMP_24BPP=y
+CONFIG_HIDE_LOGO_VERSION=y
+CONFIG_SPLASH_SCREEN=y
+CONFIG_SPLASH_SCREEN_ALIGN=y
+CONFIG_SPLASH_SOURCE=y
+CONFIG_VIDEO_BMP_GZIP=y
+CONFIG_VIDEO_LOGO_MAX_SIZE=0x120000
diff --git a/meta-unit-graphics/recipes-bsp/u-boot/u-boot_%.bbappend b/meta-unit-graphics/recipes-bsp/u-boot/u-boot_%.bbappend
new file mode 100644
index 0000000..8802adb
--- /dev/null
+++ b/meta-unit-graphics/recipes-bsp/u-boot/u-boot_%.bbappend
@@ -0,0 +1 @@
+FILESEXTRAPATHS:prepend := "${THISDIR}/files:"