Splash logo not working

Hello,
I am using BSP 2.8 on an Apalis IMX6D with Ixora carrier boar on a project with a splash logo on system startup, this feature was working fine until I changed the logo_custom_clut224.ppm on …drivers/video/logo, so it does not appear anymore.
Following this article about the splash logo for BSP 5.0, I could not execute menuconfig command.
How could I get the splash logo to work again?

Aditional infromations:

Display connection: LVDS

defconfig file:

CONFIG_FRAMEBUFFER_CONSOLE=y
CONFIG_LOGO=y
# CONFIG_LOGO_LINUX_MONO is not set
# CONFIG_LOGO_LINUX_VGA16 is not set
# CONFIG_LOGO_LINUX_CLUT224 is not set
CONFIG_LOGO_CUSTOM_CLUT224=y
CONFIG_SOUND=y

/proc/config.gz file:

root@apalis-imx6:~# zcat /proc/config.gz | grep LOGO
CONFIG_LOGO=y
# CONFIG_LOGO_LINUX_MONO is not set
# CONFIG_LOGO_LINUX_VGA16 is not set
# CONFIG_LOGO_LINUX_CLUT224 is not set
CONFIG_LOGO_CUSTOM_CLUT224=y

Best Regards,
Adriano Munin

Hello Adriano,

In order to execute the menuconfig command, you need to prepare your environment as shown in the following article.

We have an article about using splash screen for BSP2.8 also.

Could you please try it and see if this solves your issue?

Best regards,
Larissa Souza

Hi Larissa,
Following the article, I noted that the image size was bigger than the display, so I resized the image and now it is back to work.

Thanks and best regards,
Adriano Munin