Dear Concern,
work environment : nRF Connect SDK , nRF5340 DK board and Segger Embedded Studio
sample code : fade_led (using for my testing purpose)
Added immutable bootloader and upgradable bootloader to fade_led application as shown in below through segger embedded studio.
Project -> Configure nRF Connect SDK Project -> menuconfig -> modules -> nrf -> Nordic NRF Connect -> Bootloader -> Select the “Use Secure Bootloader “
Project -> Configure nRF Connect SDK Project -> menuconfig -> bootoptions ->select the “MCU bootloader support.”
I got bootloader messages on the console but application is not running.
Test 1 : Application running without immutable bootloader and upgradable bootloader.
Test 2: Application running with immutable bootloader also
Test 3: Application not running with upgradable bootloader (MCUboot)
Test 4: Application not running with immutable bootloader and upgradable bootloader.
Note : It seems to be MCUboot bootloader is not running the application.
please let me know the solution for this issue.
Thanks & Regards,
Srinivas