Skip to main content
Wjian.1
Associate III
August 31, 2024
Question

How to display logo on Kenel on STM32MP2 platform

  • August 31, 2024
  • 1 reply
  • 717 views

Hi:

Recently, I need to display the logo during the Kenel phase. I have tried adding the following configuration, but still cannot see any logo when the kernel starts. How can I enable the logo to be displayed on the ST platform (drivers/video/logo/):

CONFIG_DUMMY_CONSOLE=y
CONFIG_DUMMY_CONSOLE_COLUMNS=80
CONFIG_DUMMY_CONSOLE_ROWS=25
CONFIG_FRAMEBUFFER_CONSOLE=y

CONFIG_LOGO=y
CONFIG_LOGO_LINUX_MONO=y
CONFIG_LOGO_LINUX_VGA16=y
CONFIG_LOGO_LINUX_CLUT224=y

1 reply

Erwan SZYMANSKI
Technical Moderator
October 4, 2024

Hello @Wjian.1 ,
Which version of OpenSTLinux do you use ? Can you see the default splash-screen ST provides ? 

Kind regards,
Erwan.

In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.