Good day
We are currently working with the nrf9160 and using it as a serial modem via AT commands by loading the serial_lte_modem application. I am currently investigating the implementation of modem firmware updates (the zip package) in the field and see that a few options exists as described in the documentation. For our application, updating the modem via its serial interface from our main processor would work best, as described in https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/libraries/dfu/fmfu_mgmt.html, but it seems that this implementation cannot co-exist with the serial_lte_modem application. I am quite new to Zephyr and the Nordic build environment, so not sure if there is a simple way to add an AT command to activate the fmfu_mgmt application, placing the modem in an upgrade mode, reboot when done to the usual AT command mode? Not sure if there is a better way to approach the problem? Any guidance would be appreciated.
Thanks