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.

Black Screen Between Splash Screen and Application Load

Hello,

I've been working on getting my boot time optimized on a Sitara AM335x EVM SK. As things stand right now, From the green light turning on indicating power on to a usable program on the display is about 8 seconds which I'm pretty pleased with. 

What I'm wanting is to make this look a little bit cleaner. In between my splash screen and the program loading I have a 2-3 second gap where my screen goes blank after the splash screen has shown but before my application arrives on the screen.

My application was written in Qt. I'm using SDK 6, kernel version 3.2.0. Does anyone have any ideas about what causes this blank screen and how to get rid of it (without sacrificing boot time)?

Thanks.