Hi,
I am trying out the smp server example with mcuboot and encounter this error when building for the nrf52840 dongle.
I read that it has something to do with the usb bootloader. How do i navigate this issue?
Note: I am using Zephyr.
Hi,
Seems you get a "FLASH overflowed" error from mcuboot, you can try to increase CONFIG_PM_PARTITION_SIZE_MCUBOOT to 0x10000 as explained in Device Firmware Update (DFU) with MCUBoot bootloader. Check the file <application>/<build>/mcuboot/zephyr/.config and confirm that CONFIG_PM_PARTITION_SIZE_MCUBOOT got the correct value.
Regards,
Amanda