When using jetpack 6.1 with jetson-gpio, the message "Could not determine Jetson model" appears?
Opened this issue · 4 comments
EESN-W commented
I upgraded the Jetson Orin Nano Developer Kit to Super (jetpack 6.1). How long will it take to get the GPIO control function?
EESN-W commented
EESN-W commented
meetwudi commented
export JETSON_MODEL_NAME=JETSON_NANO
temporarily works around this. Turns out this environment variable is no longer set in 6.1 rev.1.
EESN-W commented
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.