Can't find SGX Kernel Modules for my Beagle Bone Black

Hi, I am trying to use the 3D accelerator on the BBB by following this guide:https://elinux.org/BeagleBoneBlack/SGX_%2B_Qt_EGLFS_%2B_Weston
I am using kernel version:4.14.71-ti-r80
When I run “apt-get install ti-sgx-ti335x-modules-uname -r” I get “E: Unable to locate package ti-sgx-ti335x-modules-4.14.71-ti-r80”
How can I get this module?

Hi, I am trying to use the 3D accelerator on the BBB by following this guide:BeagleBoneBlack/SGX + Qt EGLFS + Weston - eLinux.org
I am using kernel version:4.14.71-ti-r80

That's too old..

When I run "apt-get install ti-sgx-ti335x-modules-`uname -r`" I get "E: Unable to locate package ti-sgx-ti335x-modules-4.14.71-ti-r80"
How can I get this module?

Just run:

cd /opt/scripts/tools/
git pull
sudo ./update_kernel.sh --ti-channel --lts-4_14 --sgx

Or just grab the latest iot image which has sgx enabled..

https://rcn-ee.net/rootfs/bb.org/testing/2019-04-14/stretch-iot/bone-debian-9.8-iot-armhf-2019-04-14-4gb.img.xz

Regards,

Why is it too old? I successfully installed SGX and EGLFS for Qt using this guide today.

Regarding the original question, try to run

`
sudo apt update

`

to update the package database first. The same package works on my system:

ti-sgx-ti335x-modules-4.14.71-ti-r80 is already the newest version (1stretch)