How to enable / disable MCUboot FOTA

Hi,

I have tested the MCUboot FOTA for my sensor with the peripheral_lbs sample project, by enabling the macros:

#Enable MCUBOOT bootloader build in the application
CONFIG_BOOTLOADER_MCUBOOT=y
#Include MCUMGR and the dependencies in the build
CONFIG_NCS_SAMPLE_MCUMGR_BT_OTA_DFU=y

 
This works, and I can bootload the sensor via the nRF App.
On our custom board, we also use bluetooth, but when adding the MCUboot, does this add a separate BLE thread ?
And when our sensor firmware is running, we would like to do some stuff, and probably write something on our sensor display, when bootloader starts, how is this possible ?
Best regards
Jakob
Related