I've been trying to install the Graphics SDK (4.05.00.01) on a Z3 DM8168 board.
After installing to the target file system I run "rc.pvr start" and the response is "Loaded PowerVR consumer services" which seems correct.
However, if I run lsmod, the omaplfb module has not been loaded. Here is the output ...
root@arago:/etc/init.d# lsmod
Module Size Used by Not tainted
pvrsrvkm 155098 0
ti81xxhdmi 14478 0
ti81xxfb 21771 0
vpss 72346 2 ti81xxhdmi,ti81xxfb
ipv6 209855 10
syslink 1108763 0
If I then try and manually load omaplfb, I get the following output ...
root@arago:/etc/init.d# insmod /lib/modules/2.6.37/kernel/drivers/char/omaplfb.ko
insmod: can't insert '/lib/modules/2.6.37/kernel/drivers/char/omaplfb.ko': Invalid argument
I built the Graphics SDK according the instructions and everything seemed to build correctly.
I wonder if anyone has seen the problem and knows what is the solution?
Thx, Steve