This is the core of the seapath project. The meta-seapath repo contains the yocto Seapath layer, which contains all the code (yocto recipes) needed to build the seapath images used to install seapath (host, guest, flasher, etc.)
Right now, when the swupdate process fails and the new partition fails to boot, a rollback happens and guarantees that we boot the old partition where everything works.
From this old partition, is there a way to get the log of what failed?
It would be useful to be able to debug the failed boot from the rolled-back partition.
Could we for instance write the check-health script output to journald ?
Right now, when the swupdate process fails and the new partition fails to boot, a rollback happens and guarantees that we boot the old partition where everything works. From this old partition, is there a way to get the log of what failed?
It would be useful to be able to debug the failed boot from the rolled-back partition. Could we for instance write the check-health script output to journald ?
Thanks.