Equivalent of NRF_DFU_HW_VERSION in NCS?

Hi,

I want to configure the bootloader (MCUBoot on a nrf9160) to reject a new firmware image update if the new image is not suitable for the current hardware (e.g. multiple incompatible generations of board layout). Looking at the nRF SDK docs there is the NRF_DFU_HW_VERSION config option which I believe does this: the bootloader will reject a new image with a non-matching NRF_DFU_HW_VERSION value.

What is the equivalent in the nRF Connect SDK? Currently I am using MCUBoot and ideally would be able to find a solution that works with that bootloader (vs. the Nordic Secure Bootloader).

Thanks,

Robbie

Related