Mender integration for reflashing OTA update #117
atharvanan1
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
This is the flow of the way I have currently solved this:
A couple of things to note here:
Steps going forward:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In past weeks, we had few people talking about integrating Matt's work on OTA reflashing with Mender update scheme.
Current way to upgrade highlighted in the above-mentioned document follows booting an
upgrader-initramfs
which contains tools - tegra-sysinstall - for reflashing.A suggestion came on OE4T Slack, which suggested kicking off tegra-sysinstall script by setting up the running rootfs for a flashing update.
I'm starting this discussion to discuss better ways to integrate this with Mender.
As discussed with @dwalkes, one way to handle this would be to provide the initramfs + images as part of mender package, boot the initramfs such that:
Beta Was this translation helpful? Give feedback.
All reactions