Tagged Questions
2
votes
2answers
441 views
How can I test a kernel module in a mobile device?
I'm writing a module for the Linux kernel. When this module is ready, I'd like it to run in any device running the kernel.
How can I test it in an Android phone? Do I need to recompile the whole tree ...