How to change i.MX8MP kernel boot logo and yocto project splashimage to my own custom logo and image

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

How to change i.MX8MP kernel boot logo and yocto project splashimage to my own custom logo and image

1,096 Views
bych
Contributor II

Dear NXP Support team,

 

I would like to change all the logo and images that are displayed from the beginning of the U-Boot.

 

When a hdmi monitor is connected to the board, I can see 4 penguins and yocto project image with a progress bar.

 

I would like to change those images to my own custom images.

 

Please guide me how I can make those changes.

 

Please elaborate about the explanation if you can since I'm new to yocto linux imx.

 

Thank you.

0 Kudos
Reply
5 Replies

1,025 Views
Rita_Wang
NXP TechSupport
NXP TechSupport

You can refer to the patches realized in the LVDS for the u-boot and kernel, the methods are the almost the same.

i.MX 8MP LVDS seamless display (连续显示) between U-boot and Kernel - NXP Community

0 Kudos
Reply

1,023 Views
bych
Contributor II
Could you kindly advise how I can apply those patches? I've never done applying patches before...
0 Kudos
Reply

1,022 Views
Rita_Wang
NXP TechSupport
NXP TechSupport

What is the board in your hand? nxp board, or the board you design yourself, have you make your board boot up and display already?

0 Kudos
Reply

1,016 Views
bych
Contributor II
I have my own custom board that is based on i.MX8M Plus Processor, but the custom board is designed as same as i.MX8M Plus EVK board.
I've successfully booted up my board and the display via HDMI looks fine.

But I just want change the boot logo (4 penguins) and splash screen (yocto project logo with progress bar) to my own custom logo.

You provided the patches but I do not know how to apply those patches to the u-boot or kernel.

Please kindly advise how I use and apply those patches.

Thank you.
0 Kudos
Reply

992 Views
Rita_Wang
NXP TechSupport
NXP TechSupport

Hi @bych ,

I found the easy way for you to try:

Linux Kernel Logo
Use the netpbm tool to convert png images to ppm images.
$ pngtopnm linux_logo.png > linux_logo.pnm
$ pnmquant 224 linux_logo.pnm > linux_logo_clut224.pnm
$ pnmtoplainpnm linux_logo_clut224.pnm > logo_linux_clut224.ppm
 
Put the converted ppm file into the drivers/video/logo/ directory of the kernel, and replace the logo_linux_clut224.ppm file.
Re-compile the kernel, and the logo will be replaced with a new picture.
You can try it .
Wish you have a nice day
Bset Regards
Rita
0 Kudos
Reply