Hi menos16,
Welcome aboard!
About your module:
I changed the Makefile to have KDIR point to the kernel sources of the TV, like this:
Code: Select all
#KDIR := /lib/modules/$(shell uname -r)/build
KDIR := /home/marcelr/build/ue40b7020/kernel/linux/linux-r011
In your case this is a different directory, no doubt.
then run make and (when you have a working toolchain, and the compiler prefix (arm-SamyGO-linux-gnueabi- in my case) properly set in the Makefile, or for this particular kernel in .mvl_cross_compile in the kernel rootdir) that should do it.
.mvl_cross_compile contents:
The result is mcs7830.ko, in my case for kernel 2.6.18_SELP-ARM. I wanted to upload it, but Sourceforge tells me:
Sorry, the board attachment quota has been reached.
In case you want it, send me a PM and I'll try and upload it otherwise.
HTH,
marcelr