--
For more options, visit http://beagleboard.org/discuss
---
You received this message because you are subscribed to a topic in the Google Groups "BeagleBoard" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/beagleboard/vHmA5ZuYoHw/unsubscribe.
To unsubscribe from this group and all its topics, send an email to beagleboard...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Dependency check skipped, you are on your own.-----------------------------Unrecognized deb based system:-----------------------------
You received this message because you are subscribed to the Google Groups "BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email to beagleboard...@googlegroups.com.
You received this message because you are subscribed to the Google Groups "BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email to beagleboard...@googlegroups.com.
On Jun 16, 2014 9:37 PM, "Nick" <napp...@gmail.com> wrote:
>
> Ran build_kernel.sh again and have a Ncurses based screen shown with the title .config - Linux/arm 3.13.10 Kernel Configuration. What kernel configuration options need to be set?
None, the defaults are setup in the repo. But it's still to show to easily change things.
> You received this message because you are subscribed to the Google Groups "BeagleBoard" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to beagleboard...@googlegroups.com.
You received this message because you are subscribed to a topic in the Google Groups "BeagleBoard" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/beagleboard/vHmA5ZuYoHw/unsubscribe.
To unsubscribe from this group and all its topics, send an email to beagleboard...@googlegroups.com.
You received this message because you are subscribed to a topic in the Google Groups "BeagleBoard" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/beagleboard/vHmA5ZuYoHw/unsubscribe.
To unsubscribe from this group and all its topics, send an email to beagleboard...@googlegroups.com.
On Jun 16, 2014 11:17 PM, "Nick" <napp...@gmail.com> wrote:
>
> SGX video driver has been built successfully. How do I install the SGX module to the BBB?
Copy the sgx tarball under deploy to your rootfs. Then sudo tar xf filename.tar -c /
cd /opt/gfxinstall/ (not 100% on the spelling)
Sudo ./install-sgx.sh
Reboot
And that's as far as we get, as we have no xorg, etc...
On Jun 16, 2014 11:29 PM, "Nick" <napp...@gmail.com> wrote:
>
> I'm assuming you are referring to GFX_5.01.01.01.tar.gz as the file to copy over to the BBB?
Heap that file, it contains the kernel modules, blob, etc.
On Jun 17, 2014 12:11 AM, "Nick" <napp...@gmail.com> wrote:
>
> Robert,
>
> The instructions in the last post did the trick with loading the driver (omaplfb), thanks :) However I have no clear way of telling if hardware rendering is being used. Running glxinfo reveals SGI once again :( Is there an alternative CLI tool around that can provide details about the video driver that is used?
That's as far as I got.. What you have now is all that John needed to run qt 5.1 in ews? mode. I also think it's enough for Wayland egl mode, but don't have much to show for that yet either. So, that's as far as we got.
> You received this message because you are subscribed to the Google Groups "BeagleBoard" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to beagleboard...@googlegroups.com.
Did install the mesa-dev type packages including mesa-dev-extra, which has the OpenGL ES 2.0 utilities (eg es2_info, es2gears).
On Wednesday, 18 June 2014 11:51:53 UTC+12, RobertCNelson wrote:
This happens when the mesa libegl.so get's installed..
Fixup with:
sudo cp -v /usr/lib/libEGL.so /usr/lib/arm-linux-gnueabihf/libEGL.so
sudo cp -v /usr/lib/libGLESv2.so /usr/lib/arm-linux-gnueabihf/libGLESv2.so
> ===========================================================
>
> Very similar error messages when trying to run the sample JavaFX 8 program
> remotely (via SSH). Robert can you please confirm if you can run one of the
> SGX demos (eg Magic Lantern) successfully, and post the results from running
> the fbset -i and es2_info commands (locally).
Regards,
--
Robert Nelson
http://www.rcn-ee.com/
--
Both omaplfb and pvrsrvkm modules are already loaded. Also the rc.pvr daemon is automatically started during boot. Where is 335x-demo on Ubuntu 14.04?
Both omaplfb and pvrsrvkm modules are already loaded. Also the rc.pvr daemon is automatically started during boot. Where is 335x-demo on Ubuntu 14.04?
You received this message because you are subscribed to a topic in the Google Groups "BeagleBoard" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/beagleboard/vHmA5ZuYoHw/unsubscribe.
To unsubscribe from this group and all its topics, send an email to beagleboard...@googlegroups.com.
Still getting the same errors when running the Magic Lantern demo again.
Have a funny feeling that I am getting very close to remotely running the sample JavaFX 8 program without any issues. Currently the following errors occur when running the sample JavaFX 8 program remotely, provided the rc.pvr daemon on the BBB is running:============================================================================================Connecting to xxx.xxx.xxx.xxx:22cmd : 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.jareglCreateWindowSurface failed! eglGetError 12291eglMakeCurrent failed - 12297Failed to create EGLContextGraphics Device initialization failed for : es2Error initializing QuantumRenderer: no suitable pipeline foundjava.lang.RuntimeException: java.lang.RuntimeException: Error initializing QuantumRenderer: no suitable pipeline found============================================================================================Seems as though the create surface problem is related to the issues with trying to run any of the SGX EGL2 demos.
On Wednesday, 18 June 2014 13:55:34 UTC+12, Nick Apperley wrote:Restarted the rc.pvr daemon without any issues. Ran the demo (Magic Lantern) again and ended up with the following errors:ubuntu@arm:/opt/gfxsdkdemos/ogles2$ ./OGLES2MagicLanternCan't open keypad input device (/dev/input/event0)PVRShell: EGL 1.4 initializedExit message has been set to: "PVRShell: Unable to create surface".InitAPI failed!PVRShell: Unable to create surface
--
Created a new thread on the TI E2E forum for anyone that is interested in tracking the issue.
On Wednesday, 18 June 2014 14:19:31 UTC+12, john3909 wrote:Since this is related to SGX, I recommend that you post a question on Texas Instruments E2E forum.Regards,John
./configure --with-inputdrivers=none \
--with-gfxdrivers=gles2,omap,pvr2d \
--enable-egl \
--without-tools --disable-static \
--prefix=/usr
*** gl egl packages not found -- Building without EGL support.