Hi,
As I understand Nordic NCS now supports nRF52 development for nrf52832/40/11/10, so based on this I am trying to make a simple application for nRF5232 chip (peripheral_uart) with mcuboot and eventually enable DFU over BLE for the device.
Currently, I have a problem building application with CONFIG_BOOTLOADER_MCUBOOT=y
Build fails when it starts to build MCUBOOT. This is the output from command: west build -p always -b nrf52_pca10040
I was able to build the MCUboot separately, but as I understand this should be done automatically and added to the application when I have CONFIG_BOOTLOADER_MCUBOOT=y in prj.conf file.
I have the latest release (v1.2.0) of NCS on Ubuntu 18.04
Is there something I am missing?
Best regards,
Vojislav