Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

text section exceeds available space in board #53

Open
Henrikastro opened this issue Jul 29, 2022 · 4 comments
Open

text section exceeds available space in board #53

Henrikastro opened this issue Jul 29, 2022 · 4 comments

Comments

@Henrikastro
Copy link

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
Copy link
Author

Changed SDFat to 1.1.0 and that fixed it

@Henrikastro
Copy link
Author

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 Henrikastro reopened this Aug 3, 2022
@regevt
Copy link

regevt commented Mar 7, 2023

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

@BoraMD
Copy link

BoraMD commented Feb 21, 2024

Change partition scheme to Huge APP if available

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants