summaryrefslogtreecommitdiff
path: root/meta-unit-graphics/README.md
diff options
context:
space:
mode:
authorunitexe <unitexe70@gmail.com>2026-02-08 11:41:19 -0600
committerunitexe <unitexe70@gmail.com>2026-02-08 11:41:39 -0600
commit019a45d52dc06c812c3ba74941ee692df6a72e21 (patch)
tree2f2eb9784cf5d7f94725216392037206d245c407 /meta-unit-graphics/README.md
parente9ef477e623a397c3cae8e1e2d676046069cbb01 (diff)
U-boot splash for raspberrypi3-64
Diffstat (limited to 'meta-unit-graphics/README.md')
-rw-r--r--meta-unit-graphics/README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-unit-graphics/README.md b/meta-unit-graphics/README.md
new file mode 100644
index 0000000..76867e8
--- /dev/null
+++ b/meta-unit-graphics/README.md
@@ -0,0 +1,11 @@
+# meta-unit-graphics
+
+## U-boot splash
+The u-boot splash has bee configured to show the [yocto project logo](https://commons.wikimedia.org/wiki/File:Yocto_Project_logo.svg).
+
+To convert the logo to a u-boot compatible bitmap, the following command was used:
+```bash
+convert yocto_project_logo.png -resize 700x400 -background white -gravity center -extent 800x480 -depth 8 -type TrueColor -compress none BMP3:yocto_project_logo_800x480_24bpp.bmp
+```
+
+The dimensions for `resize` and `extent` are device specific.