Tool/software: Linux
So I'm trying to get the eglfs to work, but I'm having problems. I'm using the newest SDK 4.3 and I have compiled the pvrsrvkm module. I'm able to load it with ins mod without any problems, but when I try to start the PVR initialisation server I'll get the following error:
root@am335x-evm:~# lsmod
Module Size Used by
pvrsrvkm 408859 0
ti_emif_sram 5663 0
ti_am335x_tsc 5965 0
rtc_omap 9662 0
omap_wdt 4634 0
root@am335x-evm:~# pvrsrvctl --start --no-module
PVR:(Error): OpenServices: PVRDRMOpenRender failed [0, ]
PVR:(Error): PVRSRVInitSrvConnect: PVRSRVConnect failed [0, ]
PVR:(Error): SrvInit: PVRSRVInitSrvConnect failed (4) [0, ]
pvrsrvctl: SrvInit failed (already initialized?) (err=PVRSRV_ERROR_INIT_FAILURE)
root@am335x-evm:~# eglinfo
PVR:(Error): OpenServices: PVRDRMOpenRender failed [0, ]
PVR:(Error): PVRSRVConnect: Unable to open connection. [0, ]
PVR:(Error): Couldn't connect to services [0, ]
Unable to initialise egl
egl error 'EGL_BAD_ALLOC' (0x3003)
What am I missing here?