On Tue, Jun 20, 2017 at 4:28 AM, Gurpartap Singh
<
gurparta...@gmail.com> wrote:
>
> I followed Steps like:
> ./build_kernel.sh
> ./sgx_build_modules.sh
> ./sgx_create_package.sh
> sh tools/install_kernel.sh
That's not the steps i have listed here:
http://elinux.org/BeagleBoardDebian#SGX_BeagleBone.2FBeagleBone_Black
Step 1: you need the v4.4.x-bone kernel, so on the Beagle you run:
cd /opt/scripts/tools/
git pull
sudo ./update_kernel.sh --bone-kernel --lts-4_4
Step 2: run the sgx_create_package.sh
git clone
https://github.com/RobertCNelson/bb-kernel.git
cd bb-kernel/
git checkout origin/am33x-v4.4 -b tmp-sgx
./sgx_create_package.sh
Step 3: copy the "GFX_5.01.01.02_es8.x.tar.gz" to the Bone and run
sudo tar xfv GFX_5.01.01.02_es8.x.tar.gz -C /
cd /opt/gfxinstall/
sudo ./sgx-install.sh
sudo reboot
> But I found strange thing that When I :
> modinfo pvrsrvkm.ko
> it is showing vermagic: 3.14.23-00496-g0e6c1bf-dirty SMP mod_unload
> modversions ARMv6 p2v8
> but my kernel version is 4.4.73-bone18
Look closer at modinfo's output:
filename:
/opt/github/4.4.x-lts/bb-kernel/deploy/test/opt/gfxlibraries/gfx_rel_es8.x/./pvrsrvkm.ko
license: Dual MIT/GPL
author: Imagination Technologies Ltd. <
gpl-s...@imgtec.com>
srcversion: 533BB7E5866E52F63B9ACCB
alias: of:N*T*Cti,sgx*
depends:
vermagic: 3.14.23-00496-g0e6c1bf-dirty SMP mod_unload
modversions ARMv6 p2v8
That module came from imgtec, it's closed source...
Regards,
--
Robert Nelson
https://rcn-ee.com/