[beagleboard] Re: Instructions to get OpenGL ES acceleration on BeagleBone Black running Debian

2016-04-18 Thread Jean-Sebastien Stoezel
Hi Juozapas: Thank you for sharing your experience. I have been cross compiling widget based applications with LinuxFB for the BeagleBone and I would like to switch to Qt Quick2. I am guessing that since you got Qt Quick to run on the BBB you may also know how to compile Qt Quick. So far,

[beagleboard] Re: Instructions to get OpenGL ES acceleration on BeagleBone Black running Debian

2015-10-21 Thread Juozapas Adomaitis
Hi, Murali, As I wrote in my instructions, there is only one way to run a Qt Quick 2 application directly on BeagleBone Black. Namely as a single fullscreen application using the EGLFS platform. So make sure the graphical environment is not started (no X or Wayland), and run this in a console:

[beagleboard] Re: Instructions to get OpenGL ES acceleration on BeagleBone Black running Debian

2015-10-20 Thread murali . dave
Hi Juozapas , I'm really excited to see that you can get the OpenGL ES working on the beagleboneblack. I have a beagleboneblack connected to a LCD touch panel and I have the SGX modules installed(followed instructins from Robert nelson's page). I'm trying to run QT dashboard example project.