<?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[OSX Firmware uploader editing help and confusion.]]></title><description><![CDATA[<p dir="auto">I'm trying to modify the firmware.json file as per your recommendation but hit a large roadblock.</p>
<p dir="auto">I don't know what files I'm supposed to be adding to the list!</p>
<pre><code>{
        "name": "M5Camera-PSram",
        "version": "v01Cu",
        "path": "M5Camera",
        "commands": [
            "--chip esp32 --port %port --baud %baud write_flash -z 0x1000 %PATH\\firmware_0x1000.bin",
            "--chip esp32 --port %port --baud %baud --before default_reset --after no_reset write_flash -z --flash_freq 40m 0x150000 %PATH\\spiffs_image_0x150000.img"
        ]
    }
</code></pre>
<p dir="auto">Posting this now so I don't forget what I'm doing.<br />
Enjoy the holiday everyone.</p>
]]></description><link>https://community.m5stack.com/topic/450/osx-firmware-uploader-editing-help-and-confusion</link><generator>RSS for Node</generator><lastBuildDate>Wed, 13 May 2026 10:33:46 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/450.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 25 Dec 2018 08:01:43 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to OSX Firmware uploader editing help and confusion. on Sat, 29 Dec 2018 16:47:52 GMT]]></title><description><![CDATA[<p dir="auto">Its broken again</p>
<pre><code>File "M5Burner.py", line 17, in &lt;module&gt;
    fw_list = json.loads(f.read())
  File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/__init__.py", line 338, in loads
    return _default_decoder.decode(s)
  File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/decoder.py", line 366, in decode
    obj, end = self.raw_decode(s, idx=_w(s, 0).end())
  File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/decoder.py", line 382, in raw_decode
    obj, end = self.scan_once(s, idx)
ValueError: Expecting , delimiter: line 38 column 1 (char 1675)</code></pre>
]]></description><link>https://community.m5stack.com/post/2250</link><guid isPermaLink="true">https://community.m5stack.com/post/2250</guid><dc:creator><![CDATA[ajb2k3]]></dc:creator><pubDate>Sat, 29 Dec 2018 16:47:52 GMT</pubDate></item><item><title><![CDATA[Reply to OSX Firmware uploader editing help and confusion. on Sat, 29 Dec 2018 16:42:07 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/lukasmaximus" aria-label="Profile: lukasmaximus">@<bdi>lukasmaximus</bdi></a> said in <a href="/post/2248">OSX Firmware uploader editing help and confusion.</a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ajb2k3" aria-label="Profile: ajb2k3">@<bdi>ajb2k3</bdi></a> looks like your almost there, here's how mine is set up, you need to make sure you put the folder that contains all of the firmware files for the camera firmware into the firmwares folder with all the other firmwares. Then remember what you named the folder and put that folder in the path name. The m5 cam firmware requires three files (bootloader.bin, partitions_singleapp.bin and camera.bin) heres what mine looks like, I will try to get the burner uploaded with the firmware included.</p>
<pre><code class="language-{">        "name": "M5Cam-psram",
        "version": "M5Cam-psram",
        "path": "M5Flow\\M5Cam-psram",
        "commands": [
            "--chip esp32 --port %port --baud %baud write_flash -z 0x1000 %PATH\\bootloader.bin 0x8000 %PATH\\partitions_singleapp.bin 0x10000 %PATH\\camera.bin"
        ]
    }
</code></pre>
</blockquote>
<p dir="auto">Thanks, I was confused over the files and mem locations.</p>
]]></description><link>https://community.m5stack.com/post/2249</link><guid isPermaLink="true">https://community.m5stack.com/post/2249</guid><dc:creator><![CDATA[ajb2k3]]></dc:creator><pubDate>Sat, 29 Dec 2018 16:42:07 GMT</pubDate></item><item><title><![CDATA[Reply to OSX Firmware uploader editing help and confusion. on Sat, 29 Dec 2018 09:47:06 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ajb2k3" aria-label="Profile: ajb2k3">@<bdi>ajb2k3</bdi></a> looks like your almost there, here's how mine is set up, you need to make sure you put the folder that contains all of the firmware files for the camera firmware into the firmwares folder with all the other firmwares. Then remember what you named the folder and put that folder in the path name. The m5 cam firmware requires three files (bootloader.bin, partitions_singleapp.bin and camera.bin) heres what mine looks like, I will try to get the burner uploaded with the firmware included.</p>
<pre><code class="language-{">        "name": "M5Cam-psram",
        "version": "M5Cam-psram",
        "path": "M5Flow\\M5Cam-psram",
        "commands": [
            "--chip esp32 --port %port --baud %baud write_flash -z 0x1000 %PATH\\bootloader.bin 0x8000 %PATH\\partitions_singleapp.bin 0x10000 %PATH\\camera.bin"
        ]
    }</code></pre>
]]></description><link>https://community.m5stack.com/post/2248</link><guid isPermaLink="true">https://community.m5stack.com/post/2248</guid><dc:creator><![CDATA[lukasmaximus]]></dc:creator><pubDate>Sat, 29 Dec 2018 09:47:06 GMT</pubDate></item></channel></rss>