James: Thanks for the detailed email, it is very much appreciated. I did have to install the correct Linux headers as well though I did not install the TI modules. I will give this a try tonight.
Regards, JS On Fri, Oct 14, 2016 at 3:15 PM, James S <[email protected]> wrote: > I know nothing about this but here's what I did tonight to get this going > (its failed many times in the past for me!) > > - Downloaded https://rcn-ee.com/rootfs/bb.org/testing/2016-10-09/lxqt- > 4gb/bone-debian-8.6-lxqt-4gb-armhf-2016-10-09-4gb.img.xz > - Burned a card, booted and grew the partition. Rebooted. > - Ran sudo ./update_kernel.sh --bone-rt-kernel --lts. Rebooted. > - Installed the correct Linux headers > > Now, for the SGX I followed the instructions at http://elinux.org/ > BeagleBoardDebian#SGX_BeagleBone.2FBeagleBone_Black but they didn't work. > I ended up with a '.bin' rather than a tar file, in a dl folder but there > was no deploy folder. Anyway, I had done this a few months ago and saved > the tar file from then. I installed that tar per the instructions. > > Then I followed the instructions at https://groups.google.com/ > forum/?hl=en&fromgroups#!msg/beagleboard/sOhHuq_T6KQ/ > xDeaoWyeBgAJ;context-place=msg/beagleboard/D-lhg28O5m4/yqRTbZPFDQAJ, > namely:- > sudo apt-get install ti-sgx-es8-modules-`uname -r` > sudo depmod -a `uname -r` > sudo update-initramfs -uk `uname -rcode here... > > > Rebooted. > > The result: > Last login: Fri Oct 14 19:27:03 2016 from 192.168.1.66 > debian@beaglebone:~$ lsmod | grep omaplfb > omaplfb 12048 0 > tilcdc 28057 1 omaplfb > pvrsrvkm 147997 1 omaplfb > debian@beaglebone:~$ glxgears > 26 frames in 5.0 seconds = 5.161 FPS > 54 frames in 5.1 seconds = 10.644 FPS > 54 frames in 5.0 seconds = 10.700 FPS > 54 frames in 5.1 seconds = 10.670 FPS > 54 frames in 5.0 seconds = 10.709 FPS > 54 frames in 5.1 seconds = 10.670 FPS > 54 frames in 5.0 seconds = 10.707 FPS > 54 frames in 5.1 seconds = 10.670 FPS > 54 frames in 5.0 seconds = 10.704 FPS > ^C > debian@beaglebone:~$ uname -a > Linux beaglebone 4.1.34-bone-rt-r24 #1 PREEMPT RT Thu Oct 13 03:42:46 UTC > 2016 armv7l GNU/Linux > debian@beaglebone:~$ > > I think this is a complete account, I hope it helps. > > Regards, > James > > > On Friday, October 14, 2016 at 3:09:46 PM UTC+1, Jean-Sebastien Stoezel > wrote: >> >> Hi Robert: >> >> Would you have an additional suggestion on this issue? If not, where >> would you suggest I turn to to investigate this further? >> >> Regards, >> JS >> >> >> On Wed, Oct 12, 2016 at 7:41 PM, Jean-Sebastien Stoezel < >> [email protected]> wrote: >> >>> Hi Robert: >>> >>> I did upgrade to the latest -bone-rt kernel. >>> I am not getting the error I used to have when trying to restart PVR, >>> but suprisingly pvrsvrkm is not loaded >>> >>> root@beaglebone:~# lsmod | grep omaplfb >>> root@beaglebone:~# sudo /etc/init.d/sgx-startup.sh start >>> sgx: Starting PVR >>> root@beaglebone:~# lsmod | grep omaplfb >>> root@beaglebone:~# lsmod | grep omapl >>> root@beaglebone:~# lsmod | grep omap >>> omap_sham 19380 0 >>> omap_aes 13255 0 >>> omap_rng 4338 0 >>> rng_core 7209 1 omap_rng >>> snd_soc_omap 2565 1 snd_soc_davinci_mcasp >>> snd_soc_core 157683 3 snd_soc_davinci_mcasp,snd_soc_ >>> edma,snd_soc_omap >>> snd_pcm_dmaengine 5045 2 snd_soc_core,snd_soc_omap >>> snd_pcm 77695 4 snd_soc_davinci_mcasp,snd_soc_ >>> core,snd_soc_omap,snd_pcm_dmaengine >>> spi_omap2_mcspi 10456 0 >>> root@beaglebone:~# lsmod | grep pvrsrvkm >>> root@beaglebone:~# sudo /etc/init.d/sgx-startup.sh restart >>> sgx: Restarting PVR >>> root@beaglebone:~# lsmod | grep pvr >>> >>> Is there another way of checking whether omaplfb and pvrsrvkm are loaded? >>> >>> Regards, >>> JS >>> >>> On Wed, Oct 12, 2016 at 5:17 PM, Jean-Sebastien Stoezel < >>> [email protected]> wrote: >>> >>>> Hi Robert: >>>> >>>> Thank you for a quick and detailed answer. This is greatly appreciated. >>>> I will give this a try tonight. >>>> >>>> Regards, >>>> Jean-Sebastien >>>> >>>> >>>> > On Oct 12, 2016, at 17:03, Robert Nelson <[email protected]> wrote: >>>> > >>>> > On Wed, Oct 12, 2016 at 4:50 PM, Jean-Sebastien Stoezel >>>> > <[email protected]> wrote: >>>> >> It looks like we crossed replies/emails. >>>> >> >>>> >> I am unsure what you mean by: >>>> >> " >>>> >> http://elinux.org/BeagleBoardDebian#Mainline_.28lts.29 >>>> >> >>>> >> Mainline (lts) >>>> >> >>>> >> 4.1.x BeagleBone/BeagleBone Black + SGX >>>> >> --bone-kernel --lts >>>> >> >>>> >> 4.1.x BeagleBone/BeagleBone Black + RT + SGX >>>> >> --bone-rt-kernel --lts >>>> >> >>>> >> cd /opt/scripts/tools/ >>>> >> git pull >>>> >> sudo ./update_kernel.sh <OPTIONS> " >>>> >> >>>> >> At this time I am not sure you are implying that I need to update the >>>> >> kernel, or that I need to get a different version of SGX from git. >>>> "Install >>>> >> the "4.1.x" lts/bone kernel: >>>> >> http://elinux.org/BeagleBoardDebian#Mainline_.28lts.29". The kernel >>>> I am >>>> >> using is 4.1.22-ti-rt-r59. >>>> >> Would it be possible for you to clarify whether or not I have the >>>> right >>>> >> kernel, and, if not, point me to a kernel that would allow me to >>>> install >>>> >> am33x-v4.1, since this is the only version that currently works? >>>> > >>>> > Correct, you don't have the correct kernel.. >>>> > >>>> > cd /opt/scripts/tools/ >>>> > git pull >>>> > sudo ./update_kernel.sh --bone-rt-kernel --lts >>>> > >>>> > Will get you what you want.. >>>> > >>>> > Regards, >>>> > >>>> > -- >>>> > Robert Nelson >>>> > https://rcn-ee.com/ >>>> >>> >>> >> -- > 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/zvzjtzLGOcc/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/beagleboard/76121529-51ef-47de-82ad-b438a2849577%40googlegroups.com > <https://groups.google.com/d/msgid/beagleboard/76121529-51ef-47de-82ad-b438a2849577%40googlegroups.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- 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/CAO72MRv1H1f9teYSPvVfEELhSYBekoBF2umuXW4dJSbWJVtTQQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
