How to Disable the linux kernal logo and U-boot image in variscite DART-6UL

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

How to Disable the linux kernal logo and U-boot image in variscite DART-6UL

1,116 次查看
APM
Contributor II

I am doing yocto project (version = kirkstone) on DART-6UL. i want to disable the linux kernel logo and U-boot image. I tried different tutorials, but still it is not working.

Also how to reduce the booting time?

Thanks in advance.

标签 (2)
标记 (1)
0 项奖励
回复
1 回复

951 次查看
pengyong_zhang
NXP Employee
NXP Employee

hi @APM 

You can se t the following define to N.

https://github.com/nxp-imx/uboot-imx/blob/lf_v2022.04/configs/mx6ull_14x14_evk_defconfig

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

0 项奖励
回复