Hi All,
I am using the Panda board which has OMAP4460 on it.
I have followed the http://www.omappedia.com/wiki/4AI.1.4_OMAP4_Icecream_Sandwich_Panda_Notes and have light up the board.
But when I was playing a video file, the log report it not use the HW decoder.
I have search some page, it seems that my ducati-m3.bin version is not correct.
But I can't find Panda board's ducati-m3.bin on http://omappedia.org/wiki/Android:_Working_with_pre-built_binaries.
There is only blaze and blaze_tablet version.
So where I can get the Panda board's ducati-m3.bin version?
Following is my log result:
D/DOMX ( 99): hardware/ti/domx/domx/omx_rpc/src/omx_rpc.c:140 RPC_InstanceInit()
D/DOMX ( 99): ERROR: Can't open device, errorno from open = 2
D/DOMX ( 99): hardware/ti/domx/domx/omx_rpc/src/omx_rpc_stub.c:200 RPC_GetHandle()
D/DOMX ( 99): ERROR: DOMX Write failed 0xffffffff -1
D/DOMX ( 99): hardware/ti/domx/domx/omx_rpc/src/omx_rpc_stub.c:200 RPC_GetHandle()
D/DOMX ( 99): ERROR: failed check:status >= 0 && errno != ENXIO - returning error: 0x81009 - Write failed due ducati in faulty state
D/DOMX ( 99): hardware/ti/domx/domx/omx_proxy_common/src/omx_proxy_common.c:2016 OMX_ProxyCommonInit()
D/DOMX ( 99): ERROR: RPC function returned error 0x81009
D/DOMX ( 99): hardware/ti/domx/domx/omx_proxy_common/src/omx_proxy_common.c:2016 OMX_ProxyCommonInit()
D/DOMX ( 99): ERROR: failed check:(eError == OMX_ErrorNone) - returning error: 0x80001009 - Error returned from OMX API in ducati
D/DOMX ( 99): hardware/ti/domx/domx/omx_rpc/src/omx_rpc.c:261 RPC_InstanceDeInit()
D/DOMX ( 99): ERROR: Close failed on omx fd
D/DOMX ( 99): hardware/ti/domx/omx_proxy_component/omx_camera/src/omx_proxy_camera.c:459 OMX_ComponentInit()
D/DOMX ( 99): ERROR: rror in Initializing Proxy
Yongmin Hou