Hello,
at the moment, my device does OTA updates over mobile network which works really good. Now i want to include the possibility to update over USB, which mender supports in the standalone mode.
As i should disable/stop the running mender daemon, what exactly happens when the new image boots, and has mender daemon running?
E.g.:
- Image A active
- Disable/Stop mender daemon
- Install new image with mender standalone
- Reboot
- Image B active (running mender daemon as default)
- Running mender -commit
Should i again stop mender daemon before running mender -commit?
Thank you.
Best regards,
Kevin