Hello,
I'm using the nRF Connect SDK 1.9.1 and I have defined a custom board with nRF52840. This works for normal code (samples, etc).
The .dst has the following structure for the memory, based off the nrf52840dk_nrf52840 board (here some of the configuration has been omitted such as spi, etc):
- What steps do I need to take to configure the MCUBoot for a custom board?
- Is defining the memory map in the .dst of the board not enough?
- Must I write an overlay for the Bootloader? If yes, how should it look like?