NordicSemiconductor / IOS-nRF-Connect-Device-Manager

A mobile management library for devices supporting nRF Connect Device Manager.
https://www.nordicsemi.com/Software-and-tools/Software/nRF-Connect-SDK
Apache License 2.0
86 stars 37 forks source link

Change: Don't set Bootloader to "mcuboot" if it's unknown #220

Closed dinesharjani closed 2 weeks ago

dinesharjani commented 2 weeks ago

Before, we set it to "suit" if we didn't know. Now, it's better to only decide if a "file" is a SUIT file if the content matches specifically the envelope. If there's an MCU Boot Version set, it's more likely it's an MCU Boot image, but if not, let's not make any assumptions.