<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>west build mcuboot sample hello_world failed (error: Aborting due to Kconfig warnings)</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/105206/west-build-mcuboot-sample-hello_world-failed-error-aborting-due-to-kconfig-warnings</link><description>I followed procedures listed in https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/mcuboot/readme-zephyr.html link. And I added the following content in C:\ncs\v2.4.2\bootloader\mcuboot\samples\zephyr\hello-world\child_image\mcuboot\prj.conf</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 01 Nov 2023 08:25:59 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/105206/west-build-mcuboot-sample-hello_world-failed-error-aborting-due-to-kconfig-warnings" /><item><title>RE: west build mcuboot sample hello_world failed (error: Aborting due to Kconfig warnings)</title><link>https://devzone.nordicsemi.com/thread/453433?ContentTypeID=1</link><pubDate>Wed, 01 Nov 2023 08:25:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3119c508-9edb-41a8-adbe-f52ddfabf61b</guid><dc:creator>snowuyl</dc:creator><description>&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/6116.hello_2D00_world.zip"&gt;devzone.nordicsemi.com/.../6116.hello_2D00_world.zip&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: west build mcuboot sample hello_world failed (error: Aborting due to Kconfig warnings)</title><link>https://devzone.nordicsemi.com/thread/453270?ContentTypeID=1</link><pubDate>Tue, 31 Oct 2023 12:27:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5fd8e0ec-27d3-4d8f-b8dd-c06891b113c5</guid><dc:creator>snowuyl</dc:creator><description>&lt;p&gt;Thanks for your reply! I have fixed this issue by modifying CMakeLists.txt file as follows.&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;cmake_minimum_required(VERSION 3.8)

set(mcuboot_CONFIG_BOOT_SIGNATURE_TYPE_ECDSA_P256 y)
set(mcuboot_CONFIG_BOOT_SIGNATURE_KEY_FILE \&amp;quot;${CMAKE_CURRENT_SOURCE_DIR}/custom_key_dir/custom_priv.pem\&amp;quot;)

# find_package(Zephyr) in order to load application boilerplate:
# http://docs.zephyrproject.org/application/application.html
find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})
project(NONE)

# This string ends up getting printed in the device console
if (NOT DEFINED FROM_WHO)
  set(FROM_WHO Zephyr)
endif()

target_compile_definitions(app PRIVATE &amp;quot;-DMCUBOOT_HELLO_WORLD_FROM=\&amp;quot;${FROM_WHO}\&amp;quot;&amp;quot;)

target_sources(app PRIVATE src/main.c)&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: west build mcuboot sample hello_world failed (error: Aborting due to Kconfig warnings)</title><link>https://devzone.nordicsemi.com/thread/453259?ContentTypeID=1</link><pubDate>Tue, 31 Oct 2023 12:17:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2250e8f5-c5d4-45aa-a475-55f7b627d37b</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;The bootloader is meant to be built along with the application as a part of a &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.5.0/nrf/config_and_build/multi_image.html"&gt;Multi-image build&lt;/a&gt;. If you build mcuboot alone, you will need to sign the application image manually.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: west build mcuboot sample hello_world failed (error: Aborting due to Kconfig warnings)</title><link>https://devzone.nordicsemi.com/thread/453170?ContentTypeID=1</link><pubDate>Tue, 31 Oct 2023 02:42:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:807688c2-a604-4846-8b10-6dbc2c3cb1d1</guid><dc:creator>snowuyl</dc:creator><description>&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/7853.hello_2D00_world.zip"&gt;devzone.nordicsemi.com/.../7853.hello_2D00_world.zip&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>