<?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>Firmware Update for nRF9160 (Merged hex)</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/53792/firmware-update-for-nrf9160-merged-hex</link><description>Hi, 
 
 I have a question for production firmware update using JTAG/SWD for nRF9160 modem: 
 The Segger generates merged/hex. So the merged hex includes the modem code updated through nRFConnect programmer. Is this correct? 
 Thank you, 
 David Zhou</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 31 Oct 2019 13:25:27 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/53792/firmware-update-for-nrf9160-merged-hex" /><item><title>RE: Firmware Update for nRF9160 (Merged hex)</title><link>https://devzone.nordicsemi.com/thread/217776?ContentTypeID=1</link><pubDate>Thu, 31 Oct 2019 13:25:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c749c56d-7c37-4511-8f11-927f9169c27e</guid><dc:creator>TigerD</dc:creator><description>&lt;p&gt;Thank you, Sigurd.&lt;/p&gt;
&lt;p&gt;David&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Firmware Update for nRF9160 (Merged hex)</title><link>https://devzone.nordicsemi.com/thread/217775?ContentTypeID=1</link><pubDate>Thu, 31 Oct 2019 13:22:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:aae3be55-f165-4968-af6a-a387cfb53934</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Using normal &lt;em&gt;nrfjprog --program &amp;lt;hexfile&amp;gt; -f NRF91&lt;/em&gt;, will program the application flash.&lt;/p&gt;
&lt;p&gt;For flashing the modem firmware, use nRF Programmer app. Or use a python pynrfjprog script, e.g. as shown in &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/53208/updating-nrf9160-modem-firmware-through-the-command-line/214914#214914"&gt;this post&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Firmware Update for nRF9160 (Merged hex)</title><link>https://devzone.nordicsemi.com/thread/217593?ContentTypeID=1</link><pubDate>Wed, 30 Oct 2019 16:03:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9cccd77e-fa3c-4240-9eba-b3987f22d633</guid><dc:creator>TigerD</dc:creator><description>&lt;p&gt;Hi Sigurd,&lt;/p&gt;
&lt;p&gt;Thank you for prompt reply.&lt;/p&gt;
&lt;p&gt;What I concerns is how to update firmware using JTAG/SWD. On the Dev board, there is USB J-Link, which will be able to recognize which flash area (modem or modem-app) to download magically. If we use SWD to update, it will only access modem-app area?&lt;/p&gt;
&lt;p&gt;Thank you,&lt;/p&gt;
&lt;p&gt;David&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Firmware Update for nRF9160 (Merged hex)</title><link>https://devzone.nordicsemi.com/thread/217589?ContentTypeID=1</link><pubDate>Wed, 30 Oct 2019 15:49:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4beec9f1-f70a-45df-b395-edf0062201cc</guid><dc:creator>Sigurd</dc:creator><description>[quote userid="82485" url="~/f/nordic-q-a/53792/firmware-update-for-nrf9160-merged-hex/217586"]So Modem (.zip file) firmware code can only be loaded through nrfConnect/Programmer?[/quote]
&lt;p&gt;Yes, and with&amp;nbsp;pynrfjprog. And Modem FOTA(Firmware Over-The-Air)(e.g. over HTTP) when that is released soon.&lt;/p&gt;
[quote userid="82485" url="~/f/nordic-q-a/53792/firmware-update-for-nrf9160-merged-hex/217586"]Does&amp;nbsp;the Modem code share the same flash with modem application code (generated with Segger compiler as merged hex)?[/quote]
&lt;p&gt;No. The modem uses it&amp;#39;s own dedicated flash for storing the modem firmware. See the figure at &lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Fps_nrf9160%2Fdita%2Fchapters%2Fradio_lte%2Ffrontpage.html&amp;amp;cp=2_0_0_6_0"&gt;this link.&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Firmware Update for nRF9160 (Merged hex)</title><link>https://devzone.nordicsemi.com/thread/217586?ContentTypeID=1</link><pubDate>Wed, 30 Oct 2019 15:26:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c2f2382d-0b6a-4835-b6b0-947291bb7b9f</guid><dc:creator>TigerD</dc:creator><description>&lt;p&gt;Hi Sigurd,&lt;/p&gt;
&lt;p&gt;So Modem (.zip file) firmware code can only be loaded through nrfConnect/Programmer?&lt;/p&gt;
&lt;p&gt;Does&amp;nbsp;the Modem code share the same flash with modem application code (generated with Segger compiler as merged hex)?&lt;/p&gt;
&lt;p&gt;Thank you,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;David&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Firmware Update for nRF9160 (Merged hex)</title><link>https://devzone.nordicsemi.com/thread/217384?ContentTypeID=1</link><pubDate>Tue, 29 Oct 2019 16:32:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:21b5ecc8-ca4c-4d39-a355-565865c602e8</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;No, the merged.hex includes the application + &lt;a href="https://github.com/NordicPlayground/fw-nrfconnect-nrf/tree/master/samples/nrf9160/spm"&gt;spm&amp;nbsp;&lt;/a&gt;(+ mcuboot if enabled).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>