How to disable u-boot splash screen

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

How to disable u-boot splash screen

跳至解决方案
6,366 次查看
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

标签 (6)
1 解答
4,236 次查看
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 回复数
4,237 次查看
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,236 次查看
Carlos_Musich
NXP Employee
NXP Employee

Hi aravinthkumar jayaprakasam,

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


Regards,
Carlos

0 项奖励
4,236 次查看
niranjanbc
Contributor IV

Thanks Aravinth, it worked.

0 项奖励
4,234 次查看
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 项奖励