Part Number: AM3354
Hi,
I am facing issues regarding the OpenGL library. I have a custom AM335x board and I am using Yocto as a build environment. Please find below the error logs and environment information.
Kernel VersionYocto: Morty 2.2.4
Kernel-Version: 4.4.67
root@dimm-am335x:~# 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)
Device Tree:
ecap0_pins: backlight_pins {
pinctrl-single,pins = <
0x164 MUX_MODE0 /* eCAP0_in_PWM0_out.eCAP0_in_PWM0_out MODE0 */
>;
};
&epwmss0 {
status = "okay";
ecap0: ecap@48300100 {
status = "okay";
pinctrl-names = "default";
pinctrl-0 = <&ecap0_pins>;
};
};
Please let me know if you require more information to debug the issue.