seapath / meta-seapath

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.)
https://lfenergy.org/projects/seapath/
Apache License 2.0
6 stars 10 forks source link

SWUpdate - need log when rollback #85

Closed insatomcat closed 3 months ago

insatomcat commented 2 years ago

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.