-
Notifications
You must be signed in to change notification settings - Fork 70
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
Update to Jetpack 5.1.2 / L4T 35.4.1 #119
Conversation
Added support for the "AGX Orin Industrial" module. This can be enabled by setting Tested by flashing and booting NixOS on a AGX Orin Industrial (p3701-0008) + Orin Devkit carrier board (p3767-0000).
|
Should this PR also include the https://developer.nvidia.com/downloads/embedded/l4t/r35_release_v4.1/overlay_jaoi_low_temp_35.4.1.tar.gz ? "This overlay resolves a low temp boot issue with the Jetson AGX Orin Industrial Module. " |
Also there are some Vulkan samples, maybe they could come in separate commit: https://developer.nvidia.com/downloads/embedded/l4t/r35_release_v4.1/vulkan-sc-samples.zip "This file contains the top level cmake files used to build the Vulkan SC Samples. " |
Added this overlay in a recent push. |
a2ad8ec
to
4fc21bf
Compare
@danielfullmer @mikatammi |
@gerasiov I intend to merge this shortly after some final testing. This PR has been open far too long... |
Needed for Orin AGX Industrial
Just a status update: This is currently blocked on the multimedia-samples test not passing. It segfaults when running: https://github.com/anduril/jetpack-nixos/blob/master/pkgs/samples/default.nix#L274-L298 |
There's already version r35.5.0 GA available: https://docs.nvidia.com/jetson/archives/r35.5.0/DeveloperGuide/index.html I wonder if it fixes some of the issues like the multimedia-samples test. This GA (General Availability) Release should be production-ready by NVIDIA's standards. (Also there has been some developer preview for r36.2 https://docs.nvidia.com/jetson/archives/r36.2/spe/index.html But it could be nice if the stable release r35.5.0 GA could be also supported even if this DP version is added.) |
@mikatammi Finally fixed the multimedia-samples test now working with the following fix: 205ae5c Thanks for the reminder that 35.5.0 was released. We're looking into that now. I did see the Jetpack 6 DP release, and it looks interesting given the "bring our own kernel" thing they now allow. It's not clear when I'll personally have time to look into it in detail, but it's on my radar. Since I'll need to support Xavier devices for the forseeable future, we'll have to keep support for Jetpack 5, but hopefully we can find a way to have them both work well without forking. |
Description of changes
Jetpack release notes: https://docs.nvidia.com/jetson/archives/jetpack-archived/jetpack-512/release-notes/index.html
This release mainly brings support for the Orin AGX Industrial variant, as well as multi-gigabit support in UEFI on the Orin AGX devkits.
Following the checklist from
UPGRADE_CHECKLIST.md
:l4tVersion
,jetpackVersion
, andcudaVersion
in default.nixdefault.nix
kernel/default.nix
kernel/display-driver.nix
uefi-firmware.nix
optee.nix
unpackedDebs
before and afterTesting
Tested that:
nix flake check