Hi all,
I need to load the nxp-pn5xx as a built-in driver. But from the below link its generated as .ko module and using insmod to install the module. Is there any alternative way to load the module automatically at every bootup. Since we are trying to integrate PN7150 in msm8909 chipset (Android Nougat). Please guide me to overcome this problem.
nxp-pn5xx/Makefile at master · NXPNFCLinux/nxp-pn5xx · GitHub
Regards,
Sivasubramniyan P
Hi
you can add it to init.rc like below:
chmod 0770 /system/lib/modules/nxp-pn5xx.ko
insmod /system/lib/modules/nxp-pn5xx.ko
try it, please!
BR,
Weidong