Skip to content

Commit 3a25f5e

Browse files
author
Sukrut Bellary
committed
Update splash screen details with defconfig changes to enable the
splash screen. Add steps to test the splash screen. Add the reference output image on AM335x EVM. Signed-off-by: Sukrut Bellary <[email protected]>
1 parent 84a7ac4 commit 3a25f5e

File tree

1 file changed

+36
-22
lines changed

1 file changed

+36
-22
lines changed

source/linux/Foundational_Components/U-Boot/Apps-Splash-Screen.rst

Lines changed: 36 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
.. http://processors.wiki.ti.com/index.php/Processor_SDK_Linux_U-Boot_Splash_Screen
2-
.. highlight:: c
31

42
U-Boot Splash Screen
53
==========================
@@ -20,26 +18,42 @@ To use this, enable following configurations in :file:`configs/am335x_evm_defcon
2018

2119
.. code-block:: kconfig
2220
23-
CONFIG_SPLASH_SCREEN=y
24-
CONFIG_SPLASH_SOURCE=y
25-
CONFIG_SPLASH_SCREEN_ALIGN=y
26-
CONFIG_HIDE_LOGO_VERSION=y
27-
CONFIG_AM335X_LCD=y
28-
CONFIG_VIDEO_BMP_GZIP=y
29-
CONFIG_BMP_24BPP=y
30-
CONFIG_BMP_32BPP=y
31-
CONFIG_BMP=y
32-
CONFIG_VIDEO=y
33-
CONFIG_CMD_BMP=y
34-
CONFIG_SYSCON=y
35-
CONFIG_REGMAP=y
36-
CONFIG_CLK_CCF=y
37-
CONFIG_CLK_TI_AM3_DPLL=y
38-
CONFIG_CLK_TI_DIVIDER=y
39-
CONFIG_CLK_TI_MUX=y
40-
CONFIG_DM_PWM=y
41-
CONFIG_BACKLIGHT_PWM=y
42-
CONFIG_PWM_TI_ECAP=y
21+
CONFIG_SPLASH_SCREEN=y
22+
CONFIG_SPLASH_SOURCE=y
23+
CONFIG_SPLASH_SCREEN_ALIGN=y
24+
CONFIG_HIDE_LOGO_VERSION=y
25+
CONFIG_AM335X_LCD=y
26+
CONFIG_VIDEO_BMP_GZIP=y
27+
CONFIG_BMP_24BPP=y
28+
CONFIG_BMP_32BPP=y
29+
CONFIG_BMP=y
30+
CONFIG_VIDEO=y
31+
CONFIG_CMD_BMP=y
32+
CONFIG_SYSCON=y
33+
CONFIG_REGMAP=y
34+
CONFIG_CLK_CCF=y
35+
CONFIG_CLK_TI_AM3_DPLL=y
36+
CONFIG_CLK_TI_DIVIDER=y
37+
CONFIG_CLK_TI_MUX=y
38+
CONFIG_DM_PWM=y
39+
CONFIG_BACKLIGHT_PWM=y
40+
CONFIG_PWM_TI_ECAP=y
41+
42+
If user is using enhanced High Resolution PWM(eHRPWM) to control the display backlight,
43+
enable following config.
44+
45+
46+
.. code-block:: kconfig
47+
48+
CONFIG_CLK_TI_GATE=y
49+
50+
.. rubric:: Features supported
51+
52+
The following features are supported and validated on am335x EVM:
53+
54+
#. Supports 32, 24, and 8 bits per pixel BMP image.
55+
#. Supports displaying only BMP and compressed BMP images(gzip).
56+
#. Supports MMC as bmp image sources.
4357

4458
.. rubric:: Display Image using U-Boot command line
4559
:name: Display Image

0 commit comments

Comments
 (0)