Issue when mcu boot is enabled

Hi

I was initially using Window 10 Laptop with nrf52832 ncs2.9.0 in visual studio code....I developed a ble application with mcuboot (over ble - reference nrf academy tutorials). Now I shifted to new laptop with windows 11 and made new setup with same sdk and toolchain...However in the new setup the application is compiled properly but the controller does not start (even in debug the code execution never reach main())...

If I flash the hex file generated by the old setup using the new setup then everything works.... I checked the image sizes and found that mcuboot file size is more as compared to old setup... If I remove mcuboot altogether it works... So I am not able to make out what is the reason for build not starting..

For MCUboot the following conf settings have been done...

SB_CONFIG_BOOTLOADER_MCUBOOT=y (sysbuild.conf)
CONFIG_NCS_SAMPLE_MCUMGR_BT_OTA_DFU=y (prj.conf)
Related