<?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>Bootloader start</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/74992/bootloader-start</link><description>Hello, 
 
 I am trying to configure my own bootloader for DFU, i use the secure_bootloader_ble_s132 as an exemple for nrf52832 DK. 
 after i flash the softdevice, the app and the bootloader the DK always starts at the bootloader. How do I make it start</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 12 May 2021 07:53:38 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/74992/bootloader-start" /><item><title>RE: Bootloader start</title><link>https://devzone.nordicsemi.com/thread/309389?ContentTypeID=1</link><pubDate>Wed, 12 May 2021 07:53:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:10d12ad5-40c8-474a-9c4b-d691050daa0d</guid><dc:creator>Albin</dc:creator><description>&lt;p&gt;That was indeed the issue i got the starting address of the application wrong i belive this is why the bootloader was considering it as invalid&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thank you for your help !&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Bootloader start</title><link>https://devzone.nordicsemi.com/thread/309372?ContentTypeID=1</link><pubDate>Wed, 12 May 2021 07:06:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b4af2b3d-fca3-4ba3-8a70-ae322e92e3d5</guid><dc:creator>Albin</dc:creator><description>&lt;p&gt;Hello,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;i&amp;#39;m on SDK 17 i&amp;#39;ve changed the version to 2 but i&amp;#39;m still stuck in DFU mode. I have a question on the settings file :&amp;nbsp;&lt;/p&gt;
&lt;p&gt;i have a softdevice of 149876 Kb while the setting says 0&amp;nbsp;&lt;/p&gt;
&lt;p&gt;and my app is 23784 whule the setting says 17536&lt;/p&gt;
&lt;p&gt;maybe there is a problem here ? do those values have to match ?&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/pastedimage1620803096807v1.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Bootloader start</title><link>https://devzone.nordicsemi.com/thread/309315?ContentTypeID=1</link><pubDate>Tue, 11 May 2021 18:10:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c36bf552-618b-4ab1-9476-4f7c4b6aad6b</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Most of this looks correct, but the settings version should be 2 if you are using a recent SDK version.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Bootloader start</title><link>https://devzone.nordicsemi.com/thread/309272?ContentTypeID=1</link><pubDate>Tue, 11 May 2021 13:30:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:66ba4db0-dae5-48f7-8e25-b59ff0597125</guid><dc:creator>Albin</dc:creator><description>&lt;p&gt;Hello i&amp;#39;ve tried to create the settings file like this :&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/pastedimage1620739685876v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;then i&amp;#39;ve merged it with the .hex of the bootloader&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/pastedimage1620739722077v2.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;then i used nrf connect programmer to flash eveything :&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/pastedimage1620739756712v3.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;but the application is still stuck in the dfu mode.&lt;/p&gt;
&lt;p&gt;Have i done something wrong ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Bootloader start</title><link>https://devzone.nordicsemi.com/thread/309221?ContentTypeID=1</link><pubDate>Tue, 11 May 2021 12:01:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:baf89785-985c-4736-82d3-ce3c65dc04cc</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;You need to generate and program the bootloader settings page as well. This is used by the bootloader to know if a valid application is present, and the hash of the application so that it can be validated by the bootloader. If this is not present or invalid, the bootloader will enter DFU mode in order to make recovery possible. See &lt;a href="https://infocenter.nordicsemi.com/topic/ug_nrfutil/UG/nrfutil/nrfutil_settings_generate_display.html"&gt;Generating and displaying bootloader settings&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>