-
Notifications
You must be signed in to change notification settings - Fork 23
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
Updates for 32.4.2 #74
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
Signed-off-by: Alexandru Costache <[email protected]>
Signed-off-by: Alexandru Costache <[email protected]>
Signed-off-by: Alexandru Costache <[email protected]>
acostach
added
versionbot/pr-draft
Draft PR - Don't merge this PR automatically
and removed
versionbot/pr-draft
Draft PR - Don't merge this PR automatically
labels
Jun 2, 2020
@balena-ci retest this please |
This helps adding other custom carrier boards by extending the plain Jetson Xavier NX. Signed-off-by: Alexandru Costache <[email protected]>
We move this to flasher only to avoid problems with HUP as kernel grows larger with each l4t release. Having it in the boot partition for flasher helps with non-balena u-boot, which can only load the kernel from sd-card from a partition which has the boot flags set. Signed-off-by: Alexandru Costache <[email protected]>
Also, apply fix for extracting active rootfs label as per the updated balenaOS os-helpers-fs script. Signed-off-by: Alexandru Costache <[email protected]>
Also, apply fix for extracting active rootfs label as per the updated balenaOS os-helpers-fs script. Signed-off-by: Alexandru Costache <[email protected]>
Starting with L4T 32.4.2 Xavier also needs an updated boot0 bundle for the mmcblk0boot0 partition, otherwise it will fail to boot after the hostOs update. The resulting binary currently does not need to be patched, as in the case of TX2, but this may be necessary in future L4Ts. Signed-off-by: Alexandru Costche <[email protected]>
Signed-off-by: Alexandru Costache <[email protected]>
Update meta-balena from 2.50.1 to 2.51.1 Changelog-entry: Update meta-balena from v2.50.1 to v2.51.1 Signed-off-by: Alexandru Costache <[email protected]>
This dtb is taken directly from vendor's website, for TX2 on L4T 32.4.2 Changelog-entry: linux-tegra: Update orbitty tx2 dtb to 32.4.2 Signed-off-by: Alexandru Costache <[email protected]>
This dtb is taken directly from vendor's website, for TX2 on L4T 32.4.2 Changelog-entry: linux-tegra: Update dtb for spacely-tx2 to 32.4.2 Signed-off-by: Alexandru Costache <[email protected]>
Doing so to differentiate from the eMMC module. The device type and slug stay the same. Signed-off-by: Alexandru Costache <[email protected]>
Signed-off-by: Alexandru Costache <[email protected]>
Signed-off-by: Alexandru Costache <[email protected]>
Signed-off-by: Alexandru Costache <[email protected]>
Signed-off-by: Alexandru Costache <[email protected]>
This board is defined in meta-tegra, we do not inherit or override the sd-card version of the nano, so we can pull updates directly from upstream. Signed-off-by: Alexandru Costache <[email protected]>
Signed-off-by: Alexandru Costache <[email protected]>
Signed-off-by: Alexandru Costache <[email protected]>
Signed-off-by: Alexandru Costache <[email protected]>
This DTB comes from the official vendor website 32.4.2 V001 release. Signed-off-by: Alexandru Costache <[email protected]>
Signed-off-by: Alexandru Costache <[email protected]>
Signed-off-by: Alexandru Costache <[email protected]>
Signed-off-by: Alexandru Costache <[email protected]>
Boot blob is 32MB for the Jetson NX. Signed-off-by: Alexandru Costache <[email protected]>
Jetson NX stores all signed bootloaders in a separate memory. We generate this blob in tegra194-nxde-flash-dry recipe. Signed-off-by: Alexandru Costache <[email protected]>
The resulting blob is 32MB in size, and contains signed bootloaders, bootloader dtbs, firmwares, etc. Any mismatch between these will cause boot failure after HUP, way before the kernel gets loaded. Signed-off-by: Alexandru Costache <[email protected]>
floion
approved these changes
Jun 12, 2020
@balena-ci retest |
Thanks for pushing this through all! Let me know when this should be live in the staging environment. Cheers! |
This pull request was closed.
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.
Includes fix for #73