we did let OpenGL ES work on beagleboard, but still with some
problem needed to be fixed. we modified hellogl_es example code. we
note that: with full screen, the example can work, but with a window (
not fullscreen), it twinkled , rendered some color bars on to screen.
I found that, there is a openembedded recipes under development
related with opengles/qte. I don't tried that, maybe it's still on
development.
if you compiled you hellogl_es demo, but not work properly, you
should debug it with you own qte opengl es code, such as how to render
a simple triangle on screen to see if it can be draw on screen. after
that, you should let you triangle rotate to see if it work as you
expected.
we debug step by step like that, and finally found something. the
Qte opengl es demo can be modified work on fullscreen. we don't know
what to be fixed, maybe some one can point out this.
I hope this helps. if you find more info about QTE/OPENGL ES, please
update this thread to share with more people.
I have gotten OpenGL ES 1.1 and 2.0 running on Omap3. However, still the apps using QLWidget like 2dpainting does not work. Qt guys are looking into this issue and hopefully this will get solved in near future.
For opengles 1.1, you will need to comment the lines as mentioned in step 2 by Pratheesh in the thread above. For opengles 2.0, you do not need to comment the lines.
I want to use the OE Toolchain in: /home/michi/oe/tmp/cross/armv7a
So i export the toolchain into PATH but the error still remains!
How do i change the arm-none-linux-gnueabi-gcc to --> arm-angstrom-
linux-gnueabi ?
The OpenGL ES library is part of the OMAP35x_Graphics_SDK released by TI on regular basis. We have recently announced .09 release for the same. Please find the announcement mail from Pratheesh along with the links for downloading attached below.
Thanks Varun. I have installed the OMAP35x_Graphics_SDK.
But it looks like it needs kernel 2.6.29.
I am having omap zoom 34xx II and omap3 evm and cannot find 2.6.29
kernel (no config in kernel source) for my boards. Can I install the
opengl libraries to my device having 2.6.28 or 2.6.22 kernel? (how
to?)
Regarding getting the 2.6.29 PSP releases of kernel for EVM, You need to go on the website of TI as mentioned below by Pratheesh and get it from dvsdk link.
The new release of Qt Embedded 4.6 technical preview works great with the EVM. Yet to try on beagle board.