<?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>Failed to build mcuboot_smp_custom_key sample code on ncs v2.4.2</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/104675/failed-to-build-mcuboot_smp_custom_key-sample-code-on-ncs-v2-4-2</link><description>Procedures to reproduce this issue is as follows. 
 1. git clone https://github.com/hellesvik-nordic/samples_for_nrf_connect_sdk 
 2. Copying all files under D:\samples_for_nrf_connect_sdk\bootloader_samples\keys_and_signatures\mcuboot_smp_custom_key</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 01 Nov 2023 08:37:40 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/104675/failed-to-build-mcuboot_smp_custom_key-sample-code-on-ncs-v2-4-2" /><item><title>RE: Failed to build mcuboot_smp_custom_key sample code on ncs v2.4.2</title><link>https://devzone.nordicsemi.com/thread/453440?ContentTypeID=1</link><pubDate>Wed, 01 Nov 2023 08:37:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:08d7cdb7-8bba-4df5-b408-dc97a34a3cbb</guid><dc:creator>snowuyl</dc:creator><description>&lt;p&gt;I have fixed this issue by modifying CMakeLists.txt as follows.&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;cmake_minimum_required(VERSION 3.20.0)

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 REQUIRED HINTS $ENV{ZEPHYR_BASE})
project(mcuboot_smp_custom_key)

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: Failed to build mcuboot_smp_custom_key sample code on ncs v2.4.2</title><link>https://devzone.nordicsemi.com/thread/451411?ContentTypeID=1</link><pubDate>Fri, 20 Oct 2023 03:33:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:092a75d8-aa0f-4a21-9f94-979e382fb478</guid><dc:creator>snowuyl</dc:creator><description>&lt;p&gt;Thanks for your reply! I have created an issue inside the GitHub repo &lt;a id="" href="https://github.com/hellesvik-nordic/samples_for_nrf_connect_sdk/issues/5"&gt;https://github.com/hellesvik-nordic/samples_for_nrf_connect_sdk/issues/5&lt;/a&gt; &lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Failed to build mcuboot_smp_custom_key sample code on ncs v2.4.2</title><link>https://devzone.nordicsemi.com/thread/450717?ContentTypeID=1</link><pubDate>Tue, 17 Oct 2023 03:23:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:37a1cfac-87c6-4b4e-adad-be7997860edb</guid><dc:creator>Menon</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Please see that this is an unofficial sample maintained by one of my colleagues. While checking the sample, I can see that this sample is tested under NCS V2.4.0. There are some Kconfig changes inside NCSV2.4.2. I recommend you follow the standard &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/bluetooth/central_smp_client/README.html"&gt;smp_server sample&lt;/a&gt; for doing the DFU. You can create an issue inside the GitHub repo.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Kind Regards,&lt;/p&gt;
&lt;p&gt;Abhijith&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>