This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

FOTA upgrade over BLE crashes (nrf5340)

Hi,
 
I'm working with the nrf5340 and I'm trying to perform a FOTA upgrade over BLE. 
After initiating DFU with nrf Connect for Mobile the process crashes right after "Uploading firmware" is shown in the log, and the progress bar does not move on either. Having checked the mcumgr module I've noticed that the img_mgmt_check_header function is returning an error when validating the length of the header. The image I'm uploading is app_update.bin, which is supposedly already signed.
 
Am I missing any step?
 
Thanks
Related