new bootlogo swapping code #670
-
Having trouble swapping out the stock logo with the latest code on branch dunfell-l4t-r32.5.0 So in my layer I have a reference to External environment variables are
I've also added a
This appears to use imagemagick to compress and convert an arbitrary picture to a *.blob file, but when I boot up. I still see the stock logo. Is there something that I am missing or doing wrong? Wondering does it has anything to do with the amount of bytes the image I choose has? Or for say a u-boot issue? Used a 1920x1080 logo from here: https://wallpaper.dog/gigabyte-logo-wallpapers |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Hey @EasyIP2023 |
Beta Was this translation helpful? Give feedback.
-
After building this, how are you installing it? The update payloads don't ship the splash image, but the main flash script will. Check out that this package is built, it'll be put in the |
Beta Was this translation helpful? Give feedback.
After building this, how are you installing it? The update payloads don't ship the splash image, but the main flash script will.
Check out that this package is built, it'll be put in the
$DEPLOYDIR
. For testing, you can copy thebootlogo-${MACHINE}.blob
to the target and dd it to/dev/disk/by-partlabel/BMP
and/dev/disk/by-partlabel/BMP_b