imx8mp splash Startup animation

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

imx8mp splash Startup animation

402 次查看
CheneyDu
Contributor I

I have a mp4 file.

How to change the kernel boot screen to an animated display, What do I need to do?

I want to display it as soon as possible, and I don't care if it affects startup efficiency because the file Last 8 seconds.

 

Kernel Version: LF5.4.70

0 项奖励
回复
1 回复

349 次查看
brian14
NXP TechSupport
NXP TechSupport

Hi @CheneyDu,

There are three ways to add a custom splash screen on Linux described by some references like these:

Change Boot Logo [Khadas Docs]
How to Change the BSP Logos (variscite.com)

The first one is to enable the Uboot splash screen and add your custom image.
The second one is to use the actual splash screen provided by the Linux Kernel, here you will need to add a patch to the Linux Kernel directly on our Yocto Project BSP and build the Kernel to display your splash screen.
For these two options, you can follow the manuals shared by Kadas and Variscite, but these options have support for static images.
Regarding animation, unfortunately, NXP doesn’t provide any fully supported way to implement this splash screen. However, I could find an option to implement animations on the boot process named EasySplash you can find the documentation at the following link:

GitHub - OSSystems/EasySplash: EasySplash - tool for animated bootsplash screens

I hope this information will be helpful.

Have a great day!

Best regards, Brian.

0 项奖励
回复