-
Notifications
You must be signed in to change notification settings - Fork 63
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
bump to new jetpack baseline #981
Open
brianmcgillion
wants to merge
10
commits into
tiiuae:main
Choose a base branch
from
brianmcgillion:jetpack-6
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
d384056
to
d792da6
Compare
0418bdd
to
0fba96d
Compare
0fba96d
to
88b58d2
Compare
88b58d2
to
0d0ac8e
Compare
0d0ac8e
to
fed9f3f
Compare
...rence/hardware/jetpack/nvidia-jetson-orin/virtualization/common/bpmp-virt-common/default.nix
Show resolved
Hide resolved
99161fa
to
d28bf5d
Compare
d28bf5d
to
25d1690
Compare
dcf5fc5
to
6c3f422
Compare
6c3f422
to
1103ef1
Compare
1103ef1
to
dddba0e
Compare
dddba0e
to
c900bb6
Compare
Tried with crosscompile Orin AGX, build flashed to Orin device: Issue:
Working:
Notes:
|
Tried with crosscompile Orin NX, build flashed to USB memory stick: Working:
Notes:
|
Tried with native Orin NX, build flashed to USB memory stick: Issues:
Working:
|
Tried with crosscompile Orin AGX, build flashed to USB memory stick: (re-label the internal eMMC partitions before)
|
Signed-off-by: Brian McGillion <[email protected]>
link against openssl for these tests. Signed-off-by: Brian McGillion <[email protected]>
1. the patched dts file no longer exists in the sources 2. disable the bpmp patches for now 3. includes the 0004-bpmp-virt-drivers-5-15 which is a rebase onto the 5.15 kernel. Signed-off-by: Brian McGillion <[email protected]>
1. NX/AGX: Using device trees from BSP 2. NX/AGX: Fix partition_template.nix to match 36.4.3 Signed-off-by: Tanel Dettenborn <[email protected]> NX/AGX: Fix partition_template.nix to match 36.4.3 Signed-off-by: Tanel Dettenborn <[email protected]>
Set the hardware.deviceTree.dtbSource to the NVIDIA jetpack bsp. In this way the fdtPath in sdimage.nix point to the config.hardware.deviceTree.package that is configured through hardware.deviceTree.dtbSource. Signed-off-by: Juan Pablo Ruiz <[email protected]>
this is a tmp patch to get building and and running version of the jetpack 6 and the 5.15 kernel building and booting` Signed-off-by: Brian McGillion <[email protected]>
- Create dts overlays to apply device tree changes for PCI passthrough instead of patches over the kernel dts source code - Re-enable ethernet and wifi passthrough for agx and nx Signed-off-by: Juan Pablo Ruiz <[email protected]>
1. fix uarti passthrough for nvidia Jetpack 6 2. disable pci_acs_override patch 0001-pci-add-pci_acs_override-for-pci-passthrough.patch not needed for Jetpack 36.4.3. PCI passthrough on NX working ok without this patch. 3. add 8 sec delay for nvidia pci passthrough - Add 8 seconds delay to wait for PCI devices to get full enumerated - Remove deprecated kernel parameters for PCI passthrough 4. disable uarti passthrough - The uarti passthrough is currently broken due we need to add a fixed device tree to the netvm that affects it normal behavior. Signed-off-by: Juan Pablo Ruiz <[email protected]>
Wait up to 60 seconds for ethernet PCI to get enumerated before start the microvm-pci-devices@net-vm service. The pront start of this service was failing if the ethernet PCI was not yet enumerated. Fix microvm-pci-devices@net-vm service start error: microvm-pci-devices@net-vm[836]: /var/lib/microvms/net-vm/current/bin/pci-setup: line 4: cd: /sys/bus/pci/devices/0008:01:00.0: No such file or directory Signed-off-by: Juan Pablo Ruiz <[email protected]>
The jetpack now follows the nvidia guidelines and the flashing scripts are not longer supported for creation on arm targets. They require an x86 host to generate the flashing scripts on. This applies to bot the overall script and the qspi. Signed-off-by: Brian McGillion <[email protected]>
c900bb6
to
cff7caf
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug on Orin AGX
Issues found on NVIDIA Jetson AGX Orin while checking this PR
bug on Orin NX
Issues found on NVIDIA Jetson NX Orin while checking this PR
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description of changes
update to the latest jetpack-6 firmware 36.4.3.
using the latest kernel that is part of the bsp package 5.15
NB. the upstream fw no longer supports building the flash-{qspi,script} packages on and arm target so they can only be built from the cross-compiled versions, that is -from-x86_64 variants.
Checklist for things done
x86_64
aarch64
riscv64
make-checks
and it passesnixos-rebuild ... switch
Instructions for Testing
List all targets that this applies to:
the nvidia-orin targets both nx and agx
Is this a new feature
List the test steps to verify:
If it is an improvement how does it impact existing functionality?
it is a firmware update with no new obvious changes to the ghaf level except the use of the flashing package only available in the cross targets.