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

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

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

457 Views
APM
Contributor I

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.

Labels (2)
Tags (1)
0 Kudos
Reply
1 Reply

292 Views
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 Kudos
Reply