Hello all,
I am trying install the OpenGL ES drivers on my Z3 DM8168 board. An almost similar post can be found here . I am using the Graphics SDK 4.06.00.02
So far I've attempted a multitude of things:
- The board shipped with its own omaplfb, I tried modprobing that I got the same error message.
- I started installing the graphics sdk, compiled it against the Z3 kernel. (They gave me a $KNL_INSTALL_DIR variable which I simply passed to the graphics SDK).
- This succeeded after I compiled and installed 5.x OMAPES. However, when I tried to load I got the same error message
- I had to comment out a call in the graphics sdk, "Install all kernel modules" as that call would overwrite all the original kernel modules that shipped with my system, most notably syslink
- After removing the install all kernel modules call, only the omaplfb and pvrsrvkm modules were installed. I made sure to remove the stock omaplfb and pvrsrvkm modules.
In both attempts, I received the same results. pvrsrvkm.ko would load and appear in the lsmod command. However omaplfb would fail with the following messages:
omaplfb: OMAPLFB_Init: OMAPLFBInit failed
modprobe: failed to load module omaplfb: No such device
I am very new to embedded systems, compiling kernel modules, and cross compiling magic so any advice, suggestions would be appreciated. Thank you