Hi:
according to https://community.freescale.com/docs/DOC-98109
1: i copy uboot-imx\0001-Enable-uboot-logo-for-HDMI-LCD-and-LVDS.patch and apply them on UBOOT
use IPU_NUM 1, DI_NUM 0, LVDS_PORT 0,
now the uboot logo is display normal
2:
i copy the two patch files to Android kernel_imx folder and apply them on sabreauto
-- kernel_imx\0001-Keep-uboot-logo-for-Android-boot-supports-HDMI-LCD-a.patch
-- kernel_imx\0002-Bug-fix-for-uboot-logo-keep-patch.patch
qeustion:
1:
the system block bootanimation
if i delete "service bootanim /system/bin/bootanimation"(in init.rc),it will block on systemui,
and the logo is still keep
2:
if i draw a red rect on fb0 by my test program before block ,the rect display normal
it means:
if android draw will block ,test program draw sucess