1. 使用自己编译的 zImage 烧写后启动, HDMI无输出
2. 用光盘自带的 zImage 文件烧写启动HDMI可以正常输出
板子 : tiny210
系统 : android-4.0.3
内核 : linux-3.0.8
内核配置文件 : mini210_android_defconfig
3. HDMI无输出查看android的logcat信息, 错误提示如下:
D/ ( 1503): >>> Run service
D/SecTVOutService( 1503): SecTVOutService instantiate
E/libhdmi ( 1503): int android::SecHdmi::hdmi_resolution_2_std_id(unsigned int, int*, int*, v4l2_std_id*)::unmathced resolution(0)
E/libhdmi ( 1503): bool android::SecHdmi::create()::hdmi_resolution_2_std_id(0) fail
E/SecTVOutService( 1503): android::SecTVOutService::SecTVOutService()::mSecHdmi.create() fail
D/SecTVOutService( 1503): SecTVOutService r=0
D/ ( 1503): int hwc_device_open(const hw_module_t*, const char*, hw_device_t**):: Thread for blit2Hdmi is started
4. 请问以上是什么问题, 为什么自己编译的内核会提示错误? 能否提供libhdmi.so代码?