meta-meson
meta-meson copied to clipboard
Integrate with meta-swupdate
TODO in https://github.com/sbabic/meta-swupdate-boards
Contributions are welcome !
I guess the link should point to something like: meta-swupdate-boards. What is your preferred mechanism for swupdate? A/B image or recovery?
I guess the link should point to something like: meta-swupdate-boards. What is your preferred mechanism for swupdate? A/B image or recovery?
Thanks indeed, I’ll update the link.
I have no strong opinion on the mechanism, does it change the implementation a lot ? Can it be selected with a variable ?
I have to dig into wic
it has been a while. The A/B image comes with the benefit that you can easily update from the current system. But it comes with the downside of half of the available flash memory. It may also become tricky with unknown eMMC sizes. Which is a typical situation for Amlogic consumer hardware I guess. The recovery approach needs a reboot into recovery for the update.
I'll prepare something.