How to disable u-boot splash screen

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to disable u-boot splash screen

Jump to solution
6,229 Views
niranjanbc
Contributor IV

Hi all,

i dont want my u-boot to display splash screen, currently it is displaying NXP Logo.

how do i disable so it wont display anything.

thanks

Niranjan

Labels (6)
1 Solution
4,099 Views
aravinthkumarja
Senior Contributor II

Hi Niranjan,

Comment the blow defined config in this location "u-boot-imx/include/configs/mx6sabre_common.h"

#define CONFIG_SPLASH_SCREEN
#define CONFIG_SPLASH_SCREEN_ALIGN
#define CONFIG_BMP_16BPP
#define CONFIG_VIDEO_LOGO
#define CONFIG_VIDEO_BMP_LOGO

Thanks,

Aravinth

View solution in original post

4 Replies
4,100 Views
aravinthkumarja
Senior Contributor II

Hi Niranjan,

Comment the blow defined config in this location "u-boot-imx/include/configs/mx6sabre_common.h"

#define CONFIG_SPLASH_SCREEN
#define CONFIG_SPLASH_SCREEN_ALIGN
#define CONFIG_BMP_16BPP
#define CONFIG_VIDEO_LOGO
#define CONFIG_VIDEO_BMP_LOGO

Thanks,

Aravinth

4,099 Views
Carlos_Musich
NXP Employee
NXP Employee

Hi aravinthkumar jayaprakasam,

thank you for sharing your solution. It is really appreciated.


Regards,
Carlos

0 Kudos
4,099 Views
niranjanbc
Contributor IV

Thanks Aravinth, it worked.

0 Kudos
4,097 Views
aravinthkumarja
Senior Contributor II

Hi Niranjan,

Thanks for your acknowledgement. 

------------------------------------------------------------------------------

Note: If this post answers your question, please click the Correct

Answer button. Thank you!

------------------------------------------------------------------------------

0 Kudos