Not able to control PINS in IMX8ULP Custom Board

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

Not able to control PINS in IMX8ULP Custom Board

1,131件の閲覧回数
dhruvinrajpura
Contributor III

Hello,

I am using IMX8ULP custom board(MIMX8UD5D08SC), and in that I want to get status of 2 pins PTE11 and PTE14 from that I am able to get status PTE11 but not able to get status of PTE14,

I am attaching original dts file, modified dts file and patch that I applied and here are logs I am getting on console.

 

root@imx8ulp-9x9-lpddr4-evk:~# gpioget -c 0 11
"11"=active

//Pressing Button
root@imx8ulp-9x9-lpddr4-evk:~# gpioget -c 0 11
"11"=inactive


root@imx8ulp-9x9-lpddr4-evk:~# gpioget -c 0 14
"14"=active
//Pressing Button
root@imx8ulp-9x9-lpddr4-evk:~# gpioget -c 0 14
"14"=active

 

ラベル(1)
0 件の賞賛
返信
1 返信

1,110件の閲覧回数
Manuel_Salas
NXP TechSupport
NXP TechSupport

Hello @dhruvinrajpura 

 

I hope you are doing very well.

 

Please share the logs of below command after boot:

$ dmesg | grep gpio

 

It make me thing that PTE14 is took by the &fec after boot.

You can see it here

 

Try disabling the fec or changing the iomuxc for fec,

 

Best regards,

Salas.

0 件の賞賛
返信