When am nrf52 zephyr project has CONFIG_BOOTLOADER_MCUBOOT=y in it’s prj.conf file, its default build builds two images, of mcuboot and of the app respectively and a merged image that include both. This is an example that demonstrate it
However, under platformio, only the app is built and the child image of the mcuboot is not. Any idea how how to change a platformio project to generate also the child image of the MCU boot?
@maxgerhardt, BTW, I think that this is a general zephyr issue rather than nrf52 since MCUBOOT is a general feature of zephyr and doesn’t even require BLE or wireless connectivity. Move it to a more general issue bucket?