Hi, All
I just did a try to build the AOSP for panda locally, and found the version of the latest SGX driver binary google provides mismatches with the version in kernel/omap(android-omap-panda-3.0 branch).
Below is the detail information for each: version in kernel: shell@android:/ $ cat /proc/pvr/version Version CustomerGoogle_Android_ogles1_ogles2_GPL sgxddk 18 1.8@905891 (release) omap4430_android System Version String: None shell@android:/ $
can also be checked via the file kernel/drivers/gpu/pvr/pvrversion.h
The version of the SX binaries google provides: 14:10:01 liuyq:android$ strings vendor/imgtec/panda/proprietary/libGLESv2_POWERVR_SGX540_120.so |grep build OpenGL ES 2.0 build 1.8@785978 OpenGL ES GLSL ES 1.00 build 1.8@785978 14:10:26 liuyq:android$
And this mismatch will cause the the following error: PVR_K:(Error): BridgedDispatchKM: Driver initialisation not completed yet. [4807, drivers/gpu/pvr/bridged_pvr_bridge.c]
which will make the monitor not work.
Just for your information.
linaro-android@lists.linaro.org