<?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[フラッシュ内容の抽出について]]></title><description><![CDATA[<p dir="auto">皆さま、はじめまして。</p>
<p dir="auto">昨日、BALA2Fire(M5Stack fireベースの自己バランスカー)を購入し、先ずはプリロードされているソフトウェアをWindows11のファイルに抽出した後、いろいろとスケッチを作成してスタディを始めたいと思っています。</p>
<p dir="auto">いろいろと調べましたが、試してみるとなると、操作ミス等でプリロード情報に影響を与えてしまうのではないかと心配になり、前に進めず困っています。</p>
<p dir="auto">どなたか、M5Stack fireからフラッシュ、EEPROMのデータをWindows11ファイルに吸い出す方法について、詳しく教えて頂けますか。</p>
<p dir="auto">よろしくお願いします。</p>
<p dir="auto">RuriObb</p>
]]></description><link>https://community.m5stack.com/topic/6864/フラッシュ内容の抽出について</link><generator>RSS for Node</generator><lastBuildDate>Wed, 29 Apr 2026 16:18:18 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/6864.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 04 Oct 2024 23:14:23 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to フラッシュ内容の抽出について on Mon, 07 Oct 2024 11:54:05 GMT]]></title><description><![CDATA[<p dir="auto">Arduino IDEの環境設定で、コンパイルの詳細情報を表示する項目をONにしてコンパイルすると、ELFファイルなどの処理手順が分かるので、これが参考になりそうです。<br />
さらに、スタディを進めたいと思います。</p>
]]></description><link>https://community.m5stack.com/post/26641</link><guid isPermaLink="true">https://community.m5stack.com/post/26641</guid><dc:creator><![CDATA[RuriObb]]></dc:creator><pubDate>Mon, 07 Oct 2024 11:54:05 GMT</pubDate></item><item><title><![CDATA[Reply to フラッシュ内容の抽出について on Sun, 06 Oct 2024 05:06:13 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/shimodash" aria-label="Profile: shimodash">@<bdi>shimodash</bdi></a><br />
朗報をありがとうございます。<br />
esptoolが非常に役に立ちそうですが、次のことが分からず困っています。</p>
<p dir="auto">M5Stack fire(フラッシュメモリ容量:16MB)の内容をesptoolでざっと覗いてみたところ、0x00000〜0x400000の部分に何かが書かれていて、0x400000以降はすべて"FF"のようですが、M5Stack fire を現在の状態に戻すには、フラッシュメモリの0x00000〜0x400000の部分をesptoolでバイナリファイルにread(and save) した後、単純にそのファイル内容をesptoolでフラッシュメモリにwriteすればよいのでしょうか？<br />
それとも、他にも何か合わせて実施することがあるのでしょうか？</p>
<p dir="auto">※　例えば、M5Stack fire のメモリ上のどの場所にどんな情報を<br />
　　置かなければならないのか、などが分かりません。</p>
<p dir="auto">追加の質問で申し訳ありませんが、よろしくお願いします。</p>
<p dir="auto">RuriObb</p>
]]></description><link>https://community.m5stack.com/post/26631</link><guid isPermaLink="true">https://community.m5stack.com/post/26631</guid><dc:creator><![CDATA[RuriObb]]></dc:creator><pubDate>Sun, 06 Oct 2024 05:06:13 GMT</pubDate></item><item><title><![CDATA[Reply to フラッシュ内容の抽出について on Sat, 05 Oct 2024 11:44:28 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ruriobb" aria-label="Profile: RuriObb">@<bdi>RuriObb</bdi></a> さん<br />
やったことはないのですが、<br />
<a href="http://esptool.py" target="_blank" rel="noopener noreferrer nofollow ugc">esptool.py</a> でできるかもしれません。</p>
<pre><code>esptool.py --port COM3 read_flash 0x00000 0x400000 flash_backup.bin
</code></pre>
<p dir="auto">ご参考までに。</p>
]]></description><link>https://community.m5stack.com/post/26624</link><guid isPermaLink="true">https://community.m5stack.com/post/26624</guid><dc:creator><![CDATA[shimodash]]></dc:creator><pubDate>Sat, 05 Oct 2024 11:44:28 GMT</pubDate></item></channel></rss>