-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Changing partition scheme in menu doesn't change upload max size #1378
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
I added PR: This change was checked on LOLIN32 board, so that's the only board I added partitions to, and also added upload.maximum_size to DevKit. |
great idea! TNX! |
Should I feel ignored? :( |
why? I'm sure @me-no-dev look at it. |
* Additional partition scheme min_spiffs with minimal SPIFFS partition size and OTA support for bigger apps * Selectable (from menu) partitions for m5stack addition for m5stack (as is prepared for lolin32 board: #1379) discourse here: #1378 * Selectable (from menu) partitions for MH ET LIVE boards in reference to other boards (m5stack, lolin32) this PR adds partition scheme selection for MH ET LIVE boards also adds Core Debug Level selection for above boards
* Additional partition scheme min_spiffs with minimal SPIFFS partition size and OTA support for bigger apps * Selectable (from menu) partitions for m5stack addition for m5stack (as is prepared for lolin32 board: espressif#1379) discourse here: espressif#1378
* Additional partition scheme min_spiffs with minimal SPIFFS partition size and OTA support for bigger apps * Selectable (from menu) partitions for m5stack addition for m5stack (as is prepared for lolin32 board: espressif#1379) discourse here: espressif#1378 * Selectable (from menu) partitions for MH ET LIVE boards in reference to other boards (m5stack, lolin32) this PR adds partition scheme selection for MH ET LIVE boards also adds Core Debug Level selection for above boards
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 14 days if no further activity occurs. Thank you for your contributions. |
This stale issue has been automatically closed. Thank you for your contributions. |
* Additional partition scheme min_spiffs with minimal SPIFFS partition size and OTA support for bigger apps * Selectable (from menu) partitions for m5stack addition for m5stack (as is prepared for lolin32 board: espressif/arduino-esp32#1379) discourse here: espressif/arduino-esp32#1378
* Additional partition scheme min_spiffs with minimal SPIFFS partition size and OTA support for bigger apps * Selectable (from menu) partitions for m5stack addition for m5stack (as is prepared for lolin32 board: espressif/arduino-esp32#1379) discourse here: espressif/arduino-esp32#1378 * Selectable (from menu) partitions for MH ET LIVE boards in reference to other boards (m5stack, lolin32) this PR adds partition scheme selection for MH ET LIVE boards also adds Core Debug Level selection for above boards
* Additional partition scheme min_spiffs with minimal SPIFFS partition size and OTA support for bigger apps * Selectable (from menu) partitions for m5stack addition for m5stack (as is prepared for lolin32 board: espressif/arduino-esp32#1379) discourse here: espressif/arduino-esp32#1378
* Additional partition scheme min_spiffs with minimal SPIFFS partition size and OTA support for bigger apps * Selectable (from menu) partitions for m5stack addition for m5stack (as is prepared for lolin32 board: espressif/arduino-esp32#1379) discourse here: espressif/arduino-esp32#1378 * Selectable (from menu) partitions for MH ET LIVE boards in reference to other boards (m5stack, lolin32) this PR adds partition scheme selection for MH ET LIVE boards also adds Core Debug Level selection for above boards
Hardware:
Board: LOLIN32
Core Installation/update date: 2/may/2018
IDE name: Arduino IDE
Flash Frequency: 80Mhz
Upload Speed: 921600
Description:
So, all above doesn't matter, maybe beside installation date and board type.
In the boards.txt there is section for some boards (i.e. DevKit) that allows change of partition scheme with just few clicks (to min_spiffs, no_ota etc.) which literally changes how big app can be. Unfortunately there is no directive to instruct ArduinoIDE that upload max size changed, so with no_ota partition scheme there is space for 2M program, but ArduinoIDE refuses to flash program bigger than default 1.3M.
I have solved problem on my instance, so I will create pull request with changes to boards.txt, but I wanted to have this issue filed in case anybody looked for it.
The text was updated successfully, but these errors were encountered: