Arvind spiffera, alle Wednesday 28 January 2009 circa: > I have compiled the arch/arm/mach-davinci/gpio.c file & got the gpio.o & > gpio.ko file. so now i want to insert as a module in a kernel. > how will be insert.
First, I think it'll be better if you take a look at some documentation, starting from something like "Linux Kernel in a nutshell" [1], and then Linux Device Drivers, or Linux Kernel Development... Second, I think you don't want to have a gpio module, but rather have gpio.c compiled inside your kernel and use it as interface for a _specific_ module, that will do what you need the gpio for. Latest, to insert a module, use "insmod gpio.ko" :P Bye! [1] www.kroah.com/lkn -- Andrea Gasparini ---- ImaVis S.r.l. ---- web: www.imavis.com _______________________________________________ Davinci-linux-open-source mailing list [email protected] http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source
