ERROR: application overflows allocated space.

General discussions and questions abound development of code with MicroPython that is not hardware specific.
Target audience: MicroPython Users.
Post Reply
prem111
Posts: 127
Joined: Sun Feb 23, 2020 3:18 pm

ERROR: application overflows allocated space.

Post by prem111 » Fri Apr 08, 2022 9:22 pm

Hi. When compiling 1.18 (esp-idf v4.2) I finally get:

bootloader @0x001000 21600 ( 7072 remaining)
partitions @0x008000 3072 ( 1024 remaining)
application @0x010000 1594496 ( -21632 remaining)
ERROR: application overflows allocated space of 1572864 bytes by 21632 bytes
make: *** [all] Error 1

And after booting esp32:
E (715) esp_image: Image length 1594496 doesn't fit in partition length 1572864
E (715) boot: Factory app partition is not bootable
E (717) boot: No bootable app partitions in the partition table
What could be the reason ? Thanks.

Post Reply