Hi Yogesh,
I referred visionSDK_LinuxUserGuide.pdf to use Linux on TDA2x and to work on Opengl ES on SGX core.
I have installed omap5-sgx-ddk-linux library for running sample examples and I am able to run the samples that are available in installed package.
But, When I run PowerVR SDK sample I am getting the following error,
PVR:(Warning): LoadWSModule: Window system module libpvrws_KMS.so did not validate native display [98, /generic_ws.c]
PVR:(Warning): LoadWSModule: Window system module libpvrws_WAYLAND.so did not validate native display [98, /generic_ws.c]
PVR:(Error): Couldn't load WS module libpvrws_OMAPDRI2.so [44, /generic_ws.c]
Failed to get an EGLDisplay
So could you please help me resolving this error?
I want to know difference between PowerVR SDK and omap5-sgx-ddk-linux .
Also it would be good If you share the source code for omap5-sgx-ddk-linux which I have installed for TDA2x by referring to VisionSDK_LinuxUserGuide .