Page 1 sur 1

ESP32 Firmware Upload

Posté : 07 juin 2021 10:48
par salomon
Hi,
I'd like to flash the firmware of touchscreen on ESP32 for GRBL 32 bits Board V1.5 but the arduino IDE return the follow message:

--------------------------------------------------------------------------------------------------------------------------------------------------
The sketch uses 1543530 bytes (117%) of the space available for programs. The maximum is 1310720 bytes. Text section exceeds available space in board

Global variables use 86476 bytes (26%) of dynamic memory, leaving an additional 241204 bytes free for local variables. The maximum is 327680 bytes.
Sketch too big; see https://support.arduino.cc/hc/en-us/art ... 0013825179 for tips on reducing it.
Error compiling for WEMOS LOLIN32 card.
--------------------------------------------------------------------------------------------------------------------------------------------------

can anyone help me please?
thanks in advance

Salomon

Re: ESP32 Firmware Upload

Posté : 07 juin 2021 10:53
par salomon
...sorry i forgot to mention i get the same problem for the ESP32 Dev Module board...

Re: ESP32 Firmware Upload

Posté : 07 juin 2021 11:26
par RoMaker
Hi, you didn't selected MINIMAL SPIFFS as explained in the tutorial:
Go to “Tools” > “Scheme partition”, choose “minimal SPIFFS”
https://www.makerfr.com/en/cnc/grbl-32- ... esp32-tft/

Re: ESP32 Firmware Upload

Posté : 09 juin 2021 15:36
par salomon
Hi, Thanks for your answer.
yes, I followed the instructions and I selected MINIMAL SPIFFS as explained in the tutorial but it doesn't work properly.
I've just solved the problem usingchoosing:
Huge APP(3MB No OTA/1MB SPIFFS)
I don't anderstan the reason
thanks anymore
s