<?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[SDCard does not work on M5Stack FIRE.]]></title><description><![CDATA[<p dir="auto">Hi, SD card not working on M5Stack FIRE.<br />
Do you know what may be happening?</p>
]]></description><link>https://community.m5stack.com/topic/2756/sdcard-does-not-work-on-m5stack-fire</link><generator>RSS for Node</generator><lastBuildDate>Mon, 09 Mar 2026 20:28:00 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/2756.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 15 Jan 2021 15:34:12 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to SDCard does not work on M5Stack FIRE. on Tue, 15 Feb 2022 10:49:42 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/1451">@romor001</a></p>
<p dir="auto">I've just retested it on my M5Stack Fire running UiFlow v1.9.1-<strong>fire</strong> firmware and I can list the content of the SD card just fine.<br />
Blockly code:</p>
<p dir="auto"><img src="/assets/uploads/files/1644921581552-uiflowm5firesdcard220415.png" alt="0_1644921580848_UiFlowM5FireSDCard220415.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">Micropython code:</p>
<pre><code>from m5stack import *
from m5ui import *
from uiflow import *
import os

setScreenColor(0x222222)
print(os.listdir('/sd/'))
</code></pre>
<p dir="auto">Make sure the SD card is inserted <strong>before</strong> you power the M5Stack Fire as it is mounted while booting up (mounting code is in <a href="http://boot.py" target="_blank" rel="noopener noreferrer nofollow ugc">boot.py</a>). In the log you'll see this:</p>
<pre><code>SD card mounted at "/sd"
</code></pre>
<p dir="auto">Thanks<br />
Felix</p>
]]></description><link>https://community.m5stack.com/post/16667</link><guid isPermaLink="true">https://community.m5stack.com/post/16667</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Tue, 15 Feb 2022 10:49:42 GMT</pubDate></item><item><title><![CDATA[Reply to SDCard does not work on M5Stack FIRE. on Tue, 15 Feb 2022 09:51:45 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/4037">@felmue</a> I have the same problem with two m5stack Fire devices.<br />
Any chance you maybe solved this issue later?</p>
]]></description><link>https://community.m5stack.com/post/16665</link><guid isPermaLink="true">https://community.m5stack.com/post/16665</guid><dc:creator><![CDATA[romor001]]></dc:creator><pubDate>Tue, 15 Feb 2022 09:51:45 GMT</pubDate></item><item><title><![CDATA[Reply to SDCard does not work on M5Stack FIRE. on Wed, 20 Jan 2021 22:53:28 GMT]]></title><description><![CDATA[<p dir="auto">Thanks for your support <a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/4037">@felmue</a>, today I received my new M5Stack CORE2 and the SD card was immediately, so the card is not the problem, the problem is the fire M5Stack FIRE that has a problem. I have verified the great quality that CORE2 has, the truth is that it is very very good. I'm going to do more tests to see how it works.</p>
]]></description><link>https://community.m5stack.com/post/11890</link><guid isPermaLink="true">https://community.m5stack.com/post/11890</guid><dc:creator><![CDATA[fraramon]]></dc:creator><pubDate>Wed, 20 Jan 2021 22:53:28 GMT</pubDate></item><item><title><![CDATA[Reply to SDCard does not work on M5Stack FIRE. on Mon, 18 Jan 2021 18:46:14 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/5036">@fraramon</a></p>
<p dir="auto">sorry to hear. I am afraid I am out of ideas at this point. Sorry.</p>
<p dir="auto">Thanks<br />
Felix</p>
]]></description><link>https://community.m5stack.com/post/11856</link><guid isPermaLink="true">https://community.m5stack.com/post/11856</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Mon, 18 Jan 2021 18:46:14 GMT</pubDate></item><item><title><![CDATA[Reply to SDCard does not work on M5Stack FIRE. on Sun, 17 Jan 2021 14:10:42 GMT]]></title><description><![CDATA[<p dir="auto">Hello, thank you very much for your answers, I have tried from UIFlow and it has not worked for me, and then I have tried with the code that <a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/4037">@felmue</a> has sent me and it does not work either, it returns the error code "OSError: [Errno 19] ENODEV" .<br />
I am beginning to think that it is a problem with Firmware 1.7.1 for M5Stack FIRE or Hardware of M5Stack FIRE.<br />
I have tested the card on other devices and it works without problems. It is formatted with FAT32 and has 16GB.</p>
]]></description><link>https://community.m5stack.com/post/11807</link><guid isPermaLink="true">https://community.m5stack.com/post/11807</guid><dc:creator><![CDATA[fraramon]]></dc:creator><pubDate>Sun, 17 Jan 2021 14:10:42 GMT</pubDate></item><item><title><![CDATA[Reply to SDCard does not work on M5Stack FIRE. on Sun, 17 Jan 2021 13:08:43 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/5036">@fraramon</a></p>
<p dir="auto">the following micropython code works for me with a 16GB SD card and running UIFlow firmware 1.7.1.</p>
<pre><code>from m5stack import *
from m5ui import *
from uiflow import *

setScreenColor(0x222222)

label0 = M5TextBox(34, 41, "Text", lcd.FONT_Default, 0xFFFFFF, rotate=0)

with open('/sd/test123.txt', 'w+') as fs:
  fs.write('Hello World')
