From 019a45d52dc06c812c3ba74941ee692df6a72e21 Mon Sep 17 00:00:00 2001 From: unitexe Date: Sun, 8 Feb 2026 11:41:19 -0600 Subject: U-boot splash for raspberrypi3-64 --- meta-unit-graphics/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 meta-unit-graphics/README.md (limited to 'meta-unit-graphics/README.md') 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. -- cgit v1.2.3