SGX not installing

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,

Purrfect Robert, thank you for the prompt response!

Oops! I did a reboot and lsmod | grep omaplfb but nothing shows up.

sudo /etc/init.d/sgx-startup.sh start

Regards,

Still not working, even tried rebooting.

debian@beaglebone:/opt/gfxinstall$ sudo /etc/init.d/sgx-startup.sh start
sgx: Starting PVR
debian@beaglebone:/opt/gfxinstall$ lsmod | grep omaplfb
debian@beaglebone:/opt/gfxinstall$ lsmod | grep omaplfb

debian@beaglebone:/opt/gfxinstall$ sudo reboot

Last login: Fri Apr 1 22:15:11 2016 from base2.lan
debian@beaglebone:~$ lsmod | grep omaplfb
debian@beaglebone:~$

I have the same issue. Do you found the solution?

I think I started with the wrong image (console) - it worked when I used an lxqt image.

I’m using bone-debian-8.3-lxqt-4gb-armhf-2016-01-24-4gb.img, I’ve done everything according to instructions from first post, but output from lsmod | grep omaplfb after all instructions is still empty.

I even found an error in “sgx_create_package.sh” (at origin/am33x-v4.1 checkout) at line 202 :

cp -v “${DIR}”/ignore/ti-sdk-pvr/Graphics_SDK/armhf/gfx_rel_es$2/*.ko${DESTDIR}/opt/gfxmodules/gfx_rel_es$2 || true

“armhf” subfolder was missing.

Can you please make a short step-by-step algorithm whad did you do and your current hardware configuration?

I think, Im missing something trivial.

Thank you.

I'm using bone-debian-8.3-lxqt-4gb-armhf-2016-01-24-4gb.img, I've done
everything according to instructions from first post, but output from* lsmod
> grep omaplfb* after all instructions is still empty.
I even found an error in "sgx_create_package.sh" (at origin/am33x-v4.1 checkout)
at line 202 :

*cp -v
"${DIR}"/ignore/ti-sdk-pvr/Graphics_SDK/armhf/gfx_rel_es$2/*.ko${DESTDIR}/opt/gfxmodules/gfx_rel_es$2
>> true*

"armhf" subfolder was missing.

"sgx_create_package.sh" doesn't built the kernel modules, it was expected
you had been upgrading via:

http://elinux.org/BeagleBoardDebian#Mainline_.28lts.29

cd /opt/scripts/tools/
git pull
sudo ./update_kernel.sh <OPTIONS>

Mainline (lts)[edit
<View source for BeagleBoardDebian - eLinux.org;
]

4.1.x BeagleBone/BeagleBone Black + SGX
--bone-kernel --lts

4.1.x BeagleBone/BeagleBone Black + RT + SGX
--bone-rt-kernel --lts

If not, just:

sudo apt-get install ti-sgx-es8-modules-`uname -r`
sudo depmod -a `uname -r`
sudo update-initramfs -uk `uname -r`

Can you please make a short step-by-step algorithm whad did you do and
your current hardware configuration?
I think, Im missing something trivial.

http://elinux.org/BeagleBoardDebian#SGX_BeagleBone.2FBeagleBone_Black

beyond that good luck, all questions about SGX should go to ti.com...

Regards,

all of that i have done already. thank you for your reply. question is still open.
what suggestions do you have? is it depends on bbb revision, or using hdmi or lcd display, or doing all this over ssh, or something else?
interesting, why one get it working out of the box, and on my two bbbs it doesnt work.