diff --git a/src/otaclient/boot_control/_jetson_cboot.py b/src/otaclient/boot_control/_jetson_cboot.py index f61315d5f..e1767ef9b 100644 --- a/src/otaclient/boot_control/_jetson_cboot.py +++ b/src/otaclient/boot_control/_jetson_cboot.py @@ -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" )