<?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[(SOLVED)SD Uploader can&#x27;t flash new code]]></title><description><![CDATA[<p dir="auto">Hi all,<br />
I was trying a code on a stack running SD Updater<br />
I forgot to put inside the bin file this part of code</p>
<pre><code>#include "M5StackUpdater.h"
</code></pre>
<p dir="auto">and</p>
<pre><code>
  if (digitalRead(BUTTON_A_PIN) == 0) {
    Serial.println("Will Load menu binary");
    updateFromFS(SD);
    ESP.restart();
  }
</code></pre>
<p dir="auto">now I really don't know how to exit the app...<br />
M5Burner don't do the job!! and say: timeout waiting for packet header</p>
<p dir="auto">please</p>
]]></description><link>https://community.m5stack.com/topic/1828/solved-sd-uploader-can-t-flash-new-code</link><generator>RSS for Node</generator><lastBuildDate>Sat, 18 Apr 2026 19:14:34 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/1828.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 08 Apr 2020 20:01:31 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to (SOLVED)SD Uploader can&#x27;t flash new code on Wed, 15 Apr 2020 20:01:17 GMT]]></title><description><![CDATA[<p dir="auto">I solved like that:</p>
<p dir="auto">with M5Burner flash a different firmware in the stack like uiflow<br />
and than flash again lovian firmware..</p>
<p dir="auto">tnks</p>
]]></description><link>https://community.m5stack.com/post/8169</link><guid isPermaLink="true">https://community.m5stack.com/post/8169</guid><dc:creator><![CDATA[cepics]]></dc:creator><pubDate>Wed, 15 Apr 2020 20:01:17 GMT</pubDate></item></channel></rss>