On Mon, Jun 16, 2014 at 11:47 PM, Nick <[email protected]> wrote: > Extracted the file that was copied over to the BBB and ran the installer. > Encountered a file not found type error. Below is the error message: > > chmod: cannot access '/etc/init.d/sgx-startup.conf': No such file or > directory
That's odd: lsb_release -si should have came back with Ubuntu (it's like i never test ubuntu anymore. ;) ) https://github.com/RobertCNelson/bb-kernel/blob/am33x-v3.13/3rdparty/sgx-install.sh#L178 Do the last part by hand.. sudo cp -v /opt/gfxinstall/scripts/sgx-startup-ubuntu.conf /etc/init/sgx-startup.conf sudo chown root:root /etc/init/sgx-startup.conf sudo chmod +x /etc/init.d/sgx-startup.conf Reboot.. 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 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.
