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.

How do I enable the splash screen on dm 365 during uboot?

I am using a custom davinci board running Arago project. I am using analog video out (PAL), and though the OLED display powers on with uboot, no image comes till the kernel has finished loading. I want to display a logo as soon as uboot starts and display powers on. I tried adding
#define CONFIG_SPLASH_SCREEN in the uboot config file, but that doesn't work. One approach I can think of is to put an image in the NAND memory, and then use the setenv splashimage <address> command to display it during uboot. But the problem is, I do not know how to put the image in the NAND memory in a particular address. Alternative methods are also welcome. Thanks!