- Oct 05, 2023
-
-
Alessandro Pecugi authored
The U-boot console output was temporarily suppressed to prevent it from overlapping with the boot logo. This commit re-enables it.
-
- Sep 13, 2023
-
-
Alessandro Pecugi authored
By default the kernel logo is displayed at the top-left corner of the screen and it's repeated $(nproc) times. Set logo-pos and logo-count params for fbcon so that the logo image is cenetered and not repeated.
-
Alessandro Pecugi authored
- display the splash screen - enable the splaspos environment variable to configure positioning of the splash image - enable the splashsource library, which allows to load the logo image from a custom source (see README.splashprepare) - quiet console messages (see README.silent), which would otherwise overlap with the logo image - enable CONFIG_SILENT_U_BOOT_ONLY to prevent U-boot from adding "quiet" to the bootargs, which would also hide the kernel logo - NOTE: in the future we might want to direct the console output to the GPIO serial instead of silencing it entirely
-