Build environment is the nRF SDK Connect for VS Code extension with ncs 2.3.0.
I am trying to accomplish DFU over UART with mcumgr serial console in which primary slot will in internal flash of the development kit and secondary slot is in external flash MX66L1G. I am using static configuration for partition region using partition manager. The sample on which I am working is ncs\v2.3.0\zephyr\samples\subsys\mgmt\mcumgr\smp_svr
Here is my pm_static.yml file and prj.conf
I have also created mcuboot.conf and mcuboot.overlay
These are the errors which I am facing while flashing the mcuboot
I am taking reference for DFU over UART from this link of Dev Academy Exercise 1 - DFU over UART - Nordic Developer Academy (nordicsemi.com)
Overlay file for the hardware nrf5340dk_nrf5340dk_cpuapp.overlay
Please help me figure out what is missing in this whole configuration and why am I getting these errors and warnings.