On Fri, Apr 1, 2016 at 5:03 PM, James S <[email protected]> wrote: > I followed the instructions here > http://elinux.org/BeagleBoardDebian#SGX_BeagleBone.2FBeagleBone_Black and > the install fails at the BBB with: > debian@beaglebone:/opt/gfxinstall$ sudo ./sgx-install.sh > ./sgx-install.sh: 29: ./sgx-install.sh: lsb_release: not found > > The build on Ubuntu completes without reporting a fault and produces > GFX_5.01.01.02_es8.x.tar.gz. > > > What am I doing wrong? > James. > > debian@beaglebone:/opt/gfxinstall$ uname -r > 4.1.20-bone20 > > debian@beaglebone:/opt/gfxinstall$ cat /etc/dogtag > BeagleBoard.org Debian Image 2016-03-27
sudo apt-get update ; sudo apt-get install lsb-release then rerun: debian@beaglebone:/opt/gfxinstall$ sudo ./sgx-install.sh 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]. For more options, visit https://groups.google.com/d/optout.
