Difference between revisions of "DESK-MP1-L/Deployment/Customizing the splash screen"

From DAVE Developer's Wiki
Jump to: navigation, search
Line 25: Line 25:
 
* copy on <code>/mnt</code> partition the image with this name: <code>splash_landscape.bmp</code>
 
* copy on <code>/mnt</code> partition the image with this name: <code>splash_landscape.bmp</code>
 
* umount the uSD and excecute the boot
 
* umount the uSD and excecute the boot
 +
 +
----
 +
 +
[[Category:ETRA]]

Revision as of 09:40, 1 August 2023

Customizing the splash screen[edit | edit source]

Instructions[edit | edit source]

The following U-Boot environment variables are required:

  • splashimage: RAM address where the BMP image is loaded. Please note that it must be a 32-bit (eg: 0xc4100000)
  • splashfile: image name to load and then display at boot. (eg: splash_landscape.bmp)

uSD Splash image[edit | edit source]

U-Boot variables[edit | edit source]
splashimage=0xc4100000
splashfile=splash_landscape.bmp


Example how to update splashscreen image[edit | edit source]

You can update the splash image with the following steps:

  • connect the uSD to the host
  • mount the boot partition (eg: sudo mount /dev/sdb8 /mnt)
  • copy on /mnt partition the image with this name: splash_landscape.bmp
  • umount the uSD and excecute the boot