Hi, guys. I also spent many time to force work bbb + QtQuick + sgx. So my results: Under 4.4.x kernels I can't launch it. But I started sgx on next combination: 3.18.5-bone1 kernel + ubuntu14 (I think Debian is suitable too) and instructions from here: http://elinux.org/BeagleBoardDebian#SGX_Drivers I replaced 4.xxx kernel to 3.18 and it works. About headers: default installer DO NOT install headers on target device. You should to put it manually. I did next: 1. On host machine install Graphics_SDK_setup...bin from bb-kernel/dl folder. 2. Copy to /usr/include on target device folder SDK_INSTALLED_FOLDER/include/OGLES2 Then you can build Qt5.7 with QML for BBB. But, guys, it was a real pain...(( Rapberry PI 3 much more suitable for GUI that BBB. I warn you) Hope this post help to somebody.
четверг, 13 октября 2016 г., 2:20:06 UTC+5 пользователь Jean-Sebastien Stoezel написал: > > Hi: > > I am running with 4.1.22-ti-rt-r59 and followed the instructions here > http://elinux.org/BeagleBoardDebian#SGX_BeagleBone.2FBeagleBone_Black on > how to install the SGX drivers. > > All seems ok (no error while installing the GFX package) , until I got to > check that the omaplfb and pvrsrvkm had loaded correctly. > > root@beaglebone:~# lsmod | grep omaplfb > root@beaglebone:~# lsmod | grep omap > omap_rng 4350 0 > rng_core 7433 1 omap_rng > spi_omap2_mcspi 10673 0 > root@beaglebone:~# lsmod | grep pvrsrvkm > pvrsrvkm 378818 0 > root@beaglebone:~# > > It doesn't look like omaplfp is loaded. > > What would be your suggestion to debug why omaplfp did not load? > > Regards, > JS > > -- For more options, visit http://beagleboard.org/discuss --- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/40b72c2a-053b-4241-bfc9-7b9132ad0b67%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
