text section exceeds available space in board

userHead mbiasotti 2024-10-02 00:12:16 166 Views1 Replies

I just accepted this evening an update for  esp32 by espressif Systems for my Firebeetle ESP32  (Arduino 2.3.2 ).

 

Now when I compile I get:

 

Sketch uses 1465521 bytes (111%) of program storage space. Maximum is 1310720 bytes.
Global variables use 56108 bytes (17%) of dynamic memory, leaving 271572 bytes for local variables. Maximum is 327680 bytes.
Sketch too big; see https://support.arduino.cc/hc/en-us/articles/360013825179 for tips on reducing it.
text section exceeds available space in board

Compilation error: text section exceeds available space in board

 

My sketch has not changed since yesterday, and yesterday it worked, so I can only assume that the update must have changed the partition. This esp32 has 16M of flash and I shouldn't be maxing out my space?  I noticed there is no option to change the partition for this board?

 

Any suggestions would be appreciated. I was just about to release this for the hardware. - thx

 

 

2024-10-02 06:15:07

UPDATE   I found a solution.  I'm using the esp32>ESP32 Dev Module B board driver instead. This gives me the partition scheme option and I've made it “Huge APP ( 3MB No OTA/1MB SPIFFS)”  option.

 

It would still be good as to why the  esp32>Firebeetle-ESP32 suddenly stop working?  I suppose that the board.txt file was overwritten with the update and the partition scheme option was set back to default?

userHeadPic mbiasotti