Attempted to get help on a Beaglebone Black (BBB) forum for installing the SGX driver on Ubuntu 14.04 for the BBB. One person recommended making a post on a TI E2E Community forum. Trying to remotely run a sample JavaFX 8 program in NetBeans 8.0 so it can run on the BBB without any issues. When running the program the following errors appear in the NetBeans Output window:
=======================================================
Connecting to xxx.xxx.xxx.xxx:22
cmd : cd '/home/ubuntu/NetBeans_Projects/JavaFX_Test'; '/home/ubuntu/ejre-1.8.0_fx/bin/java' -Dfile.encoding=UTF-8 -jar /home/ubuntu/NetBeans_Projects/JavaFX_Test/dist/JavaFX_Test.jar
eglCreateWindowSurface failed! eglGetError 12291
eglMakeCurrent failed - 12297
Failed to create EGLContext
Graphics Device initialization failed for : es2
Error initializing QuantumRenderer: no suitable pipeline found
=======================================================
If the rc.pvr daemon isn't running on the BBB then the following errors appear:
=======================================================
Connecting to xxx.xxx.xxx.xxx:22
cmd : cd '/home/ubuntu/NetBeans_Projects/JavaFX_Test'; '/home/ubuntu/ejre-1.8.0_fx/bin/java' -Dfile.encoding=UTF-8 -jar /home/ubuntu/NetBeans_Projects/JavaFX_Test/dist/JavaFX_Test.jar
eglInitialize failed!
Graphics Device initialization failed for : es2
Error initializing QuantumRenderer: no suitable pipeline found
=======================================================