PN7150 built in driver

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

PN7150 built in driver

1,218 次查看
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

标记 (3)
0 项奖励
回复
1 回复

1,046 次查看
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 项奖励
回复