<?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 upload Bootloader HEX in nRFGO Studio</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/32376/how-to-upload-bootloader-hex-in-nrfgo-studio</link><description>Hi, 
 I have a hex file that builds [experimental_bootloader_secure_usb]. 
 If you use keil, it will be downloaded and operated stably on board. 
 However, if you do not use keil and upload the USB DFU Hex file using [Program Bootloader] using nRFGO Studio</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 19 Mar 2018 09:26:46 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/32376/how-to-upload-bootloader-hex-in-nrfgo-studio" /><item><title>RE: How to upload Bootloader HEX in nRFGO Studio</title><link>https://devzone.nordicsemi.com/thread/124931?ContentTypeID=1</link><pubDate>Mon, 19 Mar 2018 09:26:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:00008795-e391-48d3-aea8-3092fe10b099</guid><dc:creator>Bj&amp;#248;rn Kvaale</dc:creator><description>&lt;p&gt;That should work if you remember to erase the chip before you program (i.e. nrfjprog --eraseall before nrfjprog --program NRF_CDC_DFU.hex).&lt;/p&gt;
&lt;p&gt;Another option is to do the steps in one command by adding -f &amp;amp; --chiperase if you want to erase all available user flash (including UICR registers) before you program the hex file. By adding -f (family), the command should execute quicker.&lt;/p&gt;
&lt;p&gt;nrfjrprog -f NRF52 --program NRF_CDC_DFU.hex --chiperase&lt;/p&gt;
&lt;p&gt;See &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.tools/dita/tools/nrf5x_command_line_tools/nrf5x_nrfjprogexe.html?cp=5_1_3" target="_blank" rel="noopener noreferrer"&gt;this link&lt;/a&gt; for more info &amp;amp; command options.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to upload Bootloader HEX in nRFGO Studio</title><link>https://devzone.nordicsemi.com/thread/124673?ContentTypeID=1</link><pubDate>Fri, 16 Mar 2018 02:37:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:13c0b32b-edf5-4a33-900b-0c7645e47cf4</guid><dc:creator>jwcheon</dc:creator><description>&lt;p&gt;I found it.&lt;/p&gt;
&lt;p&gt;In the cmd window&lt;br /&gt;[c: \&amp;gt; nrfjprog --program NRF_CDC_DFU.hex] to make it easy to upload.&lt;br /&gt;Do you mind if I do this?&lt;/p&gt;
&lt;p&gt;I have confirmed that Softdevice, Application and DFU are all uploaded via nrfjprog --program.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>