Dear All; In android images, we can see splash screen ( logo ) during u-boot.
In order to achieve same thing on u-boot-sunxi with Interra3 board (10.1" LVDS LCD at 1280x800), I tried to enable following in include/configs/sunxi-common.h : #define CONFIG_CMD_BMP #define CONFIG_LCD #define CONFIG_SYS_CONSOLE_OVERWRITE_ROUTINE #define CONFIG_VIDEO_BMP_RLE8 #define CONFIG_SPLASH_SCREEN #define CONFIG_SPLASH_SCREEN_ALIGN #define CONFIG_BMP_16BPP #define CONFIG_VIDEO_LOGO #define CONFIG_VIDEO_BMP_LOGO however, AFAIK compilation fails because CONFIG_LCD needs a structure information about the LCD. Can you guide me how to be able to have a splash screen during u-boot? -- You received this message because you are subscribed to the Google Groups "linux-sunxi" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
