<?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[How to update firmware after online update fails]]></title><description><![CDATA[<p>After clicking <a href="https://developers.aceinna.com/code/apps" rel="nofollow">https://developers.aceinna.com/code/apps</a>  the python driver tries to load a firmware but fails. Now the green LED keeps flashing rapidly on the EVM and Python driver cannot find the board anymore.</p>
<p>Downloading Bootloader 1.1.1 and flashing using ST-LINK allows the Python driver to find the board, but it does not connect to <a href="https://developers.aceinna.com/" rel="nofollow">https://developers.aceinna.com/</a>  (UPGRADE button in <a href="https://developers.aceinna.com/code/apps" rel="nofollow">https://developers.aceinna.com/code/apps</a>  greyed out)</p>
<p>From <a href="https://developers.aceinna.com/code/apps" rel="nofollow">https://developers.aceinna.com/code/apps</a> it allows you to download the bin file e.g. OpenRTK330L_GNSS_RTK_INS_v23.05.bin  but there is no instructions on how to use ST-LINK to apply this downloaded file to the EVM.</p>
<p>I just paid like $500 to get this EVM 2 days ago from Mouser, and already got stuck while trying my best to follow the instructions.  A single click of the &quot;UPGRADE&quot; button on <a href="https://developers.aceinna.com/code/apps" rel="nofollow">https://developers.aceinna.com/code/apps</a>  on one of the &quot;OFFICIAL&quot; app caused all this trouble.  Due to the complete lack of technical support I am seriously considering returning the whole thing to Mouser.</p>
]]></description><link>https://forum.aceinna.com//topic/289/how-to-update-firmware-after-online-update-fails</link><generator>RSS for Node</generator><lastBuildDate>Tue, 14 Jul 2026 06:59:17 GMT</lastBuildDate><atom:link href="https://forum.aceinna.com//topic/289.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 14 Jul 2021 19:53:02 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How to update firmware after online update fails on Wed, 14 Jul 2021 19:53:02 GMT]]></title><description><![CDATA[<p>After clicking <a href="https://developers.aceinna.com/code/apps" rel="nofollow">https://developers.aceinna.com/code/apps</a>  the python driver tries to load a firmware but fails. Now the green LED keeps flashing rapidly on the EVM and Python driver cannot find the board anymore.</p>
<p>Downloading Bootloader 1.1.1 and flashing using ST-LINK allows the Python driver to find the board, but it does not connect to <a href="https://developers.aceinna.com/" rel="nofollow">https://developers.aceinna.com/</a>  (UPGRADE button in <a href="https://developers.aceinna.com/code/apps" rel="nofollow">https://developers.aceinna.com/code/apps</a>  greyed out)</p>
<p>From <a href="https://developers.aceinna.com/code/apps" rel="nofollow">https://developers.aceinna.com/code/apps</a> it allows you to download the bin file e.g. OpenRTK330L_GNSS_RTK_INS_v23.05.bin  but there is no instructions on how to use ST-LINK to apply this downloaded file to the EVM.</p>
<p>I just paid like $500 to get this EVM 2 days ago from Mouser, and already got stuck while trying my best to follow the instructions.  A single click of the &quot;UPGRADE&quot; button on <a href="https://developers.aceinna.com/code/apps" rel="nofollow">https://developers.aceinna.com/code/apps</a>  on one of the &quot;OFFICIAL&quot; app caused all this trouble.  Due to the complete lack of technical support I am seriously considering returning the whole thing to Mouser.</p>
]]></description><link>https://forum.aceinna.com//post/1202</link><guid isPermaLink="true">https://forum.aceinna.com//post/1202</guid><dc:creator><![CDATA[zhihengcao]]></dc:creator><pubDate>Wed, 14 Jul 2021 19:53:02 GMT</pubDate></item><item><title><![CDATA[Reply to How to update firmware after online update fails on Wed, 14 Jul 2021 20:10:10 GMT]]></title><description><![CDATA[<p>Serial number:</p>
<p>barcode (serial number?) 2075000294<br />
module P/N 8350-3021-01<br />
Information from <a href="https://developers.aceinna.com/devices/owned" rel="nofollow">https://developers.aceinna.com/devices/owned</a> when it was working:<br />
OpenRTK330L<br />
SN: 2075000294<br />
Part Number: 5020-3021-01<br />
Firmware Version: 23.01<br />
Last Connected Time: 2021-07-13 21:38:00</p>
<p>Please send me the firmware recovery file along with instructions.</p>
]]></description><link>https://forum.aceinna.com//post/1203</link><guid isPermaLink="true">https://forum.aceinna.com//post/1203</guid><dc:creator><![CDATA[zhihengcao]]></dc:creator><pubDate>Wed, 14 Jul 2021 20:10:10 GMT</pubDate></item><item><title><![CDATA[Reply to How to update firmware after online update fails on Thu, 15 Jul 2021 07:24:27 GMT]]></title><description><![CDATA[<p>If the green LED always flash, when it powers on, it means the device is in bootloader. We may do some steps to get it back.</p>
<ol>
<li>
<p>Send <code>JA</code> command to switch to app mode. The raw command should be <code>0x55, 0x55, 0x4a, 0x41, 0x00, 0xf5, 0x9d</code></p>
</li>
<li>
<p>Upgrade firmware with command line.</p>
</li>
</ol>
<p>Steps to upgrade <code>OpenRTK330L_GNSS_RTK_INS_v23.05.bin</code></p>
<ul>
<li>Power off and on your device.</li>
<li>Open python driver with specified parameters. <code>Webserver_Win32_2.5.0.exe -c {the actual COM port} --cli</code>. Wait for the device connected.</li>
<li>Use command <code>upgrade {the firmware path}</code></li>
<li>Wait for the upgrade progress finished.</li>
</ul>
]]></description><link>https://forum.aceinna.com//post/1207</link><guid isPermaLink="true">https://forum.aceinna.com//post/1207</guid><dc:creator><![CDATA[song yi wei]]></dc:creator><pubDate>Thu, 15 Jul 2021 07:24:27 GMT</pubDate></item><item><title><![CDATA[Reply to How to update firmware after online update fails on Thu, 15 Jul 2021 07:33:18 GMT]]></title><description><![CDATA[<p>Thanks I got these:</p>
<p>[Info] Python driver version: 2.5.0</p>
<h1>Connected OpenRTK with UART on COM3</h1>
<p>Device: OpenRTK330L OpenRTK330LI 5020-3021-01 1.0.7 SN:2075000294<br />
Firmware: BootLoader v1.1.1<br />
Failed to extract app version information from unit.<br />
The supported application list is ['RAWDATA', 'RTK', 'RTK_INS'].<br />
To keep runing, use INS configuration as default.<br />
You can choose to place your json file under execution path if it is an unknown application.<br />
OpenRTK log GNSS UART COM4<br />
OpenRTK log DEBUG UART COM5</p>
<blockquote>
<blockquote>
<p>upgrade OpenRTK330L_GNSS_RTK_INS_v23.05.bin<br />
Done&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;]100.00%<br />
Restarting app ...<br />
Upgrade fail. The device lost.</p>
</blockquote>
</blockquote>
<p>The orange/green LED now slowly flash like it did before. But I cannot connect the Python.  After I unplug the power and plug in again, no lights come on, not even the rapidly flashing green LED.  What do I do?</p>
]]></description><link>https://forum.aceinna.com//post/1209</link><guid isPermaLink="true">https://forum.aceinna.com//post/1209</guid><dc:creator><![CDATA[zhihengcao]]></dc:creator><pubDate>Thu, 15 Jul 2021 07:33:18 GMT</pubDate></item><item><title><![CDATA[Reply to How to update firmware after online update fails on Thu, 15 Jul 2021 07:36:22 GMT]]></title><description><![CDATA[<p>The orange/green LED now started to flash after power cycle like it did before, but still Python driver does not connect:</p>
<p>(base) C:\Users\breez\python-openimu&gt;python <a href="http://main.py" rel="nofollow">main.py</a> -b 115200  --console-log<br />
[Info] Python driver version: 2.5.0<br />
2021-07-15 00:35:35,621 - INFO: try to use last connected port COM3 115200<br />
[Info] Websocket server is started on port 8000<br />
2021-07-15 00:35:40,568 - INFO: start to connect serial port<br />
2021-07-15 00:35:40,571 - INFO: try to use connected port COM6 in history<br />
2021-07-15 00:35:40,571 - INFO: try COM6:115200<br />
2021-07-15 00:35:40,572 - INFO: try to use connected port COM5 in history<br />
2021-07-15 00:35:40,573 - INFO: try to use connected port COM4 in history<br />
2021-07-15 00:35:40,573 - INFO: try COM5:115200<br />
2021-07-15 00:35:40,573 - INFO: try to use connected port COM3 in history<br />
2021-07-15 00:35:40,584 - INFO: try COM4:115200<br />
2021-07-15 00:35:45,116 - INFO: try COM3:115200<br />
2021-07-15 00:35:50,580 - INFO: try to use last connected port COM3 115200<br />
2021-07-15 00:35:55,569 - INFO: start to connect serial port<br />
2021-07-15 00:35:55,571 - INFO: try to use connected port COM6 in history<br />
2021-07-15 00:35:55,571 - INFO: try COM6:115200<br />
2021-07-15 00:35:55,572 - INFO: try to use connected port COM5 in history<br />
2021-07-15 00:35:55,573 - INFO: try to use connected port COM4 in history<br />
2021-07-15 00:35:55,573 - INFO: try COM5:115200<br />
2021-07-15 00:35:55,573 - INFO: try to use connected port COM3 in history<br />
2021-07-15 00:35:55,573 - INFO: try COM4:115200<br />
2021-07-15 00:36:00,305 - INFO: try COM3:115200<br />
2021-07-15 00:36:05,793 - INFO: try to use last connected port COM3 115200<br />
2021-07-15 00:36:10,716 - INFO: start to connect serial port<br />
2021-07-15 00:36:10,719 - INFO: try to use connected port COM6 in history<br />
2021-07-15 00:36:10,719 - INFO: try COM6:115200<br />
2021-07-15 00:36:10,720 - INFO: try to use connected port COM5 in history<br />
2021-07-15 00:36:10,721 - INFO: try to use connected port COM4 in history<br />
2021-07-15 00:36:10,721 - INFO: try COM5:115200<br />
2021-07-15 00:36:10,721 - INFO: try to use connected port COM3 in history<br />
2021-07-15 00:36:10,722 - INFO: try COM4:115200<br />
2021-07-15 00:36:15,306 - INFO: try COM3:115200</p>
]]></description><link>https://forum.aceinna.com//post/1210</link><guid isPermaLink="true">https://forum.aceinna.com//post/1210</guid><dc:creator><![CDATA[zhihengcao]]></dc:creator><pubDate>Thu, 15 Jul 2021 07:36:22 GMT</pubDate></item><item><title><![CDATA[Reply to How to update firmware after online update fails on Thu, 15 Jul 2021 07:41:26 GMT]]></title><description><![CDATA[<p>OK, now it works after I remove the &quot;-b 115200 &quot;</p>
<p>Do I need to apply the calibration data since I erased everything using ST-LINK?<br />
I went to <a href="https://developers.aceinna.com/devices/owned/2075000294" rel="nofollow">https://developers.aceinna.com/devices/owned/2075000294</a>  clicked &quot;DOWNLOAD&quot; under &quot;Calibration Data&quot; but got<br />
&quot;There is some error while generate download link. &quot;  Can you fix it? Also please let me know the instruction to apply the downloaded calibration data.</p>
]]></description><link>https://forum.aceinna.com//post/1211</link><guid isPermaLink="true">https://forum.aceinna.com//post/1211</guid><dc:creator><![CDATA[zhihengcao]]></dc:creator><pubDate>Thu, 15 Jul 2021 07:41:26 GMT</pubDate></item><item><title><![CDATA[Reply to How to update firmware after online update fails on Fri, 16 Jul 2021 03:24:17 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.aceinna.com//uid/1085">@zhihengcao</a> ，please give me your email address .I will share you the whole bin.</p>
]]></description><link>https://forum.aceinna.com//post/1214</link><guid isPermaLink="true">https://forum.aceinna.com//post/1214</guid><dc:creator><![CDATA[zrs]]></dc:creator><pubDate>Fri, 16 Jul 2021 03:24:17 GMT</pubDate></item><item><title><![CDATA[Reply to How to update firmware after online update fails on Fri, 16 Jul 2021 03:27:44 GMT]]></title><description><![CDATA[<p><a href="mailto:zhihengcao@gmail.com" rel="nofollow">zhihengcao@gmail.com</a></p>
<p>Please also help me with my other thread to get the INS to work to get higher than 1Hz fix update rate.</p>
]]></description><link>https://forum.aceinna.com//post/1215</link><guid isPermaLink="true">https://forum.aceinna.com//post/1215</guid><dc:creator><![CDATA[zhihengcao]]></dc:creator><pubDate>Fri, 16 Jul 2021 03:27:44 GMT</pubDate></item><item><title><![CDATA[Reply to How to update firmware after online update fails on Fri, 16 Jul 2021 05:29:34 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.aceinna.com//uid/1085">@zhihengcao</a> ,I have send you the bin file ,check it ,please.</p>
]]></description><link>https://forum.aceinna.com//post/1216</link><guid isPermaLink="true">https://forum.aceinna.com//post/1216</guid><dc:creator><![CDATA[zrs]]></dc:creator><pubDate>Fri, 16 Jul 2021 05:29:34 GMT</pubDate></item><item><title><![CDATA[Reply to How to update firmware after online update fails on Fri, 17 Dec 2021 07:11:10 GMT]]></title><description><![CDATA[<p>Wants to fix <a href="https://prepcsolution.com/how-to-fix-windows-update-error-80092004/" rel="nofollow"><strong>windows update error 80092004</strong></a>, yes it might looks like difficult and frustrating, just calm down, you are here because, we have the attached the solution attached in the link, you can go through it, find the easiest solution ever. We have explained it in a way that everybody can read, understand and apply to fix the said error.</p>
]]></description><link>https://forum.aceinna.com//post/1331</link><guid isPermaLink="true">https://forum.aceinna.com//post/1331</guid><dc:creator><![CDATA[prepcsolution]]></dc:creator><pubDate>Fri, 17 Dec 2021 07:11:10 GMT</pubDate></item><item><title><![CDATA[Reply to How to update firmware after online update fails on Thu, 03 Feb 2022 23:41:03 GMT]]></title><description><![CDATA[<p>Hello,<br />
same issue here, after failed online update, green LED keeps fast flashing. Only Bootloader is flashable via ST-Link.<br />
But no connection via python driver. With all options / baud rates etc.<br />
RTK GNSS INS App does not flash because of Memory bigger than flash memory...<br />
The demo App loads via ST-link but still no connection via USB python.</p>
<p>Can you help me out?<br />
Device: OpenRTK330L OpenRTK330LI 5020-3021-01 SN:2075000361<br />
Thanks</p>
]]></description><link>https://forum.aceinna.com//post/1355</link><guid isPermaLink="true">https://forum.aceinna.com//post/1355</guid><dc:creator><![CDATA[AnMe]]></dc:creator><pubDate>Thu, 03 Feb 2022 23:41:03 GMT</pubDate></item><item><title><![CDATA[Reply to How to update firmware after online update fails on Fri, 14 Oct 2022 14:54:59 GMT]]></title><description><![CDATA[<p>Any one found a solution for device not booting and green light flashing please ?</p>
]]></description><link>https://forum.aceinna.com//post/1466</link><guid isPermaLink="true">https://forum.aceinna.com//post/1466</guid><dc:creator><![CDATA[isat engineer]]></dc:creator><pubDate>Fri, 14 Oct 2022 14:54:59 GMT</pubDate></item><item><title><![CDATA[Reply to How to update firmware after online update fails on Fri, 14 Oct 2022 14:56:32 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.aceinna.com//uid/20">@song-yi-wei</a> said in <a href="/post/1207">How to update firmware after online update fails</a>:</p>
<blockquote></blockquote>
<p>How to send a ```<br />
JA commande please ?</p>
<pre><code></code></pre>
]]></description><link>https://forum.aceinna.com//post/1467</link><guid isPermaLink="true">https://forum.aceinna.com//post/1467</guid><dc:creator><![CDATA[isat engineer]]></dc:creator><pubDate>Fri, 14 Oct 2022 14:56:32 GMT</pubDate></item><item><title><![CDATA[Reply to How to update firmware after online update fails on Wed, 02 Nov 2022 06:36:05 GMT]]></title><description><![CDATA[<p>@isat-engineerYou can try to use UartAssist.exe to send JA CMD</p>
]]></description><link>https://forum.aceinna.com//post/1475</link><guid isPermaLink="true">https://forum.aceinna.com//post/1475</guid><dc:creator><![CDATA[Jitao Wu]]></dc:creator><pubDate>Wed, 02 Nov 2022 06:36:05 GMT</pubDate></item></channel></rss>