I would like to use the Arduino Nano 33 BLE with MCUBoot and MCUMGR for FOTA. I am wondering if it is possible to use a two-stage bootloader (first stage Arduino BOSSAC, second stage MCUBoot) for FOTA. As I understand it the Flash must be partitioned in a specific way to use MCUBoot. Is it possible to reconcile the device tree, or mcuboot, with this bootloader configuration? If not, I will flash the mcuboot bootloader via the SWD interface on the back of the Nano and use the normal devicetree configuration.