PN7150 built in driver

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

PN7150 built in driver

1,279件の閲覧回数
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,107件の閲覧回数
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 件の賞賛
返信