<?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[1.20.2.r6 L01 Firmware image size exceeds avialable space]]></title><description><![CDATA[<p dir="auto">Any idea how to fix it. L01 has 4MB</p>
<pre><code>b'1411796\t 363392\t  61540\t1836728\t 1c06b8\tbuild/LOPY/release/application.elf'
b'IMAGE build/LOPY/release/lopy.bin'
b'esptool.py v2.8'
b'checking size of image'
b'1797376 bytes =&gt; Firmware image size exceeds avialable space 1761280 on board!'
b&quot;application.mk:856: recipe for target 'release' failed&quot;
b'make: *** [release] Error 1'
</code></pre>
]]></description><link>https://forum.pycom.io/topic/7622/1-20-2-r6-l01-firmware-image-size-exceeds-avialable-space</link><generator>RSS for Node</generator><lastBuildDate>Fri, 17 Apr 2026 16:19:58 GMT</lastBuildDate><atom:link href="https://forum.pycom.io/topic/7622.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 27 Jun 2022 20:22:27 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to 1.20.2.r6 L01 Firmware image size exceeds avialable space on Mon, 27 Jun 2022 20:22:27 GMT]]></title><description><![CDATA[<p dir="auto">Any idea how to fix it. L01 has 4MB</p>
<pre><code>b'1411796\t 363392\t  61540\t1836728\t 1c06b8\tbuild/LOPY/release/application.elf'
b'IMAGE build/LOPY/release/lopy.bin'
b'esptool.py v2.8'
b'checking size of image'
b'1797376 bytes =&gt; Firmware image size exceeds avialable space 1761280 on board!'
b&quot;application.mk:856: recipe for target 'release' failed&quot;
b'make: *** [release] Error 1'
</code></pre>
]]></description><link>https://forum.pycom.io/post/40629</link><guid isPermaLink="true">https://forum.pycom.io/post/40629</guid><dc:creator><![CDATA[Colateral]]></dc:creator><pubDate>Mon, 27 Jun 2022 20:22:27 GMT</pubDate></item><item><title><![CDATA[Reply to 1.20.2.r6 L01 Firmware image size exceeds avialable space on Mon, 27 Jun 2022 20:49:48 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.pycom.io/uid/98">@robert-hh</a>  helped me on this. many thanx to him !!!!!!</p>
<p dir="auto">WE need to modify the tools/size_check.sh<br />
I did IMG_MAX_SIZE_4MB=1810000  (added in my case increased with ~40000 bytes from1761280 partition size)</p>
<p dir="auto">then<br />
go to boards/lopy/script_4MB  and change factory and ota_0 size .. then otadata  begin adress</p>
<pre><code>{
  &quot;version&quot; : &quot;2.1&quot;,
  &quot;partitions&quot; : {
    &quot;factory&quot;   : [&quot;0x10000&quot;, &quot;0x1B9E50&quot;],
    &quot;ota_0&quot;     : [&quot;0x1CBE50&quot;, &quot;0x1B9E50&quot;],
    &quot;otadata&quot;   : [&quot;0x1C9E50&quot;, &quot;0x1000&quot;]
    },
  &quot;script&quot; : [
      [&quot;w&quot;, &quot;bootloader&quot;, &quot;bootloader.bin&quot;],
      [&quot;w&quot;, &quot;partitions&quot;, &quot;partitions_4MB.bin&quot;],
      [&quot;w&quot;, &quot;factory&quot;, &quot;lopy.bin&quot;]
    ]
}
</code></pre>
]]></description><link>https://forum.pycom.io/post/40630</link><guid isPermaLink="true">https://forum.pycom.io/post/40630</guid><dc:creator><![CDATA[Colateral]]></dc:creator><pubDate>Mon, 27 Jun 2022 20:49:48 GMT</pubDate></item></channel></rss>