<?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>Full modem firmware update doesn&amp;#39;t recognize zip file</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/80848/full-modem-firmware-update-doesn-t-recognize-zip-file</link><description>Hi 
 Trying to implement Full modem firmware update over serial port (USB) on nrf9160 in accordance with nrf\samples\nrf9160\fmfu_smp_svr in ncs version 1.5.1. 
 It seems the PC side does not recognize the zip file as parameter but tries to interpret</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 22 Oct 2021 12:29:17 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/80848/full-modem-firmware-update-doesn-t-recognize-zip-file" /><item><title>RE: Full modem firmware update doesn't recognize zip file</title><link>https://devzone.nordicsemi.com/thread/335484?ContentTypeID=1</link><pubDate>Fri, 22 Oct 2021 12:29:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:27c27f3d-8e80-4146-bb12-2bd27accad4e</guid><dc:creator>Albrecht Markus Schellenberger</dc:creator><description>&lt;p&gt;Hello Jens,&lt;/p&gt;
[quote user="Jens Cameron"]Is there any way you are aware of that we could test the embedded&amp;nbsp;code before you fix this in some upcoming version?[/quote]
&lt;p lang="en-GB"&gt;we have fixed the issue and a new release of pynrfjprog is scheduled for next week. The update can be triggered via:&lt;/p&gt;
&lt;p lang="en-GB"&gt;&lt;/p&gt;
&lt;p lang="en-GB"&gt;&lt;pre class="ui-code" data-mode="text"&gt;pip3 install --user pynrfjprog&lt;/pre&gt;&lt;/p&gt;
&lt;p lang="en-GB"&gt;&lt;/p&gt;
&lt;p lang="en-GB"&gt;Until then, you might want to try to downgrade to an older version of pynrfjprog. I’m not sure if this will solve the issue, but you could try using the following commands (and step through older versions):&lt;/p&gt;
&lt;p lang="en-GB"&gt;&lt;/p&gt;
&lt;p lang="en-GB"&gt;&lt;/p&gt;
&lt;p lang="en-GB"&gt;&lt;/p&gt;
&lt;p lang="en-GB"&gt;&lt;pre class="ui-code" data-mode="text"&gt;pip3 uninstall pynrfjprog
pip3 install --user -Iv pynrfjprog==10.13.0&lt;/pre&gt;&lt;/p&gt;
&lt;p lang="en-GB"&gt;Additionally, please be aware that the sample only works with Segger J-Link software up to version 6.88a on the DK.&lt;/p&gt;
&lt;p lang="en-GB"&gt;&lt;a href="http://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.6.0/nrf/known_issues.html"&gt;NCSDK-9441&lt;/a&gt;&lt;em&gt;: Fmfu SMP server sample is unstable with the newest J-Link version&lt;/em&gt;&lt;br /&gt;&lt;em&gt; Full modem serial update does not work on development kit with debugger chip version delivered with J-Link software &amp;gt; 6.88a&lt;/em&gt;&lt;/p&gt;
&lt;p lang="en-GB"&gt;&lt;/p&gt;
&lt;p lang="en-GB"&gt;I hope this will help you!&lt;/p&gt;
&lt;p lang="en-GB"&gt;&lt;/p&gt;
&lt;p lang="en-GB"&gt;Regards,&lt;/p&gt;
&lt;p lang="en-GB"&gt;Markus&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Full modem firmware update doesn't recognize zip file</title><link>https://devzone.nordicsemi.com/thread/335234?ContentTypeID=1</link><pubDate>Thu, 21 Oct 2021 09:16:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9e26d5bd-ffbf-435b-beed-ade6ee1e7308</guid><dc:creator>Jens Cameron</dc:creator><description>&lt;p&gt;Hello Markus.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Nice that you could reproduce.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Is there any way you are aware of that we could test the embedded&amp;nbsp;code before you fix this in some upcoming version?&lt;/p&gt;
&lt;p&gt;I tried the GUI tools but it wouldn&amp;#39;t conect through the serial port (need a Segger or Nordic USB port).&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Some earlier version of command line tools or pynrfjprog perhaps?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;
&lt;p&gt;--Jens&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Full modem firmware update doesn't recognize zip file</title><link>https://devzone.nordicsemi.com/thread/335066?ContentTypeID=1</link><pubDate>Wed, 20 Oct 2021 11:28:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ffeccb53-8ceb-4dab-bfcf-6365ac1ec76d</guid><dc:creator>Albrecht Markus Schellenberger</dc:creator><description>&lt;p lang="en-GB"&gt;Hello Jens,&lt;/p&gt;
[quote user=""]It seems the PC side does not&amp;nbsp;recognize the zip file as parameter but tries to interpret it as a digest.[/quote]
&lt;p lang="en-GB"&gt;thanks a lot for reporting this. I can reproduce the exact same behaviour in NCS v1.7.0. I will report this to our development team and keep you posted.&lt;/p&gt;
&lt;p lang="en-GB"&gt;&lt;/p&gt;
&lt;p lang="en-GB"&gt;Regards,&lt;/p&gt;
&lt;p lang="en-GB"&gt;Markus&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>