MCUBoot configuration fails

Using SEGGER embedded studio for ARM (Nordic Edition) v5.60. using Project-> Configure nRF Connect SDK Project  Fails in configuring MCUBoot in Zephyr.

No Documentation on HOW TO USE!

  • Hi,

    MikeSix said:
    No , that does not work. This is the error log...

    Can you explain exactly what you did? And perhaps even better if it is possible to reproduce this by modifying a sample project so that I can reproduce on my side? Adding the MCUBoot configuration in prj.conf and opening the project in SES (from File -> Open nRF Connect DK Project...) should work and does on my side. 

    MikeSix said:
    you must be able run 'Configure nRF Connect Project' otherwise you will have a bad ZEPHYR build.

    I did not understand that. Can you elaborate? (Generally, using Configure nRF Connect Project (or menuconfig/guiconfig for that matter) is mostly relevant for experimenting. To make changes persistent after cleaning the build folder you need to make the changes in prj.conf or similar, and not within the build folder.)

  • Hi,

    This fails because of other things regardless of the state of  CONFIG_BOOTLOADER_MCUBOOT=y when I test with NCS 1.7.0. Which NCS version is this supposed to work with? I also see references to GAZELL_* configs which are not part of the SDK. Can you explain the environment that you use with this?

    (Independent of the issue with getting your sample to run, as it fails regardless of how I try, I suggest you consider if SES is what you want to use going forward. Building from the command line or using the recently released VS Code plugin typically gives you a better experience and less problems).

Related