Tool/software: Linux
Hey Guys,
Once again a thread on the SGK drivers ... this time I tried the TI-Kernel and the TI-Gfx from the SDK 4.00.00.04
Building everything with buildroot, had to make a minor change to make the compile ( a folder reference problem )
Then got my image ...
On boot, i still get :
Initializing SGX graphics driver PVR:(Error): OpenServices: Cannot open device driver /dev/omapdrm_pvr. [140, /pvr_bridge_u.c]
PVR:(Error): PVRSRVInitSrvConnect: PVRSRVConnect failed [2572, /bridged_pvr_glue.c]
PVR:(Error): SrvInit: PVRSRVInitSrvConnect failed (4) [37, /srvinit.c]
PVR:(Error): main: SrvInit failed (4) [49, /pvrsrvinit.c]
FAIL
Linux is :
Linux 4.9.28-geed43d1050 #13 SMP PREEMPT Wed Aug 2 12:08:39 EDT 2017 armv7l GNU/Linux from the SDK
On loading module with modprobe , the dmesg print :
[ 712.214697] pvrsrvkm: loading out-of-tree module taints kernel.
[ 712.234145] bus: 'platform': add driver pvrsrvkm
But there's no record of it in /proc/devices
What am I doing wrong ?