This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Can't run OGLES demos on BeagleBoard - DVSDK 4.03

Hi guys!

I've got a BeagleBoard-xM (rev C). I have installed the following version of DVSDK: dvsdk_dm3730-evm_04_03_00_06. The file system is accessed via NFS to an Ubuntu 10.04 host. We try to run the opengl demo examples and get the following error:

root@beagleboard:/opengl-demos/opt/gfxsdkdemos/ogles2# ./OGLES2ChameleonMan 

Exit message has been set to: "PVRShell: Unable to initialise EGL

".

PVRShell: EGL Error (EGL_BAD_ALLOC)
InitAPI failed!
PVRShell: Unable to initialise EGL

If we try to run these demos from the MatrixGui interface we get no response.

Any clues?

We have modified the bootargs as proposed in a post around here, adding omapfb.video_mode=1920x1080MR-16@60.

The kernel was compiled from the DVSDK sources (with no additional options). We decided to reinstall it because of the EGL_BAD_ALLOC error, with no luck.

We have compiled the demos using the DVSDK make utility:

make matrix_clean matrix matrix_install opengldemos_clean opengldemos opengldemos_install

Any help will be greately appreciated!!

Regards