We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Are there any plans to support Jetpack 6 on Orin?
Jetpack 6 is important because most of NVIDIA’s LLM stuff (such as their VLMs) and other new libraries don’t support Jetpack 5 systems.
The tutorial is currently incompatible with Jetpack 6 because
base = BaseController('/dev/ttyTHS0', 115200)
Jetpack6 doesn’t have a /dev/ttyTHS0 - they changed things around.
Is there a workaround to modify the tutorial code to work with Jetpack 6, or any plans to support Jetpack 6?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Are there any plans to support Jetpack 6 on Orin?
Jetpack 6 is important because most of NVIDIA’s LLM stuff (such as their VLMs) and other new libraries don’t support Jetpack 5 systems.
The tutorial is currently incompatible with Jetpack 6 because
base = BaseController('/dev/ttyTHS0', 115200)
Jetpack6 doesn’t have a /dev/ttyTHS0 - they changed things around.
Is there a workaround to modify the tutorial code to work with Jetpack 6, or any plans to support Jetpack 6?
The text was updated successfully, but these errors were encountered: