Dear Nordic engineer.
I am using nrf9160.
I follow the instructions to download Fota using AWS upload file update.bin.
After the device has downloaded the file and receives the FOTA_DOWNLOAD_EVT_FINISHED event, the device reboots and runs to the new version.
But after a while, the device reboots and reverted to the old version before updating.
What do I need to do to fix this?
I use ncs 1.4.0 and firmware 1.2.3
Thank you.
# FOTA library
CONFIG_FOTA_DOWNLOAD=y
# DFU Target
CONFIG_DFU_TARGET=y
# Application Upgrade support
CONFIG_BOOTLOADER_MCUBOOT=y