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

any_jetson_board() fails when running on "JETSON_NX" #103

Closed
andySigler opened this issue Oct 11, 2020 · 5 comments
Closed

any_jetson_board() fails when running on "JETSON_NX" #103

andySigler opened this issue Oct 11, 2020 · 5 comments

Comments

@andySigler
Copy link

The following test fails when running on Jetson Xavier NX:

import adafruit_platformdetect

d = adafruit_platformdetect.Detector()
is_jetson = d.board.any_jetson_board

assert is_jetson is True

Seems likely it is caused by this commit.

@ladyada
Copy link
Member

ladyada commented Oct 11, 2020

@swarren hihi can you check it?

@swarren
Copy link
Contributor

swarren commented Oct 12, 2020

https://github.com/swarren/Adafruit_Python_PlatformDetect/tree/fix-any_jetson_board probably fixes this. I'll test tomorrow.

@swarren
Copy link
Contributor

swarren commented Oct 12, 2020

#106 should fix this; I've tested that it works with the code in this bug report.

@andySigler
Copy link
Author

can confirm it is working now with 2.18.1, thx!

@ladyada
Copy link
Member

ladyada commented Oct 13, 2020

thank you @swarren :)

@ladyada ladyada closed this as completed Oct 13, 2020
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

3 participants