Where could I find those android-specific patches!! On Tue, Jul 27, 2010 at 7:52 PM, Srikant <[email protected]> wrote:
> > where do i get the kernel source code that is required for driver > > compilation ? > You can use standard Linux Kernel, but you have to apply some Android > specific patches to that. > > > what make file do i use ? > Kernel Makefile, you can build the Kernel independently from your > Android code. > > > can i use insmod/mknod to register the driver ? > You can very well use these commands from adb shell or at serial > command prompt. > > On Jul 26, 3:11 pm, noam <[email protected]> wrote: > > well, i am new to android, but not to linux > > > > i have been tasked to port our application to android, and now i need > > to compile the low level driver. > > > > where do i get the kernel source code that is required for driver > > compilation ? > > what make file do i use ? > > can i use insmod/mknod to register the driver ? > > > > any clue will be helpful > > > > Noam > > -- > unsubscribe: > [email protected]<android-porting%[email protected]> > website: http://groups.google.com/group/android-porting > -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
