Solved
U-Boot Splash Screen
Hi,
Appreciate any help on how to enable u-boot splash screen during boot. I am using STM32MP157F-DK2.
Thank you.
Hi,
Appreciate any help on how to enable u-boot splash screen during boot. I am using STM32MP157F-DK2.
Thank you.
To activate the splash screen during U-BOOT, I recommand that you start by displaying the splash screen manuallly from the uboot prompt: -First, check that the CONFIG_DM_VIDEO is enabled -Place your bmp image in your boot patition
-Using the U-boot command line, try to display the image:
$setenv loadaddr_splash 0x.....
$load mmc 0:<boot part number> ${loadaddr_splash} <bmp file name>
$bmp display ${loadaddr_splash}
-Update the uboot-env in order to load the bmp image in the RAM and display it before launching the boot command.
-You need to add your bmp to the uboot source under tools/logos
-Update the buildroot uboot makefile in order to unstall the bmp to the loot partion and update uboot-env
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.