Replies: 4 comments
-
This message depends on the partition scheme selected in the board menu. We have no way to tell the IDE and Arduino builder what is the app size of the partition in your sketch folder, so select a partition scheme that matches or is bigger than your custom one On another note I did the following test yesterday:
I can not confirm your issue. Everything is working as expected |
Beta Was this translation helpful? Give feedback.
-
And please fill the issue form diligently! All current versions of the core are listed and you did not select the one you are running |
Beta Was this translation helpful? Give feedback.
-
I believe this says it all: Version I am on the latest(,) stable Release because it is not listed below: 3.2.0 |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Board
ESP32 S3
Device Description
The target board is a T-Display S3 with 16MB. The goal is a 3M program partition (app0) and a 12M LittleFS/spriffs partition. No app1, no factory. Maximum storage to the LittleFS/spiffs partition.
Hardware Configuration
n/a
Version
latest stable Release (if not listed below)
IDE Name
Arduino IDE v1 and v2 (both fail the same)
Operating System
Windows 11
Flash frequency
80MHz
PSRAM enabled
yes
Upload speed
921600
Description
I am not the only person who has reported this.
partitions.csv in sketch folder:
This does not quite fill all 16M of memory. There is another but when the memory is filled, exactly. Will submit that, later.
Output from \gen_esp32part.py on the created .bin compile of the partitions.csv looks good:
I have received useless guidance that there is some magic character in here, somewhere, that, if missing, causes this file to be ignored. I am not sure what that even means and it does not apply. When I use this SAME file (not copy and paste but move the file and rename it) to the partitions area, and select it by name, it works without any change to the contents. To get around this problem, I renamed the custom file to one of the standard names and I select it to get the needed result. Of course, this is a temporary fix since any updating will destroy it.
Partition definition selected in Tools Menu>Partition Scheme (should not matter):
Default 4MB with ffat (1.2MB APP/1.5MB FATCS)
This was chosen to show that it is being selected instead of the partitions.csv in the sketch folder.
The copied partitions.csv text file is correct in the temp build area as well as the compiled partitions.bin file. (C:\Users\bangu\AppData\Local\Temp\arduino_build_466306)
Short result:
This is not correct. It should be a 3M app0. Also, if this is loaded, it destroys the 12M LittleFS/spiffs partition that is currently loaded.
Sketch
Debug Message
Other Steps to Reproduce
No response
I have checked existing issues, online documentation and the Troubleshooting Guide
Beta Was this translation helpful? Give feedback.
All reactions