<?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>Second-stage Upgradable bootloader with SDK 2.7</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/115017/second-stage-upgradable-bootloader-with-sdk-2-7</link><description>We are trying to setup with NRF Connect with SDK 2.7 a software with the second stage upgradable bootloader, we use sysbuild and Mcuboot as second stage upgradable bootloader as reported in the documentation, but the software is not booting. 
 With only</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 30 Sep 2024 13:30:56 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/115017/second-stage-upgradable-bootloader-with-sdk-2-7" /><item><title>RE: Second-stage Upgradable bootloader with SDK 2.7</title><link>https://devzone.nordicsemi.com/thread/504376?ContentTypeID=1</link><pubDate>Mon, 30 Sep 2024 13:30:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:60dc826f-1876-4ec8-b5a8-58339fbbf264</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Happy to hear it works. &lt;span class="emoticon" data-url="https://devzone.nordicsemi.com/cfs-file/__key/system/emoji/1f642.svg" title="Slight smile"&gt;&amp;#x1f642;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Second-stage Upgradable bootloader with SDK 2.7</title><link>https://devzone.nordicsemi.com/thread/504299?ContentTypeID=1</link><pubDate>Mon, 30 Sep 2024 08:49:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:76c20389-e50d-4e62-9042-f839812d972f</guid><dc:creator>uo.ing</dc:creator><description>&lt;p&gt;Thanks, found the issue was the main loop without any sleep. Now it work.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Second-stage Upgradable bootloader with SDK 2.7</title><link>https://devzone.nordicsemi.com/thread/504224?ContentTypeID=1</link><pubDate>Fri, 27 Sep 2024 18:30:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3a5bcc17-4fd1-4c08-aee6-99f31844a7d8</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Which&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-2.7.0/page/nrf/samples/bl.html"&gt;Bluetooth samples&lt;/a&gt;&amp;nbsp;are you using?&amp;nbsp;Please check out the&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-2.7.0/page/nrf/device_guides/nrf52/fota_update.html#fota_over_bluetooth_low_energy"&gt;FOTA over Bluetooth Low Energy&lt;/a&gt; and the&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-2.7.0/page/nrf/device_guides/nrf52/fota_update.html#fota_update_sample"&gt;FOTA update sample&lt;/a&gt;.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Second-stage Upgradable bootloader with SDK 2.7</title><link>https://devzone.nordicsemi.com/thread/504216?ContentTypeID=1</link><pubDate>Fri, 27 Sep 2024 16:21:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:20855639-8d3e-4ed7-937c-84f341fc4240</guid><dc:creator>uo.ing</dc:creator><description>&lt;p&gt;If i&amp;#39;ve add:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;CONFIG_NCS_SAMPLE_MCUMGR_BT_OTA_DFU=y&lt;/pre&gt;&lt;/p&gt;
&lt;div&gt;&lt;span&gt;to prj.conf i see the SMP Service active on BLE but if i try to perform the DFU gets stuck after the header, i&amp;#39;ve active also the keys in the sysbuild.conf&lt;pre class="ui-code" data-mode="text"&gt;#immutable
SB_CONFIG_SECURE_BOOT_SIGNING_KEY_FILE=&amp;quot;key/priv.pem&amp;quot;
#mcuboot
SB_CONFIG_BOOT_SIGNATURE_KEY_FILE=&amp;quot;${APPLICATION_CONFIG_DIR}/key/priv.pem&amp;quot;&lt;/pre&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;Is there an example? is correct to use the dfu_application.zip generated by the process?&lt;/span&gt;&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Second-stage Upgradable bootloader with SDK 2.7</title><link>https://devzone.nordicsemi.com/thread/504105?ContentTypeID=1</link><pubDate>Fri, 27 Sep 2024 08:01:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9be630f9-932a-401c-8c29-c83af00486ce</guid><dc:creator>uo.ing</dc:creator><description>&lt;p&gt;Hi, thanks, i was able to compile everything, i found the issue, the process will not work if i create a new application from the visual studio code extension and then i add the file, while if i setup the folder manually will work, even my previous code. I hope this help.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Second-stage Upgradable bootloader with SDK 2.7</title><link>https://devzone.nordicsemi.com/thread/504051?ContentTypeID=1</link><pubDate>Thu, 26 Sep 2024 18:26:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5fe0f6c1-e276-42ae-8353-7f9b078c9138</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;You can add &lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/releases_and_maturity/migration/migration_sysbuild.html#secure_boot"&gt;SB_CONFIG_SECURE_BOOT_APPCORE&lt;/a&gt;=y in the &lt;a href="https://github.com/nrfconnect/sdk-zephyr/blob/v3.6.99-ncs2/samples/sysbuild/with_mcuboot/sysbuild.conf"&gt;zephyr/samples/sysbuild/with_mcuboot/sysbuild.conf&lt;/a&gt;&amp;nbsp;and build the&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-2.7.0/page/zephyr/samples/sysbuild/with_mcuboot/README.html"&gt;Sample with MCUboot&lt;/a&gt;&amp;nbsp;sample &lt;span&gt;with Sysbuild by using the&amp;nbsp;&lt;/span&gt;&lt;code&gt;&lt;span&gt;--sysbuild&lt;/span&gt;&lt;/code&gt;.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Amanda H.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>