-
Notifications
You must be signed in to change notification settings - Fork 262
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When using jetpack 6.1 with jetson-gpio, the message "Could not determine Jetson model" appears? #116
Comments
|
Thank you for your reply. I can successfully read the pin level by setting export JETSON_MODEL_NAME=JETSON_ORIN_NANO. |
Tested on a Jetson Orin Nano with Jetpack 6.2 (r36.4.3) and the issue still persists. Setting this solves it
|
The latest Jetson.GPIO version 2.1.8 should be supporting Jetson Orin Nano Super. If you still have a problem, please refer to this Line 453 in fe01769
for how the Jetson.GPIO detects the hardware it is running on. Setting the environment variable like this is a way to support unsupported hardware |
@anhmiuhv I just tried 2.1.8 and it's the same issue. Looking at /proc/device-tree I see that my board is correctly identified as a Jetson Orin Nano Super
|
Let me take a look again |
Can you take a look again? |
@anhmiuhv 2.1.9 fixes the issue. Thank you! |
I upgraded the Jetson Orin Nano Developer Kit to Super (jetpack 6.1). How long will it take to get the GPIO control function?
The text was updated successfully, but these errors were encountered: