-
Notifications
You must be signed in to change notification settings - Fork 4
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
feat: add jetson-uefi boot control support, refine jetson-cboot boot control implementation #300
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
Bodong-Yang
changed the title
Feature/v3.7.x/jetson uefi rebased
feature(v3.7.x): add jetson-uefi bootcontrol support
May 10, 2024
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
…_ota_config_files_to_standby and update_standby_slot_extlinux_cfg here
Bodong-Yang
changed the title
feature(v3.7.x): add jetson-uefi bootcontrol support
feature: add jetson-uefi bootcontrol support
May 13, 2024
3 tasks
Bodong-Yang
changed the title
feat: add jetson-uefi bootcontrol support
feat: add jetson-uefi boot control support, refine jetson-cboot boot control implementation
Aug 23, 2024
… does the firmware update
…e of current boot slot, if not, try to fix it before entering firmware update
Quality Gate failedFailed conditions |
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.
Description
This PR introduces the OTA support for NVIDIA Jetson device with UEFI(BSP >= R34) and UEFI Capsule firmware update(BSP >=R35.2).
Together with #376, this PR also implements the firmware update protocol for both jetson-uefi and jetson-cboot boot control.
Other Major changes includes:
Other Minor changes includes:
Check list
Tests report
(20240826) otaclient jetson-uefi test with orin and r35.x
(20240903) otaclient v3.8.0-rc1 jetson-cboot with xavier and r32.x
Documents
Jetson UEFI boot control support(internal doc)
Firmware update protocol documentation(internal doc)
NVIDIA doc for bootloader update&redundancy
Related links & tickets
https://tier4.atlassian.net/browse/RT4-10837
https://tier4.atlassian.net/browse/RT4-9221