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.
Hi,
I want to display the u-boot logo in kernel in am335x platform.
As suggested in the link "e2e.ti.com/.../313745", with some modification in kernel or u-boot, we can do it.
Please suggest that what modification exactly we have to do to achieve it.
Thanks
Bikash
Hi Bikash,
For u-boot please read this entire thread: http://e2e.ti.com/support/arm/sitara_arm/f/791/t/217383 For the kernel there is a splash screen application: http://processors.wiki.ti.com/index.php/Customizing_the_SDK_Splash_Screen
Once the kernel LCD driver and framebuffer are initialized LCD display is done from them. You will need to modify kernel initialization and place your logo in the framebuffer to continue displaying the same screen. Also check whether psplash is used in your build (this is the application that displays the TI logo and progress bar during kernel boot).
Hi Biser,
I think, I am not able to convey you, what exactly I want.
I don't want to reinitialize the logo again in the kernel.
I just want to keep the splash logo of u-boot in the kernel.
The same initialization of logo in the u-boot should work in kernel.
Thanks
Bikash
OK, but if you want to keep the u-boot logo until kernel has booted you have to exclude the kernel LCD driver completely. How are you going to display from kernel then?