It seems that esp32 only provide 4MB flash as read only rom.As you change the app0 partition size to 6.5MB,the esp linker under arduino can only produce the max size 4MB of your code.In the file \esp32\tools\sdk\ld\esp32_out.ld,the following lines declare the max size of the readonly flash rom.
/* Flash mapped constant data */
drom0_0_seg (R) : org = 0x3F400018, len = 0x400000-0x18
-
HOWTO: M5Stack Fire - use the full 16MB with the Arduino IDE (UPDATED)
Oct 13, 2018, 4:22 PM • Rop Mar 2, 2023, 3:49 AM -
python3 executable file not found in $PATH Error compiling for board STAMP-PICO.
Jun 1, 2022, 3:34 PM • jisv48 Jun 4, 2022, 6:05 PM -
M5Stack with MIT App Inventor - Easy mobile app creation for your M5Stack
Feb 27, 2019, 1:14 AM • lukasmaximus Feb 27, 2019, 1:14 AM