nRF FOTA download library and dependent updates

  • While testing nRF FOTA download library we noticed that it supports only one image update at a time (download image, then reboot).
  • Irrespective of the image (either application or second stage bootloader or network core), it is downloaded to the SECONDARY SLOT OF APPLICATION, as the image_num 0 is used everywhere.
  • Does this means that we cannot use dependent image feature of Mcuboot ? For e.g. network core image can be considered as dependent image, as if there is any breaking changes in the BLE apis, and it can break the system we update only one image.
  • How can we handle these situations with FOTA download library ?
Related