Part Number: AM3358
Other Parts Discussed in Thread: DA8XX, UKERNEL, TPS65218
Tool/software: Linux
Hi,
After many research on the forums, I have found plenty of build, git commits, but no direct answer to my question.
I have an AM3358 chip and I want to get the OpenGL ( egl ) working. So I tried to install the gfx drivers and the sgx drivers ... I'm having trouble with both so
First question : Do I need ti-gfx AND ti-sgx-km packages ???
2nd question : How do I make it work :) ?
I just downloaded the kernel 4.9 from the newest SDK ( 4.00 ) for am335x. Its added to my buildroot build sequence, it builds fine.
I added TI-SGX-... from that same SDK and added it as a custom package in buildroot ( instead of the other ti-sgx-km ). The build works great, but it can't load .
PVR:(Error): OpenServices: drmOpen failed [120, /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) [47, /pvrsrvinit.c]
I'd like to know what i'm missing here.
Thanks