Skip to content

Fixing Jetson Nano detection #34

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

Merged
merged 1 commit into from
Aug 5, 2019
Merged

Fixing Jetson Nano detection #34

merged 1 commit into from
Aug 5, 2019

Conversation

adriendod
Copy link
Contributor

Hello,

Seems like this is not working properly anymore in board.py (_tegra_id):

elif 'nano' in board_value: board = JETSON_NANO

In /proc/device-tree/model of my jetson nano, I see:
NVIDIA Jetson Nano Developer Kit

I checked a previous install on another sd card and the file read :
jetson nano

I think the function should now look for nano or Nano.

Thanks

Hello,

Seems like this is not working properly anymore in board.py (_tegra_id): 

`elif 'nano' in board_value:
            board = JETSON_NANO`

In /proc/device-tree/model of my jetson nano, I see:
NVIDIA Jetson **Nano** Developer Kit

I checked a previous install on another sd card and the file read : 
jetson **nano**

I think the function should now look for nano or Nano.

Thanks
@ladyada ladyada requested a review from makermelissa August 4, 2019 16:36
Copy link
Collaborator

@makermelissa makermelissa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for adding this.

@makermelissa makermelissa merged commit 6e9cd7b into adafruit:master Aug 5, 2019
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

Successfully merging this pull request may close these issues.

2 participants