I'm creating a camera driver for Android. I've got my mydriver.c file. Apparently I need to compile it into a .ko, is that right ?
And then to load it I should do a
#insmod ./mymodule.ko
, will it work ?
Do I need to be root ? And how I put the .ko file on my Android tablet ?