Bootanimation not start at first boot in IMX8QM-MEK

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Bootanimation not start at first boot in IMX8QM-MEK

965 次查看
vinothkumars
Senior Contributor IV

Dear NXP,

I am working on IMX8QM-MEK board for bootanimation. I customized new bootanimation. It's not showing at first boot but after reboot is working.

This is the build steps - Build for CAR

source build/envsetup.sh
lunch mek_8q_car-userdebug
make -j6

 

What could be the reason, it could be cold boot after flash or display firmware loading take time. Will you please clarify the exact system behavior.

 

Thanks & Regards,

Vinoth S,

Regards,
Vinothkumar Sekar
0 项奖励
回复
2 回复数

956 次查看
igorpadykov
NXP Employee
NXP Employee

Hi vinothkumars

 

in general you may be right:

booting time too short (device is fully booted before all frames have played).
Memory issues (rendering of animation needs too much memory),
reduce image size. Try to debug : adb shell bootanimation.

May be useful to look at

https://forum.xda-developers.com/showthread.php?t=1153750

 

Best regards
igor

 

0 项奖励
回复

940 次查看
vinothkumars
Senior Contributor IV

Thank you Igor for the reply.

 

Bootanimation working at CAR2 build variant.

source build/envsetup.sh
lunch mek_8q_car2-userdebug
make -j6

 

I don't have how it's working in CAR2 build instead of CAR build. I debugging now. If you have any idea let me know.

 

 

Thanks & Regards,

Vinoth S,

Regards,
Vinothkumar Sekar
0 项奖励
回复