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!

Parents
  • In the SEGGER embedded studio goto the tab 'Project'  then goto the tab 'Configure nRF Connect SDK Project'. It will open up a window and populate the window from the "<project> / <build> / zephyr / .config " file.

    If you look 'Available Modules' you will see mcuboot is available. Scroll down and expand 'Boot Options' click the 'MCUboot bootloader support'. the variable 'Path to the mcuboot signing key file' is set to my <project>/src, which has a mykey.pem file I manually generated from 'bootloader/mcuboot/scripts/imgtool.py '. The variable field 'Extra arguments to pass to imgtool' is left blank(since just did it by hand).

    Then click the box 'Configure'.

    SWIRLS around and the RED banner " Cannot Configure project "  create_nordic_project.py failed (1). Then click OK on the error banner.

    Go back to the tab 'Project'  then goto the tab 'Configure nRF Connect SDK Project'. The window comes up blank. And MCUboot project is not in my solution.

    I am attaching .config and .config.old.

    Do You Need Screenshots?

    Do you need error logs? and where would they be found?

Reply
  • In the SEGGER embedded studio goto the tab 'Project'  then goto the tab 'Configure nRF Connect SDK Project'. It will open up a window and populate the window from the "<project> / <build> / zephyr / .config " file.

    If you look 'Available Modules' you will see mcuboot is available. Scroll down and expand 'Boot Options' click the 'MCUboot bootloader support'. the variable 'Path to the mcuboot signing key file' is set to my <project>/src, which has a mykey.pem file I manually generated from 'bootloader/mcuboot/scripts/imgtool.py '. The variable field 'Extra arguments to pass to imgtool' is left blank(since just did it by hand).

    Then click the box 'Configure'.

    SWIRLS around and the RED banner " Cannot Configure project "  create_nordic_project.py failed (1). Then click OK on the error banner.

    Go back to the tab 'Project'  then goto the tab 'Configure nRF Connect SDK Project'. The window comes up blank. And MCUboot project is not in my solution.

    I am attaching .config and .config.old.

    Do You Need Screenshots?

    Do you need error logs? and where would they be found?

Children
Related