Page 1 of 1

ERROR: application overflows allocated space.

Posted: Fri Apr 08, 2022 9:22 pm
by prem111
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.