<?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>Command to create a soft device and bootloader combined image</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/13022/command-to-create-a-soft-device-and-bootloader-combined-image</link><description>Hi There, 
 How can I create a combined soft device and bootloader image/zip using the nrfutil.exe? 
 Is it possible to have an image/zip with both the application, bootloader and soft device?</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 07 Apr 2016 08:42:30 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/13022/command-to-create-a-soft-device-and-bootloader-combined-image" /><item><title>RE: Command to create a soft device and bootloader combined image</title><link>https://devzone.nordicsemi.com/thread/49639?ContentTypeID=1</link><pubDate>Thu, 07 Apr 2016 08:42:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1cc2d9c5-ca87-4e3e-bbea-82252db1561b</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;You need to specify the information that will be added to the init packet in addition to the hex files, i.e.&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;nrf dfu genpkg softdevice_bootloader.zip --bootloader &amp;lt;name of bootloader&amp;gt;.hex  --softdevice &amp;lt;name of softdevice&amp;gt;.hex --application-version 0xFFFFFFFF --dev-revision 0xFFFF --dev-type 0xFFFF --sd-req 0xFFFE
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Please see &lt;a href="http://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk51.v9.0.0%2Fbledfu_example_image.html&amp;amp;cp=4_1_0_4_3_1_2"&gt;this&lt;/a&gt; InfoCenter page for more information on the usage of the nRF utility tool.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Command to create a soft device and bootloader combined image</title><link>https://devzone.nordicsemi.com/thread/49640?ContentTypeID=1</link><pubDate>Wed, 06 Apr 2016 16:42:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:69ee559c-df52-4276-b5ba-e8718443329f</guid><dc:creator>Christopher</dc:creator><description>&lt;p&gt;You can use the &lt;code&gt;mergehex&lt;/code&gt; tool to merge any hex files. They are a lot of topics about this on the devzone, see for instance &lt;a href="https://devzone.nordicsemi.com/question/1462/nrf51822-how-to-merge-software-device-and-application-code-to-one-hex-file/?answer=1604#post-id-1604"&gt;this answer&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;As you said, you can use the &lt;code&gt;nrfutil&lt;/code&gt; tool to generate a zip file. Do upgrade the software (bootloader, SoftDevice or application) over the air or through serial (HCI), a Zip image is needed.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Command to create a soft device and bootloader combined image</title><link>https://devzone.nordicsemi.com/thread/49638?ContentTypeID=1</link><pubDate>Wed, 06 Apr 2016 15:54:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:728e231b-4e7e-41f1-8489-9082db8d35f2</guid><dc:creator>rabiaasl</dc:creator><description>&lt;p&gt;Is this the correct command: nrfutil dfu genpkg sd_200_boot_v11.zip --softdevice s132_nrf52_2.0.0_softdevice.hex --bootloader nrf52832_xxaa_s132.hex&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>