Introduces NVIDIA Jetpack 7.1#5768
Conversation
|
Converted to Draft because I need to add documentation. |
65d49bb to
db85ca3
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #5768 +/- ##
==========================================
+ Coverage 19.52% 28.34% +8.81%
==========================================
Files 19 18 -1
Lines 3021 2417 -604
==========================================
+ Hits 590 685 +95
+ Misses 2310 1588 -722
- Partials 121 144 +23 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
d5bfae8 to
f5b83e5
Compare
|
PR is ready for review |
d51b7df to
1d17480
Compare
|
@eriknordmark , appreciate if you can review this one and its dependencies..... |
Yes, that's the drawback. Unfortunately that's the price to pay. Currently is going to be the same if we run any eve-k build as well. Btw, just to clarify, I'm considering you are talking about the final state, where the partition layout will be unified across eve-k and eve-kvm. This PR per se doesn't touch the partition layout (#5735 does). |
1d17480 to
d7a2106
Compare
d7a2106 to
5616b42
Compare
|
Updates in this PR:
Let's see if it triggers Eden now.... |
This commit introduces the support for Jetpack 7.1. This version is supported by the Jetson AXG Thor device. This commit includes: - CDI files - Init scripts - udev rules - Firmware package The nvidia package is prepared to support a new platform variant, nvidia-jp7, that is going to be introduced in the next commits. Signed-off-by: Renê de Souza Pinto <rene@renesp.com.br>
Add the cooling profiles for Jetson AGX Thor to the nvfanctrl application. The Cool profile was obtained from the /etc/nvfancontrol.conf from Jetpack 7.1. Only the Cool profile is provided on Jetpack, this commit provides an slightly variation as the Quiet profile. Signed-off-by: Renê de Souza Pinto <rene@renesp.com.br>
This commit adds the corresponding entry on GRUB config for Jetson AGX Thor Developer Kit for Jetpack 7.1. Signed-off-by: Renê de Souza Pinto <rene@renesp.com.br>
Required for nvidia-jp7. Signed-off-by: Renê de Souza Pinto <rene@renesp.com.br>
This commit introduces the nvidia-jp7 platform. This platform refers to the NVIDIA Jetpack 7.1 for Jetson AGX Thor devices. The kernel for this platform was ported and available at: https://github.com/lf-edge/eve-kernel/commits/eve-kernel-arm64-v6.8.12-nvidia-jp7 Signed-off-by: Renê de Souza Pinto <rene@renesp.com.br>
Add relevant information and instructions on how to install EVE on a Nvidia Thor device (Jetpack 7.1). Signed-off-by: Renê de Souza Pinto <rene@renesp.com.br>
5616b42 to
2b0d579
Compare
Description
This PR introduces the support for Nvidia Jetpack 7.1 and the Nvidia Thor device:
PR dependencies
How to test and validate this PR
Changelog notes
Introduces support for Nvidia Jetpack 7.1 and the Thor device. A new platform "nvidia-jp7" is introduced and can be used to build EVE images for Nvidia Thor device.
PR Backports
This is a new feature, no backports.
Checklist
check them.