Skip to content
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

Carrier board support warning message #115

Open
shkipan opened this issue Nov 11, 2024 · 2 comments
Open

Carrier board support warning message #115

shkipan opened this issue Nov 11, 2024 · 2 comments

Comments

@shkipan
Copy link

shkipan commented Nov 11, 2024

Hello!
I have installed the library using pip following the readme steps smoothly. However, the script throws the following warning:

WARNING: Carrier board is not from a Jetson Developer Kit.
WARNNIG: Jetson.GPIO library has not been verified with this carrier board,
WARNING: and in fact is unlikely to work correctly.

And the pins control commands seems to fail (the multimeter shows the low voltage on the pin which is supposed to have high voltage on it.

Here's the debug info which python has returned to me.

GPIO.JETSON_INFO
{'P1_REVISION': 1, 'RAM': '32768M, 65536M', 'REVISION': 'Unknown', 'TYPE': 'JETSON_ORIN_NX', 'MANUFACTURER': 'NVIDIA', 'PROCESSOR': 'A78AE'}

I am using Orin NX with the official devkit board, the Jetpack version 6.

Is this a bug or am I doing something wrong?

@anhmiuhv
Copy link
Collaborator

can you check #114 ?

@anhmiuhv
Copy link
Collaborator

also can you run

tree /proc/device-tree/chosen/ids

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants