Hello,
I’ve downloaded the OpenGL SDK v3.00.00.08a and the latest PSP (OMAP35x-PSP-SDK-02.01.02.09) and am using the arm2007q3-51 version of the CodeSourcery toolchain – I’m running into problems getting the OpenGL kernel modules to load on the Linux kernel on the OMAP3EVM – I’ve applied the SGX patches (found in sgx_kernelmodule_patches), and noticed that the psp_kernel_patches/*.patch have already been applied on the Linux kernel (so I did not apply them).
When I try to load the three kernel modules, I get errors. Loading pvrsrvkm.ko goes without incident. Loading omaplfb.ko produces the following error:
<4>omaplfb: no symbol version
for PVRGetDisplayClassJTable
omaplfb: no symbol version for
PVRGetDisplayClassJTable
<4>omaplfb: Unknown symbol
PVRGetDisplayClassJTable
omaplfb: Unknown symbol
PVRGetDisplayClassJTable
insmod: cannot insert 'omaplfb.ko':
unknown symbol in module, or unknown parameter
Has anyone else come across this error in the latest releases? A peek into the OE (OpenEmbedded build system) recipes for the 08a kernel module build shows a number of patches being applied to get it working.
Thanks,
Jerry