grbl_controller_esp32 icon indicating copy to clipboard operation
grbl_controller_esp32 copied to clipboard

text section exceeds available space in board

Open Henrikastro opened this issue 3 years ago • 4 comments

Trying to compile hits me with the following message:

text section exceeds available space in boardO sketch usa 1543542 bytes (117%) de espaço de armazenamento para programas. O máximo são 1310720 bytes.

Variáveis globais usam 86476 bytes (26%) de memória dinâmica, deixando 241204 bytes para variáveis locais. O máximo são 327680 bytes. Sketch too big; see https://support.arduino.cc/hc/en-us/articles/360013825179 for tips on reducing it. Erro compilando para a placa DOIT ESP32 DEVKIT V1

Am I doing something wrong?

Henrikastro avatar Jul 29 '22 12:07 Henrikastro

Changed SDFat to 1.1.0 and that fixed it

Henrikastro avatar Jul 29 '22 14:07 Henrikastro

Actually, I was able to run using SDFat 1.1.0 on a release version, on the master one, when using SDFat 2.0.6 as mentioned somewhere around here, I get hit with this error. Is it my ESP32 that doesnt have enough memory or am I doing something wrong? I have a DOIT DEVKIT ESP32 and I'm using the 1.0.4 version of ESP32 on Arduino.

Henrikastro avatar Aug 03 '22 19:08 Henrikastro

Actually, I was able to run using SDFat 1.1.0 on a release version, on the master one, when using SDFat 2.0.6 as mentioned somewhere around here, I get hit with this error. Is it my ESP32 that doesnt have enough memory or am I doing something wrong? I have a DOIT DEVKIT ESP32 and I'm using the 1.0.4 version of ESP32 on Arduino.

did you manage to solve the issue? I also having it with the same board

regevt avatar Mar 07 '23 17:03 regevt

Change partition scheme to Huge APP if available

BoraMD avatar Feb 21 '24 14:02 BoraMD