Forums » Software Development »
Kernel Driver
Added by Anonymous almost 10 years ago
Hi,
I'm trying to lad a kernel driver by following example on this page https://github.com/zhemao/interrupt_example
However, after run "insmod fpga\_uinput.ko" I get the following error.
fpga_uinput: version magic '3.9.0-00161-ged01b8c SMP mod_unload ARMv7 p2v8 ' should be '3.12.0 SMP mod_unload ARMv7 p2v8 '
insmod: ERROR: could not insert module fpga_uinput.ko: Invalid module format
Any ideas?
Jack
Replies (1)
RE: Kernel Driver - Added by Anonymous almost 10 years ago
Hi
I compiled the kernel driver with the Linux kernel in the instruction here (https://support.criticallink.com/redmine/projects/mityarm-5cs/wiki/Linux_Kernel).
Now I'm getting this error:
fpga_uinput: version magic '3.12.0-g456859b SMP mod_unload ARMv7 p2v8 ' should be '3.12.0 SMP mod_unload ARMv7 p2v8 'insmod: ERROR: could not insert module fpga_uinput.ko: Invalid module format
So do you guys have the '3.12.0 SMP mod_unload ARMv7 p2v8' kernel?
Thanks,
Jack