I want to use JetsonGPIO for my project, running on Jetson Orin NX machine.
In my project, I need to trigger PQ.02 (GPIO08/SDMMC_CD in the Pinmux), but I don't find it in the JETSON_ORIN_NX_PIN_DEFS, or in GPIOPinData.
How can I access PQ.02 using JetsonGPIO?
I want to use
JetsonGPIO
for my project, running onJetson Orin NX
machine. In my project, I need to triggerPQ.02
(GPIO08
/SDMMC_CD
in thePinmux
), but I don't find it in the JETSON_ORIN_NX_PIN_DEFS, or in GPIOPinData. How can I accessPQ.02
usingJetsonGPIO
?Got Jetson Orin NX Pinmux from developer.nvidia.com.