On Jun 16, 2014 11:17 PM, "Nick" <[email protected]> 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 17 June 2014 15:46, Nick <[email protected]> wrote: >> >> Oops, I see that there is a script that needs to be executed to build the SGX video driver. >> >> >> On 17 June 2014 15:43, Nick <[email protected]> wrote: >>> >>> Have successfully built and installed the kernel to the BBB. The BBB is now using the new kernel however I see that glxinfo is reporting that the SGI (software video) driver is still being used. >>> >>> >>> On 17 June 2014 14:41, Robert Nelson <[email protected]> wrote: >>>> >>>> >>>> On Jun 16, 2014 9:37 PM, "Nick" <[email protected]> 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. >>>> >>>> > >>>> > >>>> > On 17 June 2014 14:01, Robert Nelson <[email protected]> wrote: >>>> >> >>>> >> On Mon, Jun 16, 2014 at 8:54 PM, Robert Nelson < [email protected]> wrote: >>>> >> > On Mon, Jun 16, 2014 at 8:34 PM, Nick <[email protected]> wrote: >>>> >> >> Tried building the kernel maintained by Robert Nelson using the build_kernel >>>> >> >> file and ended up with a failed dependency check error. Below is the output: >>>> >> >> >>>> >> >> + Detected build host [Linux Mint 17 Qiana] >>>> >> >> + host: [i686] >>>> >> >> + git HEAD commit: [03ed3adc765644274981c461d25d1e576adceeff] >>>> >> >> Dependency check skipped, you are on your own. >>>> >> >> ----------------------------- >>>> >> >> Unrecognized deb based system: >>>> >> >> ----------------------------- >>>> >> >> Please cut, paste and email to: [email protected] >>>> >> >> ----------------------------- >>>> >> >> git: 03ed3adc765644274981c461d25d1e576adceeff >>>> >> >> uname -m >>>> >> >> i686 >>>> >> >> lsb_release -a >>>> >> >> LSB Version: >>>> >> >> core-2.0-ia32:core-2.0-noarch:core-3.0-ia32:core-3.0-noarch:core-3.1-ia32:core-3.1-noarch:core-3.2-ia32:core-3.2-noarch:core-4.0-ia32:core-4.0-noarch:core-4.1-ia32:core-4.1-noarch:security-4.0-ia32:security-4.0-noarch:security-4.1-ia32:security-4.1-noarch >>>> >> >> Distributor ID: LinuxMint >>>> >> >> Description: Linux Mint 17 Qiana >>>> >> >> Release: 17 >>>> >> >> Codename: qiana >>>> >> >> ----------------------------- >>>> >> >> * Failed dependency check >>>> >> > >>>> >> > all synced up: >>>> >> > >>>> >> > https://github.com/RobertCNelson/bb-kernel/commit/5b1bee1b83112928ff4cecc0fb343ee5d5c7f72b >>>> >> > >>>> >> > (i really should have had all the scripts in a separate repo 5 years >>>> >> > ago, but it's easy to sync up with meld.. ;) ) >>>> >> >>>> >> Atleast Mint is staying on 14.04 for awhile now, they are >>>> >> traditionally a little laggy on naming their release, so i didn't know >>>> >> it was equal to trusty till around this date: >>>> >> >>>> >> https://github.com/RobertCNelson/stable-kernel/commit/9eb0b648e3d274bb23e6a595245ded6939cc4c4d >>>> >> >>>> >> Regards, >>>> >> >>>> >> -- >>>> >> Robert Nelson >>>> >> http://www.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/vHmA5ZuYoHw/unsubscribe. >>>> >> To unsubscribe from this group and all its topics, send an email to [email protected]. >>>> >> 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]. >>>> >>>> > 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 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 [email protected]. >>>> 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]. > 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]. For more options, visit https://groups.google.com/d/optout.
