<?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[M5stack Faces LCD REPL Micropython SOLVED]]></title><description><![CDATA[<p dir="auto">Re: <a href="/topic/420/solved-where-to-get-basic-offline-micropython-firmware-with-lcd-module-support">[Solved]Where to get basic (offline?) MicroPython firmware with lcd module support?</a></p>
]]></description><link>https://community.m5stack.com/topic/2763/m5stack-faces-lcd-repl-micropython-solved</link><generator>RSS for Node</generator><lastBuildDate>Tue, 28 Apr 2026 22:32:58 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/2763.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 16 Jan 2021 19:56:21 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to M5stack Faces LCD REPL Micropython SOLVED on Sun, 14 Jan 2024 21:09:35 GMT]]></title><description><![CDATA[<p dir="auto">I've successfully flashed the FACES-Firmware, using this command line</p>
<pre><code class="language-bash">esptool.py --chip esp32 --port /dev/ttyUSB0 --baud 460800 write_flash -z 0x1000 ./m5stack-micropython-tft-repl-v1.0.bin
</code></pre>
<p dir="auto">After this, I got this prompt:</p>
<p dir="auto"><img src="/assets/uploads/files/1705265750188-faces-mpy-resized.jpg" alt="0_1705265747985_faces-mpy.jpg" class=" img-fluid img-markdown" /></p>
<p dir="auto">The OSError is due to a missing <code>main.py</code>. After adding this with <em>mu-edit</em>, the error no longer occurs.</p>
<p dir="auto">The REPL is also available on the serial interfaces, accessing it with <code>tio /dev/ttyUSB0</code></p>
]]></description><link>https://community.m5stack.com/post/23347</link><guid isPermaLink="true">https://community.m5stack.com/post/23347</guid><dc:creator><![CDATA[olav]]></dc:creator><pubDate>Sun, 14 Jan 2024 21:09:35 GMT</pubDate></item><item><title><![CDATA[Reply to M5stack Faces LCD REPL Micropython SOLVED on Thu, 20 Apr 2023 18:11:26 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/oviking99" aria-label="Profile: oviking99">@<bdi>oviking99</bdi></a>  is there a way to burn this using the M5burner and using the user custom setting?</p>
]]></description><link>https://community.m5stack.com/post/20654</link><guid isPermaLink="true">https://community.m5stack.com/post/20654</guid><dc:creator><![CDATA[josephwallack]]></dc:creator><pubDate>Thu, 20 Apr 2023 18:11:26 GMT</pubDate></item><item><title><![CDATA[Reply to M5stack Faces LCD REPL Micropython SOLVED on Sun, 17 Jan 2021 00:02:52 GMT]]></title><description><![CDATA[<p dir="auto">Days of trying to install micropython on the Faces Kit I bought on Amazon. The solution I used is this. On my Mac;</p>
<ol>
<li>M5Burner; erase device.</li>
<li>Go to <a href="https://github.com/m5stack/FACES-Firmware/" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/m5stack/FACES-Firmware/</a></li>
<li>Download the master.zip Unzip. Find m5stack-micropython-tft-repl-v1.0.bin</li>
<li>On the Mac goto Applications, right click M5burner App, "Show Package Contents"</li>
<li>Navigate to the /FW/ directory, in resources, I believe.</li>
<li>Copy the file UIFlow-v1.7.1-en.bin to a safe place.</li>
<li>Copy the m5stack-micropython-tft-repl-v1.0.bin to this directory.</li>
<li>Rename the file m5stack-micropython-tft-repl-v1.0.bin to UIFlow-v1.7.1-en.bin</li>
<li>M5burner, burn the UIFLOW(CORE).<br />
Micropython REPL should now work with the Faces keyboard and LCD.</li>
</ol>
<p dir="auto">I never could get Esptool to erase or flash directly on the M5stack. I wasted many hours trying. I have successfully used esptool on all of my ESP8266 and ESP32's.<br />
<img src="/assets/uploads/files/1610841767986-screen-shot-2021-01-16-at-7.01.18-pm-resized.png" alt="0_1610841766378_Screen Shot 2021-01-16 at 7.01.18 PM.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://community.m5stack.com/post/11800</link><guid isPermaLink="true">https://community.m5stack.com/post/11800</guid><dc:creator><![CDATA[oviking99]]></dc:creator><pubDate>Sun, 17 Jan 2021 00:02:52 GMT</pubDate></item></channel></rss>