Avoid black screen between boot splash and bootanimation

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Avoid black screen between boot splash and bootanimation

1,016 Views
andrzejdziedzic
Contributor IV

Hi all

I prepared a custom boot splash screen (replaced the "tux" image in drivers/video/logo). Also I prepared a custom bootanimation. The problem is that the splash is visible only few seconds, then screen is cleared and after some time the bootanimation is show.

How to avoid this issue, so switch from boot splash to the bootanimation without clearing the screen?

Android M6.0.1_2.0.0, custom HW based on Sabre AI.

Labels (3)
0 Kudos
3 Replies

657 Views
igorpadykov
NXP Employee
NXP Employee

Hi Andrzej 

screen may be cleared since kernel reinitializes ipu drivers, so one can

look at uboot patches to avoid IPU and display reinitialization in kernel:
https://community.nxp.com/docs/DOC-98109

Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos

657 Views
andrzejdziedzic
Contributor IV

Hi Igor

Unfortunately those patches don't support the MIPI, so I can't use it.

Is there any possibility to intialize IPU and display at the beginning of init? (so do don't wait until SurfaceFlinger starts).

0 Kudos

657 Views
nandishguruling
Contributor III

Hello Andrzej,

I am also facing the same issue, If you resolved your issue then please share it here how to resolve,

Your help would be appreciated, 

Best Regards,

Nandish S.G

0 Kudos