Open main menu

DAVE Developer's Wiki β

Changes

DESK-MX6-L/Deployment/Customizing the splash screen

503 bytes added, 07:59, 12 October 2020
Splash image in NAND flash
</pre>
==== Splash image in SD/eMMC ====
 
If an SD card or a eMMC device is used as boot device, the splashscreen image is directly loaded from the storage device.
 
===== U-Boot variables =====
 
In this example, the first partition - FAT format - is used directly reading the ''${splashimage}'' BMP file.
 
<pre>
loadsplash=run mmc_loadsplash
splashfile=splash_image.bmp
splashimage=0x20000002
mmc_loadsplash=fatload mmc ${mmcdev}:1 ${loadaddr} ${splashfile}; cp.b ${loadaddr} ${splashimage} ${filesize}
</pre>
----
[[Category:AXEL Lite]]
8,226
edits