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

initramfs/migrate: Copy Jetson Orin boot artifact and UEFI capsule #3558

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

acostach
Copy link
Contributor

@acostach acostach commented Nov 19, 2024

Copying these files before unmounting the rootfs is needed for the case where the NVME is provisioned with a flasher image already.

If the QSPI is accessible, it will be written directly, otherwise a capsule update will be prepared by the resin-init-flasher-board script and applied by the UEFI firmware as soon as the board re-boots.

If the capsule update is interrupted on the first boot, a device specific service will attempt to re-trigger it in the next two boots.

This allows for booting flasher images directly, without entering recovery-boot mode, as long as the existing vanilla QSPI has the same BSP version as the hostOS.

Change-type: patch


Contributor checklist

Reviewer Guidelines

  • When submitting a review, please pick:
    • 'Approve' if this change would be acceptable in the codebase (even if there are minor or cosmetic tweaks that could be improved).
    • 'Request Changes' if this change would not be acceptable in our codebase (e.g. bugs, changes that will make development harder in future, security/performance issues, etc).
    • 'Comment' if you don't feel you have enough information to decide either way (e.g. if you have major questions, or you don't understand the context of the change sufficiently to fully review yourself, but want to make a comment)

@acostach acostach requested a review from a team November 19, 2024 17:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant