NVIDIA/jetson-gpio

When using jetpack 6.1 with jetson-gpio, the message "Could not determine Jetson model" appears?

Opened this issue · 4 comments

I upgraded the Jetson Orin Nano Developer Kit to Super (jetpack 6.1). How long will it take to get the GPIO control function?

export JETSON_MODEL_NAME=JETSON_NANO temporarily works around this. Turns out this environment variable is no longer set in 6.1 rev.1.

export JETSON_MODEL_NAME=JETSON_NANO temporarily works around this. Turns out this environment variable is no longer set in 6.1 rev.1.

Thank you for your reply. I can successfully read the pin level by setting export JETSON_MODEL_NAME=JETSON_ORIN_NANO.