Hi,
I am running Xorg in my am335x beaglebone platform, there is some issues for loading the Graphics drivers.
I cross compiled these modules from Graphic sdk with Xorg support and getting all the modules and libs.
But when i load manyally for these mopdules, it gives and unknown symbol.
---------------------------------------------------------------------------------------
root@ubuntu-armhf:/lib/modules/3.12.10/kernel/drivers/gpu/pvr# insmod bufferclass_ti.ko
insmod: ERROR: could not insert module bufferclass_ti.ko: Unknown symbol in module
root@ubuntu-armhf:/lib/modules/3.12.10/extra# insmod pvrsrvkm.ko
insmod: ERROR: could not insert module pvrsrvkm.ko: Unknown symbol in module
root@ubuntu-armhf:/lib/modules/3.12.10/extra# insmod omaplfb.ko
insmod: ERROR: could not insert module omaplfb.ko: Unknown symbol in module
---------------------------------------------------------------------------------------
Thanks,
Anil