<?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[Failed to start STP mode!]]></title><description><![CDATA[<p dir="auto">This is what im getting on my computer(Ubuntu 16.04):</p>
<pre><code>&gt;&gt;&gt; import sqnsupgrade
&gt;&gt;&gt; sqnsupgrade.run('/dev/ttyUSB0', 'NB1-40343.dup', 'updater.elf')
&lt;&lt;&lt; Welcome to the SQN3330 firmware updater [1.2.0] &gt;&gt;&gt;
Failed to start STP mode!
</code></pre>
<p dir="auto">Edit: I'm running this on my computer and I opened as &quot;sudo python3&quot;<br />
Edit 2: I'm trying to do this over UART since i don't have the expansion board aka no sd card.<br />
Edit 3: Tried to do also upload the 'upgdiff_33080-to-40343', same result as I have here.<br />
thoughts?</p>
]]></description><link>https://forum.pycom.io/topic/4065/failed-to-start-stp-mode</link><generator>RSS for Node</generator><lastBuildDate>Fri, 17 Apr 2026 16:34:28 GMT</lastBuildDate><atom:link href="https://forum.pycom.io/topic/4065.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 29 Nov 2018 21:27:06 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Failed to start STP mode! on Fri, 30 Nov 2018 19:34:48 GMT]]></title><description><![CDATA[<p dir="auto">This is what im getting on my computer(Ubuntu 16.04):</p>
<pre><code>&gt;&gt;&gt; import sqnsupgrade
&gt;&gt;&gt; sqnsupgrade.run('/dev/ttyUSB0', 'NB1-40343.dup', 'updater.elf')
&lt;&lt;&lt; Welcome to the SQN3330 firmware updater [1.2.0] &gt;&gt;&gt;
Failed to start STP mode!
</code></pre>
<p dir="auto">Edit: I'm running this on my computer and I opened as &quot;sudo python3&quot;<br />
Edit 2: I'm trying to do this over UART since i don't have the expansion board aka no sd card.<br />
Edit 3: Tried to do also upload the 'upgdiff_33080-to-40343', same result as I have here.<br />
thoughts?</p>
]]></description><link>https://forum.pycom.io/post/23864</link><guid isPermaLink="true">https://forum.pycom.io/post/23864</guid><dc:creator><![CDATA[oyarzo-pablo]]></dc:creator><pubDate>Fri, 30 Nov 2018 19:34:48 GMT</pubDate></item><item><title><![CDATA[Reply to Failed to start STP mode! on Thu, 29 Nov 2018 23:01:07 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.pycom.io/uid/3601">@oyarzo-pablo</a>:  Try leaving out the first parameter and specify only the *.dup and the *.elf files.<br />
Where are these files located? Are they accessible directly or do they need a path like /sd/updater.elf ?</p>
]]></description><link>https://forum.pycom.io/post/23867</link><guid isPermaLink="true">https://forum.pycom.io/post/23867</guid><dc:creator><![CDATA[Elizar]]></dc:creator><pubDate>Thu, 29 Nov 2018 23:01:07 GMT</pubDate></item><item><title><![CDATA[Reply to Failed to start STP mode! on Fri, 30 Nov 2018 01:08:47 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.pycom.io/uid/3277">@elizar</a> said in <a href="/post/23867">Failed to start STP mode!</a>:</p>
<blockquote>
<p dir="auto">ccessible Sorry, I didn't specify enough, that is a python console opened on my computer in the path of the sqnsupgrade and NB1 files.</p>
</blockquote>
]]></description><link>https://forum.pycom.io/post/23870</link><guid isPermaLink="true">https://forum.pycom.io/post/23870</guid><dc:creator><![CDATA[oyarzo-pablo]]></dc:creator><pubDate>Fri, 30 Nov 2018 01:08:47 GMT</pubDate></item><item><title><![CDATA[Reply to Failed to start STP mode! on Mon, 03 Dec 2018 22:19:30 GMT]]></title><description><![CDATA[<p dir="auto">Uploaded the diff and uploader files to the Gpy with the Pymakr and did the upgrade using the steps of the sd card but changing each path to flash.</p>
]]></description><link>https://forum.pycom.io/post/23916</link><guid isPermaLink="true">https://forum.pycom.io/post/23916</guid><dc:creator><![CDATA[oyarzo-pablo]]></dc:creator><pubDate>Mon, 03 Dec 2018 22:19:30 GMT</pubDate></item><item><title><![CDATA[Reply to Failed to start STP mode! on Mon, 06 May 2019 22:24:09 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.pycom.io/uid/3601">@oyarzo-pablo</a> So you did not succeed upgrading the firmware using the uart method. But you were successful once the files was on the module?</p>
<p dir="auto">I am getting the same error message from the sqnsupgrade script.</p>
]]></description><link>https://forum.pycom.io/post/27731</link><guid isPermaLink="true">https://forum.pycom.io/post/27731</guid><dc:creator><![CDATA[aen]]></dc:creator><pubDate>Mon, 06 May 2019 22:24:09 GMT</pubDate></item><item><title><![CDATA[Reply to Failed to start STP mode! on Tue, 07 May 2019 10:17:06 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.pycom.io/uid/3390">@aen</a> Answering my own reply.</p>
<p dir="auto">I did manage to upgrade the modem to nb-iot using the uart method.</p>
<p dir="auto">The key was to</p>
<ol>
<li>use the &quot;diff&quot;-file and</li>
<li>leaving out the parameter to the updater.elf file in the method call sqnsupgrade.run(...)</li>
</ol>
<pre><code>Mini:sqnsupgrade aen$ python3.7
Python 3.7.3 (v3.7.3:ef4ec6ed12, Mar 25 2019, 16:52:21) 
[Clang 6.0 (clang-600.0.57)] on darwin
Type &quot;help&quot;, &quot;copyright&quot;, &quot;credits&quot; or &quot;license&quot; for more information.
&gt;&gt;&gt; import sqnsupgrade
&gt;&gt;&gt; sqnsupgrade.run('/dev/tty.usbmodemPy56c0ae','upgdiff_33080-to-41019.dup')
&lt;&lt;&lt; Welcome to the SQN3330 firmware updater [1.2.5] &gt;&gt;&gt;
Attempting AT wakeup...
Session opened: version 1, max transfer 8192 bytes
Sending 2533108 bytes: [########################################] 100%
Waiting for modem to finish the update...
This might take several minutes!
&lt;&lt;&lt;=== DO NOT DISCONNECT POWER ===&gt;&gt;&gt;
Your modem has been successfully updated.
Here is the current firmware version:

UE6.0.0.0
LR6.0.0.0-41019

</code></pre>
]]></description><link>https://forum.pycom.io/post/27740</link><guid isPermaLink="true">https://forum.pycom.io/post/27740</guid><dc:creator><![CDATA[aen]]></dc:creator><pubDate>Tue, 07 May 2019 10:17:06 GMT</pubDate></item><item><title><![CDATA[Reply to Failed to start STP mode! on Sun, 26 Apr 2020 08:38:38 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.pycom.io/uid/3390">@aen</a> I had a different experience.  This worked for me:</p>
<pre><code>&gt;&gt;&gt; import sqnsupgrade
&gt;&gt;&gt; sqnsupgrade.info()
&lt;&lt;&lt; Welcome to the SQN3330 firmware updater [1.2.6] &gt;&gt;&gt;
&gt;&gt;&gt; FiPy with firmware version 1.20.0.rc13
Your modem is in application mode. Here is the current version:
UE5.0.0.0d
LR5.1.1.0-46470
</code></pre>
<p dir="auto">Then on the terminal:</p>
<pre><code>&gt;&gt;&gt; sqnsupgrade.run('/dev/ttyACM0', 'NB1-41019.dup')
&lt;&lt;&lt; Welcome to the SQN3330 firmware updater [1.2.5] &gt;&gt;&gt;
Firmware file is too big to load via FFF method. Using ON_THE_FLY
Attempting AT wakeup...
Session opened: version 1, max transfer 8192 bytes
Sending 5835531 bytes: [########################################] 100%
Waiting for modem to finish the update...
&lt;&lt;&lt;=== DO NOT DISCONNECT POWER ===&gt;&gt;&gt;
Resetting.............................
Your modem has been successfully updated.
Here is the current firmware version:

UE6.0.0.0
LR6.0.0.0-41019
</code></pre>
<p dir="auto">When I tried your method (to upgrade) the result was an error:</p>
<pre><code>Upgrade failed with result failure[diffUpgrade,239] Patch didn't apply!
</code></pre>
<p dir="auto">So I figured I'd just upload the final image rather than a diff as the factory shipped firmware appeared to be some unknown number (46470)</p>
<p dir="auto">The documentation on all this is convoluted when its probably quite simple.</p>
<p dir="auto">Philip</p>
]]></description><link>https://forum.pycom.io/post/32504</link><guid isPermaLink="true">https://forum.pycom.io/post/32504</guid><dc:creator><![CDATA[plsecker]]></dc:creator><pubDate>Sun, 26 Apr 2020 08:38:38 GMT</pubDate></item></channel></rss>