S B C X U s e r ' s G u i d e
v . 1 . 0 . 1
7.9
Customizing the splash screen
SBCX provides support for a customizable splash screen. The following
sections describe how to use this feature.
7.9.1
Customizing the splash screen
The splash screen image can be downloaded via tftp to a specific RAM
address (
splashimage
) and then stored in the flash memory.
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 aligned address with a 0x2
offset (eg: 0x20000002)
●
loadsplash
: comand for loading the BMP image from the
storage device (e.g flash memory) to RAM. This command is
automatically run by U-Boot at startup
●
splashpos
: image position (eg: splashpos=m,m, for centering
the image)
7.9.2
Additional resources
For further details on splash screen support in U-Boot, please refer to:
●
http://www.denx.de/wiki/DULG/UBootSplashScreen
●
http://www.denx.de/wiki/DULG/UbootBitmapSupport
7.9.3
Splash image in NOR SPI flash
7.9.3.1
U-Boot variables
loadsplash=run spi_loadsplash
spi_loadsplash=sf probe; sf read ${splashimage} 0x800000 $
{splashsize}
splashfile=splash_image.bmp
splashimage=0x20000002
splashpos=m,m
splashsize=0x400000
loadsplashfile=tftpboot ${loadaddr} axel/${splashfile}
spi_updatesplash=sf probe; sf erase 0x${filesize}; sf
write ${loadaddr} 0x800000 ${filesize}
December, 2019
124/139
Содержание SBC AXEL
Страница 2: ...S B C X U s e r s G u i d e v 1 0 1 Page intentionally left blank December 2019 2 139 ...
Страница 16: ...Fig 2 SBCX block diagram S B C X U s e r s G u i d e v 1 0 1 2 2 Block Diagram December 2019 16 139 ...
Страница 18: ...Fig 3 Assembly view top S B C X U s e r s G u i d e v 1 0 1 2 4 Assembly view top December 2019 18 139 ...
Страница 19: ...Fig 4 Assembly view bottom S B C X U s e r s G u i d e v 1 0 1 2 5 Assembly view bottom December 2019 19 139 ...
Страница 23: ...S B C X U s e r s G u i d e v 1 0 1 3 1 2 Drills position and size December 2019 23 139 Fig 6 SBCX drills ...
Страница 105: ...S B C X U s e r s G u i d e v 1 0 1 December 2019 105 139 ...
Страница 106: ...S B C X U s e r s G u i d e v 1 0 1 December 2019 106 139 ...
Страница 107: ...S B C X U s e r s G u i d e v 1 0 1 December 2019 107 139 Fig 44 QtQuick Hello World ...
Страница 119: ...S B C X U s e r s G u i d e v 1 0 1 December 2019 119 139 ...
Страница 121: ...S B C X U s e r s G u i d e v 1 0 1 December 2019 121 139 ...
Страница 139: ...S B C X U s e r s G u i d e v 1 0 1 December 2019 139 139 ...