with open('/sd/test123.txt', 'r') as fs:
  label0.setText(str(fs.read()))
</code></pre>
<p dir="auto">BTW: Please make sure your SD card, when inserted, is completely in and flush with the case and doesn't stick out. I am mentioning that because I also have an M5Stack Gray which has a broken SD card slot in the sense that the SD card, when inserted, still sticks out a little bit and that makes the SD card fail as the pins do not make proper contact. Maybe your M5Stack Fire has a similar issue.</p>
<p dir="auto">Thanks<br />
Felix</p>
]]></description><link>https://community.m5stack.com/post/11805</link><guid isPermaLink="true">https://community.m5stack.com/post/11805</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Sun, 17 Jan 2021 13:08:43 GMT</pubDate></item><item><title><![CDATA[Reply to SDCard does not work on M5Stack FIRE. on Sun, 17 Jan 2021 01:42:34 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/5036">@fraramon</a><br />
Try use the sd with the UIFlow IDE</p>
]]></description><link>https://community.m5stack.com/post/11803</link><guid isPermaLink="true">https://community.m5stack.com/post/11803</guid><dc:creator><![CDATA[Gaviota]]></dc:creator><pubDate>Sun, 17 Jan 2021 01:42:34 GMT</pubDate></item><item><title><![CDATA[Reply to SDCard does not work on M5Stack FIRE. on Sat, 16 Jan 2021 14:08:03 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/1872">@gaviota</a> I have tried the following and it gives me error:</p>
<p dir="auto">import os<br />
os.mountsd()<br />
os.listdir('/sd')</p>
]]></description><link>https://community.m5stack.com/post/11794</link><guid isPermaLink="true">https://community.m5stack.com/post/11794</guid><dc:creator><![CDATA[fraramon]]></dc:creator><pubDate>Sat, 16 Jan 2021 14:08:03 GMT</pubDate></item><item><title><![CDATA[Reply to SDCard does not work on M5Stack FIRE. on Sat, 16 Jan 2021 14:06:41 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/1872">@gaviota</a> I have tried the following and it gives me error:</p>
<p dir="auto">import uos<br />
uos.sdconfig(uos.SDMODE_SPI,clk=18,mosi=23,miso=19,cs =4)<br />
uos.mountsd()</p>
]]></description><link>https://community.m5stack.com/post/11793</link><guid isPermaLink="true">https://community.m5stack.com/post/11793</guid><dc:creator><![CDATA[fraramon]]></dc:creator><pubDate>Sat, 16 Jan 2021 14:06:41 GMT</pubDate></item><item><title><![CDATA[Reply to SDCard does not work on M5Stack FIRE. on Sat, 16 Jan 2021 14:05:57 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/1872">@gaviota</a> I have tried the following and it gives me error:</p>
<p dir="auto">from m5stack import *<br />
from m5ui import *<br />
from uiflow import *<br />
import os<br />
sd_mount()</p>
]]></description><link>https://community.m5stack.com/post/11792</link><guid isPermaLink="true">https://community.m5stack.com/post/11792</guid><dc:creator><![CDATA[fraramon]]></dc:creator><pubDate>Sat, 16 Jan 2021 14:05:57 GMT</pubDate></item><item><title><![CDATA[Reply to SDCard does not work on M5Stack FIRE. on Sat, 16 Jan 2021 13:16:48 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/1872">@gaviota</a> I am thinking that it is a problem with the firmware version v1.7.1 of the M5Stack FIRE.</p>
]]></description><link>https://community.m5stack.com/post/11791</link><guid isPermaLink="true">https://community.m5stack.com/post/11791</guid><dc:creator><![CDATA[fraramon]]></dc:creator><pubDate>Sat, 16 Jan 2021 13:16:48 GMT</pubDate></item><item><title><![CDATA[Reply to SDCard does not work on M5Stack FIRE. on Sat, 16 Jan 2021 13:13:40 GMT]]></title><description><![CDATA[<p dir="auto">Hello, thanks for your comment, I have it formatted with FAT32.<br />
I think the problem is that the / sd drive is not mounted.<br />
I am testing with the following code:</p>
<p dir="auto">from m5stack import *<br />
from m5ui import *<br />
from uiflow import *</p>
<p dir="auto">setScreenColor(0x222222)</p>
<p dir="auto">with open('/sd/test.txt', 'w+') as fs:<br />
      fs.write('Hello World')</p>
<p dir="auto">And it gives me the following error: OSError: [Errno 19] ENODEV</p>
]]></description><link>https://community.m5stack.com/post/11790</link><guid isPermaLink="true">https://community.m5stack.com/post/11790</guid><dc:creator><![CDATA[fraramon]]></dc:creator><pubDate>Sat, 16 Jan 2021 13:13:40 GMT</pubDate></item><item><title><![CDATA[Reply to SDCard does not work on M5Stack FIRE. on Sat, 16 Jan 2021 02:02:59 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/5036">@fraramon</a><br />
Check the format of the SD-Card, ist must  be FAT32</p>
]]></description><link>https://community.m5stack.com/post/11784</link><guid isPermaLink="true">https://community.m5stack.com/post/11784</guid><dc:creator><![CDATA[Gaviota]]></dc:creator><pubDate>Sat, 16 Jan 2021 02:02:59 GMT</pubDate></item></channel></rss>