PN7150 built in driver

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

PN7150 built in driver

984 Views
sivasu4098
Contributor III

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

Tags (3)
0 Kudos
1 Reply

812 Views
weidong_sun
NXP TechSupport
NXP TechSupport

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

0 Kudos