Open main menu

DAVE Developer's Wiki β

Changes

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

No change in size, 07:54, 12 October 2020
U-Boot variables
<pre>
loadsplash=run spi_loadsplash
spi_loadsplash=sf probe; sf read ${splashimage} 0x800000 0xA00000 ${splashsize}
splashfile=splash_image.bmp
splashimage=0x20000002
splashsize=0x400000
loadsplashfile=tftpboot ${loadaddr} axel/${splashfile}
spi_updatesplash=sf probe; sf erase 0x800000 0xA00000 +${filesize}; sf write ${loadaddr} 0x800000 0xA00000 ${filesize}
</pre>
8,226
edits