Skip to content
Snippets Groups Projects
  1. Oct 05, 2023
  2. Sep 13, 2023
    • Alessandro Pecugi's avatar
      [RPI][SPLASH] set logo-pos and logo-count in kernel cmdline args · 42976eb0
      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.
      42976eb0
    • Alessandro Pecugi's avatar
      [RPI][SPLASH] patch u-boot to display splash bmp from sd · d7cbf00f
      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
      d7cbf00f
Loading