<?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 flash tasmona or anything to M5Stack ATOM Lite using esptool?]]></title><description><![CDATA[<p dir="auto">Hi, I've tried so many things, but what is the correct way to flash a firmware to the M5Stack ATOM Lite ESP32 Development Kit using esptool? This (among many other commands) is not working</p>
<p dir="auto"><a href="http://esptool.py" target="_blank" rel="noopener noreferrer nofollow ugc">esptool.py</a> --chip auto --port /dev/ttyUSB0 --baud 115200 --before default_reset --after hard_r^Cet write_flash -z --flash_mode dio --flash_freq 40m --flash_size detect 0x1000 /home/romeokienzler/Downloads/tasmota32.bin</p>
<p dir="auto">When I look at the serial monitor of the arduino IDE i get</p>
<p dir="auto">11:10:25.593 -&gt; rst:0x10 (RTCWDT_RTC_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)<br />
11:10:25.593 -&gt; configsip: 188777542, SPIWP:0xee<br />
11:10:25.593 -&gt; clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00<br />
11:10:25.593 -&gt; mode:DIO, clock div:2<br />
11:10:25.593 -&gt; load:0x3f400020,len:289900<br />
11:10:25.958 -&gt; ets Jun  8 2016 00:22:57 (edited)</p>
]]></description><link>https://community.m5stack.com/topic/2998/how-to-flash-tasmona-or-anything-to-m5stack-atom-lite-using-esptool</link><generator>RSS for Node</generator><lastBuildDate>Sat, 09 May 2026 18:55:17 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/2998.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 24 Feb 2021 11:22:58 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How to flash tasmona or anything to M5Stack ATOM Lite using esptool? on Mon, 05 Jun 2023 08:46:15 GMT]]></title><description><![CDATA[<p dir="auto">I have alsoo a problem with esptool</p>
<p dir="auto">.<br />
.<br />
.<br />
.<br />
.<br />
.<br />
.<br />
.<br />
Traceback (most recent call last):<br />
File "esptool\cmds.py", line 94, in detect_chip<br />
File "esptool\loader.py", line 378, in check_command<br />
File "esptool\loader.py", line 347, in command<br />
File "esptool\loader.py", line 279, in read<br />
File "esptool\loader.py", line 1387, in slip_reader<br />
esptool.util.FatalError: Serial data stream stopped: Possible serial noise or corruption.</p>
<p dir="auto">During handling of the above exception, another exception occurred:</p>
<p dir="auto">Traceback (most recent call last):<br />
File "<a href="http://esptool.py" target="_blank" rel="noopener noreferrer nofollow ugc">esptool.py</a>", line 34, in &lt;module&gt;<br />
File "esptool_<em>init</em>_.py", line 995, in <em>main<br />
File "esptool_<em>init</em></em>.py", line 637, in main<br />
File "esptool_<em>init</em>_.py", line 880, in get_default_connected_device<br />
File "esptool\cmds.py", line 121, in detect_chip<br />
File "esptool\loader.py", line 603, in connect<br />
File "esptool\loader.py", line 544, in _connect_attempt<br />
File "esptool\loader.py", line 407, in sync<br />
File "esptool\loader.py", line 323, in command<br />
File "serial\serialutil.py", line 372, in timeout<br />
File "serial\serialwin32.py", line 222, in _reconfigure_port<br />
serial.serialutil.SerialException: Cannot configure port, something went wrong. Original message: PermissionError(13, 'A device attached to the system is not functioning.', None, 31)<br />
[6352] Failed to execute script 'esptool' due to unhandled exception!</p>
<p dir="auto">before clicking the burn button on m5burner, I push the button to enter boot mode <strong>green led is flashing</strong></p>
]]></description><link>https://community.m5stack.com/post/21093</link><guid isPermaLink="true">https://community.m5stack.com/post/21093</guid><dc:creator><![CDATA[DR_Froggy_rD]]></dc:creator><pubDate>Mon, 05 Jun 2023 08:46:15 GMT</pubDate></item><item><title><![CDATA[Reply to How to flash tasmona or anything to M5Stack ATOM Lite using esptool? on Sun, 07 Mar 2021 08:44:36 GMT]]></title><description><![CDATA[<p dir="auto">Checking out Stackoverflow now :) <a href="https://stackoverflow.com/questions/66514659/how-to-flash-tasmota-or-anything-to-m5stack-atom-lite-esp32-pico-d4-using-es" target="_blank" rel="noopener noreferrer nofollow ugc">https://stackoverflow.com/questions/66514659/how-to-flash-tasmota-or-anything-to-m5stack-atom-lite-esp32-pico-d4-using-es</a></p>
]]></description><link>https://community.m5stack.com/post/12861</link><guid isPermaLink="true">https://community.m5stack.com/post/12861</guid><dc:creator><![CDATA[romeokienzler]]></dc:creator><pubDate>Sun, 07 Mar 2021 08:44:36 GMT</pubDate></item><item><title><![CDATA[Reply to How to flash tasmona or anything to M5Stack ATOM Lite using esptool? on Sun, 07 Mar 2021 08:32:04 GMT]]></title><description><![CDATA[<p dir="auto">Dear <a class="plugin-mentions-user plugin-mentions-a" href="/user/felmue" aria-label="Profile: felmue">@<bdi>felmue</bdi></a> and <a class="plugin-mentions-user plugin-mentions-a" href="/user/world101" aria-label="Profile: world101">@<bdi>world101</bdi></a> - I've followed the published instructions and also the ^C is only present in the post thanks for pointing that out. So until now I don't have a solution to my problem...</p>
]]></description><link>https://community.m5stack.com/post/12854</link><guid isPermaLink="true">https://community.m5stack.com/post/12854</guid><dc:creator><![CDATA[romeokienzler]]></dc:creator><pubDate>Sun, 07 Mar 2021 08:32:04 GMT</pubDate></item><item><title><![CDATA[Reply to How to flash tasmona or anything to M5Stack ATOM Lite using esptool? on Thu, 25 Feb 2021 02:28:15 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/romeokienzler" aria-label="Profile: romeokienzler">@<bdi>romeokienzler</bdi></a> said in <a href="/post/12649">How to flash tasmona or anything to M5Stack ATOM Lite using esptool?</a>:</p>
<blockquote>
<p dir="auto">after hard_r^Cet</p>
</blockquote>
<p dir="auto">Just to point out a possible issue, it looks I like you have a Control-C in your command by mistake. Is that a copy/paste error?</p>
]]></description><link>https://community.m5stack.com/post/12659</link><guid isPermaLink="true">https://community.m5stack.com/post/12659</guid><dc:creator><![CDATA[world101]]></dc:creator><pubDate>Thu, 25 Feb 2021 02:28:15 GMT</pubDate></item><item><title><![CDATA[Reply to How to flash tasmona or anything to M5Stack ATOM Lite using esptool? on Wed, 24 Feb 2021 20:43:25 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="plugin-mentions-user plugin-mentions-a" href="/user/romeokienzler" aria-label="Profile: romeokienzler">@<bdi>romeokienzler</bdi></a></p>
<p dir="auto">M5Atom lite essentially is just another ESP32 based device so I'd guess the regular Tasmota instructions should work (not tested myself though). Have you tried the instructions <a href="https://tasmota.github.io/docs/ESP32/" target="_blank" rel="noopener noreferrer nofollow ugc">here</a>?</p>
<p dir="auto">Good luck!<br />
Felix</p>
]]></description><link>https://community.m5stack.com/post/12655</link><guid isPermaLink="true">https://community.m5stack.com/post/12655</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Wed, 24 Feb 2021 20:43:25 GMT</pubDate></item></channel></rss>