I try to integrate mcuboot and BT DFU into my application. I'm using SDK 1.8.0 and DK board nrf52832.
My problem is, that i got this message "Unable to find bootable image" by mcuboot (investigated via debugger, unfortunatelly i'm not able to enable logs in that build).
So probably there is problem with partitions or maybe signature of the app.
This is my mcuboot.conf:
And this is pm_static.yml:
And also flash configuration from my .dts:
I'm building and flashing using the simplest way:
west build -b <board_name>
west flash (merged.hex is being flashed)
Before some changes (not important here) everything was working fine, and i was even able to upload images through bluetooth with positive answer. But after few rebuilds it stopped working (probably it was pure luck - this is why i suspect that something may be wrong with partition table).