On Tue, Mar 26, 2019 at 4:34 PM Robert Nelson <[email protected]> wrote: > > On Wed, Mar 20, 2019 at 8:58 AM <[email protected]> wrote: > > > > Hi Robert, > > > > Thank you very much, it's a very good news! > > > > I edited the wiki page's to add "Fast installation with deb files". > > I reconfigured all packages with --libdir and --prefix arguments to not > > need to edit the config file /etc/ld.so.conf.d/arm-linux-gnueabihf.conf. > > I built deb package with checkinstall command's but there are no > > documentations files or dependency... I still have a lot to learn about > > linux ^^ > > Okay, for the am335x family, i have these now setup thru the > "ti-sgx-ti33x-ddk-um" package.. > > Users can quickly get the correct bits by just running > > cd /opt/scripts/tools/ > git pull > sudo ./update_kernel.sh --ti-channel --lts-4_14 --sgx
Side note... make sure mesa's libgbm-dev & libgbm1 are "NOT" installed.. I've rename'd TI's GBM fork as "ti-libgbm2 & ti-libgbm2-dev", so while libgbm1 and ti-libgbm2 have no conflicts, the pkg-config and includes of libgbm-dev and ti-libgbm2-dev do compete, thus anything built would try to default to libgbm-dev's version first. Thus, just makes sure your "purge" libgbm-dev (sudo apt remove libgbm-dev --purge) and kmscube/etc will pickup the ti libgbm with no issues.. Regards, -- Robert Nelson https://rcn-ee.com/ -- 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/CAOCHtYgY%2BXmJkGLS5hWQE6xD492Wzp8zwzYj7UFQ1RHGu57twQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
