Skip to content

add t264 chip id for jetson thor - #392

Merged
makermelissa merged 1 commit into
adafruit:mainfrom
Gautham103:jetson-chip-t264
Sep 3, 2025
Merged

makermelissa merged 1 commit into
adafruit:mainfrom
Gautham103:jetson-chip-t264

Conversation

@Gautham103

Copy link
Copy Markdown

No description provided.

@Gautham103

Copy link
Copy Markdown
Author

@makermelissa Please help review

@makermelissa makermelissa left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

You'll want it to return the chip ID. I'd suggest adding it into chip.py (not the constants) about here:

if compatible and "tegra" in compatible:
compats = compatible.split("\x00")
if "nvidia,tegra210" in compats:
linux_id = chips.T210
elif "nvidia,tegra186" in compats:
linux_id = chips.T186
elif "nvidia,tegra194" in compats:
linux_id = chips.T194
elif "nvidia,tegra234" in compats:
linux_id = chips.T234

@Gautham103

Copy link
Copy Markdown
Author

Updated.

@Gautham103

Copy link
Copy Markdown
Author

@makermelissa Gentle reminder to review.

@makermelissa makermelissa left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Looks good. Thank you.

@makermelissa
makermelissa merged commit 0afa93d into adafruit:main Sep 3, 2025
1 check passed
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