Skip to content
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

chore: prepare release for v3.8.0 #386

Merged
merged 2 commits into from
Sep 9, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions src/otaclient/boot_control/_jetson_cboot.py
Original file line number Diff line number Diff line change
Expand Up @@ -520,6 +520,9 @@ def _finalize_switching_boot(self) -> bool:
# NOTE(20240417): rootfs slot is manually switched by set-active-boot-slot,
# so we need to manually set the slot as success after first reboot.
if not self._cboot_control.unified_ab_enabled:
logger.info(
f"unified A/B is not enabled, set {current_rootfs_slot} boot succeeded."
)
NVBootctrlJetsonCBOOT.mark_boot_successful(
current_rootfs_slot, target="rootfs"
)
Expand Down
Loading