This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Loading kernel module and device node during Android boot up

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