<?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 distribute Micropython application as binary flash image ?]]></title><description><![CDATA[<p dir="auto">Is it possible to distribute a Micropython application (for Core2 in my case) as binary flash image which can simply be burned on the device with M5Burner?</p>
<p dir="auto">We would need a way to create that image from a device running the application and having all needed files installed.</p>
<p dir="auto">Any idea ?</p>
]]></description><link>https://community.m5stack.com/topic/3892/how-to-distribute-micropython-application-as-binary-flash-image</link><generator>RSS for Node</generator><lastBuildDate>Wed, 29 Apr 2026 07:56:39 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/3892.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 04 Jan 2022 12:14:08 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How to distribute Micropython application as binary flash image ? on Thu, 20 Jan 2022 07:46:00 GMT]]></title><description><![CDATA[<p dir="auto">Thanks a lot. This seems exactly what I was looking for. Command line is not a problem. Will try it.</p>
]]></description><link>https://community.m5stack.com/post/16257</link><guid isPermaLink="true">https://community.m5stack.com/post/16257</guid><dc:creator><![CDATA[ondrej1024]]></dc:creator><pubDate>Thu, 20 Jan 2022 07:46:00 GMT</pubDate></item><item><title><![CDATA[Reply to How to distribute Micropython application as binary flash image ? on Wed, 19 Jan 2022 23:09:29 GMT]]></title><description><![CDATA[<p dir="auto">You can use esp flash tool<br />
<a href="https://github.com/espressif/esptool" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/espressif/esptool</a></p>
<p dir="auto">But it is a command line tool. and need python installed on your pc to work.  With this tool you can download whole spiflash content to one bin file. You can also flash it back with this tool.</p>
<p dir="auto">I don't use M5burner which probably don't have option to burn custom bin file. By the way, M5burner use esptool in background to flash their firmwares.</p>
]]></description><link>https://community.m5stack.com/post/16252</link><guid isPermaLink="true">https://community.m5stack.com/post/16252</guid><dc:creator><![CDATA[robalstona]]></dc:creator><pubDate>Wed, 19 Jan 2022 23:09:29 GMT</pubDate></item></channel></rss>