<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Modem updating]]></title><description><![CDATA[<p dir="auto">Trying to download the latest modem firmware at <a href="https://software.pycom.io/downloads/sequans2.html" target="_blank" rel="noopener noreferrer nofollow">https://software.pycom.io/downloads/sequans2.html</a> But the id/pwd at <a href="https://forum.pycom.io/topic/4020/firmware-files-for-sequans-lte-modem-now-are-secured">https://forum.pycom.io/topic/4020/firmware-files-for-sequans-lte-modem-now-are-secured</a> don't work. Why does this have to be so hard?</p>
]]></description><link>https://forum.pycom.io/topic/4995/modem-updating</link><generator>RSS for Node</generator><lastBuildDate>Fri, 14 Aug 2026 18:32:15 GMT</lastBuildDate><atom:link href="https://forum.pycom.io/topic/4995.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 11 Jul 2019 06:51:37 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Modem updating on Thu, 11 Jul 2019 06:51:37 GMT]]></title><description><![CDATA[<p dir="auto">Trying to download the latest modem firmware at <a href="https://software.pycom.io/downloads/sequans2.html" target="_blank" rel="noopener noreferrer nofollow">https://software.pycom.io/downloads/sequans2.html</a> But the id/pwd at <a href="https://forum.pycom.io/topic/4020/firmware-files-for-sequans-lte-modem-now-are-secured">https://forum.pycom.io/topic/4020/firmware-files-for-sequans-lte-modem-now-are-secured</a> don't work. Why does this have to be so hard?</p>
]]></description><link>https://forum.pycom.io/post/28654</link><guid isPermaLink="true">https://forum.pycom.io/post/28654</guid><dc:creator><![CDATA[kjm]]></dc:creator><pubDate>Thu, 11 Jul 2019 06:51:37 GMT</pubDate></item><item><title><![CDATA[Reply to Modem updating on Thu, 11 Jul 2019 07:07:08 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.pycom.io/uid/3449">@kjm</a> Everything is fine with given credentials (I've just checked). Anyway, you can use <a href="http://stiny.webd.pl/PYCOM/" target="_blank" rel="noopener noreferrer nofollow">my prv repo</a></p>
]]></description><link>https://forum.pycom.io/post/28655</link><guid isPermaLink="true">https://forum.pycom.io/post/28655</guid><dc:creator><![CDATA[rskoniec]]></dc:creator><pubDate>Thu, 11 Jul 2019 07:07:08 GMT</pubDate></item><item><title><![CDATA[Reply to Modem updating on Thu, 11 Jul 2019 07:11:08 GMT]]></title><description><![CDATA[<p dir="auto">tnx muchly, does any one have a link to the latest approved method for modem upgrading?</p>
]]></description><link>https://forum.pycom.io/post/28656</link><guid isPermaLink="true">https://forum.pycom.io/post/28656</guid><dc:creator><![CDATA[kjm]]></dc:creator><pubDate>Thu, 11 Jul 2019 07:11:08 GMT</pubDate></item><item><title><![CDATA[Reply to Modem updating on Thu, 11 Jul 2019 07:30:35 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.pycom.io/uid/3449">@kjm</a> The modem updating method from the docs worked for me. Not trusting the UART link, I chose update via SD card.</p>
]]></description><link>https://forum.pycom.io/post/28658</link><guid isPermaLink="true">https://forum.pycom.io/post/28658</guid><dc:creator><![CDATA[robert-hh]]></dc:creator><pubDate>Thu, 11 Jul 2019 07:30:35 GMT</pubDate></item><item><title><![CDATA[Reply to Modem updating on Thu, 11 Jul 2019 07:45:54 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.pycom.io/uid/3449">@kjm</a> I'm also using SD card, always with full update method (not upgdiff dup file) and with <code>pycom.lte_modem_en_on_boot(False)</code>.</p>
]]></description><link>https://forum.pycom.io/post/28659</link><guid isPermaLink="true">https://forum.pycom.io/post/28659</guid><dc:creator><![CDATA[rskoniec]]></dc:creator><pubDate>Thu, 11 Jul 2019 07:45:54 GMT</pubDate></item><item><title><![CDATA[Reply to Modem updating on Thu, 11 Jul 2019 08:16:41 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.pycom.io/uid/98">@robert-hh</a> There are so many docs of different vintage online, can you give me a link to the one you actually used please.</p>
]]></description><link>https://forum.pycom.io/post/28661</link><guid isPermaLink="true">https://forum.pycom.io/post/28661</guid><dc:creator><![CDATA[kjm]]></dc:creator><pubDate>Thu, 11 Jul 2019 08:16:41 GMT</pubDate></item><item><title><![CDATA[Reply to Modem updating on Thu, 11 Jul 2019 08:51:52 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.pycom.io/uid/3449">@kjm</a> For example <a href="https://docs.pycom.io/tutorials/lte/firmware/" target="_blank" rel="noopener noreferrer nofollow">here</a>. Be sure that you have the latest board f/w installed, so automatically you'll have the latest version of <code>sqnsupgrade</code> library. After fresh board start with <code>pycom.lte_modem_en_on_boot()</code> set to <code>False</code> I'm doing the procedure like below:</p>
<pre><code>from machine import SD
import sqnsupgrade

sd = SD()
os.mount(sd, '/sd')    # mount SD card
os.listdir('/sd')      # list SD card content to verify that files are accessible
sqnsupgrade.run('/sd/modem-file.dup', '/sd/updater.elf')      # start upgrade process
</code></pre>
]]></description><link>https://forum.pycom.io/post/28662</link><guid isPermaLink="true">https://forum.pycom.io/post/28662</guid><dc:creator><![CDATA[rskoniec]]></dc:creator><pubDate>Thu, 11 Jul 2019 08:51:52 GMT</pubDate></item><item><title><![CDATA[Reply to Modem updating on Fri, 12 Jul 2019 05:02:48 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.pycom.io/uid/3449">@kjm</a> I saw an e-mail notification about your post. You should use <code>import sqnsupgrade</code> without <code>()</code> at the end. Did you manage update your modem? Btw, newest stable f/w is 1.18.2.r7 according to <a href="https://software.pycom.io/downloads/GPy.html" target="_blank" rel="noopener noreferrer nofollow">this link</a>.</p>
]]></description><link>https://forum.pycom.io/post/28679</link><guid isPermaLink="true">https://forum.pycom.io/post/28679</guid><dc:creator><![CDATA[rskoniec]]></dc:creator><pubDate>Fri, 12 Jul 2019 05:02:48 GMT</pubDate></item><item><title><![CDATA[Reply to Modem updating on Fri, 12 Jul 2019 05:28:38 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.pycom.io/uid/360">@rskoniec</a> Yeah, got there eventually <a href="https://forum.pycom.io/topic/4999/gpy-modem-upgrade-alternative">https://forum.pycom.io/topic/4999/gpy-modem-upgrade-alternative</a></p>
]]></description><link>https://forum.pycom.io/post/28680</link><guid isPermaLink="true">https://forum.pycom.io/post/28680</guid><dc:creator><![CDATA[kjm]]></dc:creator><pubDate>Fri, 12 Jul 2019 05:28:38 GMT</pubDate></item></channel></rss>