I am performing ota(swUpdate) in IMX8ULP-EVK9 and I can successfully update my A core(Linux) with swUpdate.
After performing successful swupdate, I want status of it that whether swupdate is successfull or not so I can get confirmation, Is there any place from where we can get status of it some solutions I tried like status from /var/lib/swupdate/status which is not present at my end.
Do we have any way from where we can get status of successful swupdate in IMX8ULP-EVK9?
Here is repo which I integrated in my code and perfomed swupdate: https://github.com/sbabic/swupdate
I think you could compare with the version of sw you updated. Then you will know the update is success or not.