<?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>How to combine All : bl + sd + app + bl-setting</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/65769/how-to-combine-all-bl-sd-app-bl-setting</link><description>Hello, 
 
 I&amp;#39;m trying DFU from here . It works successfully with nRF52833 DK Board before Appendix 1. 
 
 The question is how to combine all which it is bootloader + sd + application + bl-settings. 
 I got some hex files: 
 1) bootloader from sdk/example</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 10 Sep 2020 08:36:50 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/65769/how-to-combine-all-bl-sd-app-bl-setting" /><item><title>RE: How to combine All : bl + sd + app + bl-setting</title><link>https://devzone.nordicsemi.com/thread/268877?ContentTypeID=1</link><pubDate>Thu, 10 Sep 2020 08:36:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:163adf9e-7960-47fb-9ebb-3fd141d60525</guid><dc:creator>Carl Richard</dc:creator><description>&lt;p&gt;&lt;br /&gt;Hello!&lt;br /&gt;&lt;br /&gt;What you did here is correct! The mergehex executable supports a maximum of three files to be merged at once and will have to be invoked multiple times for additional files, as stated in the &lt;a href="https://infocenter.nordicsemi.com/topic/ug_nrf5x_cltools/UG/cltools/nrf5x_mergehex.html?cp=9_1_2"&gt;documentation&lt;/a&gt;.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Carl Richard&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to combine All : bl + sd + app + bl-setting</title><link>https://devzone.nordicsemi.com/thread/268836?ContentTypeID=1</link><pubDate>Thu, 10 Sep 2020 05:13:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0fab7ba2-2b09-41f7-9142-9e55d1385258</guid><dc:creator>HyunSuk</dc:creator><description>&lt;p&gt;When I did the sequence below it works. Is it right? I have not done the step 2.&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;1&amp;gt; mergehex --merge secure_bootloader_ble_s140_pca10100_debug.hex bootloader_setting.hex ble_app_hrs_pca10100_s140.hex  --output hrs_bl_app.hex
2&amp;gt; mergehex --merge hrs_bl_app.hex s140_nrf52_7.0.1_softdevice.hex --output hrs_all.hex
3&amp;gt; nrfjprog -f NRF52 --eraseall
4&amp;gt; nrfjprog -f NRF52 --program hrs_all.hex -r&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>