This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Beagelbone black, uboot splashscreen

Hi,

I've looked through previous posting regarding get splash screens in uboot. All seems to indicate that

you need to add:

#define CONFIG_SPLASH_SCREEN

to your board config file.

I've added the line above to the file:

include/configs/am335x_evm.h

After compile, Im expecting the bmp command to be available in uboot

but it isnt.

If I add:

#define_cmd_bmp

to the same file the common/cmd_bmp.c gets compiled but

as other have mentioned you have to define

#define  CONFIG_LCD/CONFIG_VIDEO

I want the splash screen to appear on the hmdi initially but later on lcd.

If I define either I get errors for missing symbols:

lcd_setcolreg

panel_info

etc

Ive tried with uboot version 15.07-00001 and the version which comes with the sdk,

but fail in same way!

Can some help, as its clear that others are getting this to work!?!