-
Notifications
You must be signed in to change notification settings - Fork 6
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 all Orin Boards to L4T 35.5.0 BSP #451
Merged
Merged
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
@resin-jenkins retest this please |
in which we rename the recipes-classes directory to recipes, so we can build the layer with kirkstone. We also add back the r in the kernel version string, to avoid breaking the l4t contracts functionality. Signed-off-by: Alexandru Costache <[email protected]>
…obs to L4T 35.5.0 The UEFI capsules and boot blobs are updated for all devices currently integrated in this repository: - AGX Orin 32GB - Orin NX 16GB Devkit - Orin Nano SD - Seeed J4012 Signed-off-by: Alexandru Costache <[email protected]>
Starting with L4T 35.5.0 the jetson-agx-orin-devkit yocto machine from meta-tegra only specifies and builds the Developer Kit dtb, without the production module. That module now has a separate yocto machine. Since we support and test the Devkit with SKU0, and not hte 32GB produciton module with SKU4, we will continue to ship the default dtb for this configuration. Signed-off-by: Alexandru Costache <[email protected]>
… switching to L4T 35.5.0 ... and also disable UEFI capsule version checks in the firmware, so that the older L4T 35.4.1 UEFI capsule can be applied during rollback. Changelog-entry: edk2-firmware-tegra: Refactor all integration patches when switching to L4T 35.5.0 Signed-off-by: Alexandru Costache <[email protected]>
… becomes unbootable During rollbacks we trigger the UEFI capsule update from l4T 35.5.0 back to to L4T 35.4.1. The UEFI firmware does not allow this by default, so we patched it to accept downgrades when checking versions. However, the alternate slot may become unbootable in this process, as reported by the MB2 precompiled bootloader (see AGX Orin comments in HUP hook). In this case, we re-write the entire QSPI on the next HUP, and start off with a clean-flashed QSPI at the latest version 35.5.0. Apart from this we unload spi modules, to allow for future rollbacks from L4T 36.3 to be able to write the necessary UEFI variables necessary for triggering the rollback UEFI capsule update. Changelog-entry: hostapp-update-hooks: Allow reprovisioning the QSPI if alternate slot becomes unbootable Signed-off-by: Alexandru Costache <[email protected]>
4f87b15
to
c721006
Compare
@balena-ci I self-certify! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR updates all Jetson Orin boards to L4T 35.5.0.
It is the same as #448 where all tests passed, except that all changes to a component are now caught in a single PR, instead of multiple ones for each change in the previous PR.
Connects-to: balena-io/contracts#427