-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Maximum sketch size incorrect on "ESP32 Wrover Kit (all versions)" #8026
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
Comments
Can you try editing the boards.txt file to add this line:
just below:
If that fixes it we can get a PR to add the missing upload size property. |
Atanisoft, Thank you for the quick reply. I added the line you suggested to the boards.txt file, but replaced esp32wrover with esp32wroverkit and it worked! Now I get the correct maximum sketch size. Sketch uses 1200777 bytes (35%) of program storage space. Maximum is 3342336 bytes. Thank you! Regards, |
@P-R-O-C-H-Y Can you review boards.txt (after the update PR is merged) to confirm that partition sizes are included for all boards? |
Any chance you take a look on this @P-R-O-C-H-Y ? |
@VojtechBartoska Will do tomorrow :) as CI stuff should be done. |
Board
esp32-devkitc-ve
Device Description
plain module
Hardware Configuration
any
Version
v2.0.6
IDE Name
Arduino IDE
Operating System
Windows 7
Flash frequency
80mhz
PSRAM enabled
yes
Upload speed
921600
Description
Hello
I am having a problem with the sketch size. The sketch size maximum calculation for 8MB seems to be incorrect and will not allow me to have a sketch size about 1.3MB.
I am using an original devkitC board, I've selected "ESP32 Wrover Kit (all versions)"
When selecting 8MB with spiffs (3.0MB APP / 1.5MB SPIFFS)
I get the following output, which seesm to be 1.3MB app, NOT 3.0MB as selected
Sketch uses 1199625 bytes (91%) of program storage space. Maximum is 1310720 bytes.
When selecting Minimal spiffs ((1.9MB APP / 190KB SPIFFS)
It seems correct..
Sketch uses 1199625 bytes (61%) of program storage space. Maximum is 1966080 bytes.
Arduino version if 1.8.19
Is this a bug? Can anyone help?
Thank you
Regards,
-Moses
Sketch
Debug Message
Other Steps to Reproduce
none
I have checked existing issues, online documentation and the Troubleshooting Guide
The text was updated successfully, but these errors were encountered: