Hi,
I'd like to load my kernel module and device node in /dev during Android boot. I couldn't find a good solution and finally figured it out myself.
I simply added insmod and mknod command in init.omap3.rc and it works. But I am wondering if there's better to do this?
Thanks,
Chuankai