I just got my pi and went straight to programming with opengl with it. I downloaded opengles-book examples (from https://github.com/benosteen/opengles-book-samples) and modified my existing gles2 code to use bcm_host. However, I ran into following problems:
-Most of sample code only causes flicker, not any graphics
-My code does the same
In trying to fix this, I ran rpi-update. After rebooting, no opengl applications work anymore. All opengl applications output the following:
Code: Select all
pi@raspberrypi:~/opengles-book-samples/Raspi/Chapter_2/Hello_Triangle$ ./CH02_HelloTriangle
3422136784: * failed to add service - already in use?
I was trying to port my simple android application:

Thanks, Aleksi.
