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

[email protected] Not working for board_build.partitions = default_16MB.csv #1275

Open
demirschmid61 opened this issue Jan 7, 2024 · 3 comments
Labels

Comments

@demirschmid61
Copy link

demirschmid61 commented Jan 7, 2024

Hello Team,

Thank you very much for the upgrade of the espressif32 version with 6.0.1.

I want to use the board_build.partitions = default_16MB.csv for ESP32 but controller is reseting. If I am using board_build.partitions = huge_app.csv its working fine.

I am using Platformio, is there any other board_build.partitions i need to select if i want to use 16MB flash?

The platform.ini file is mentioned below.

`[env:esp32dev]
platform = [email protected]
board = esp32dev
framework = arduino
monitor_speed = 115200

board_build.partitions = huge_app.csv //Working fine for huge_app partition
; board_build.partitions = default_16MB.csv //Resetting when default_16MB used
`

/Reset Logs/
rst:0x3 (SW_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
configsip: 0, SPIWP:0xee
clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
mode:DIO, clock div:2
load:0x3fff0030,len:1184
load:0x40078000,len:13104
load:0x40080400,len:3036
entry 0x400805e4
ets Jul 29 2019 12:21:46

rst:0x3 (SW_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
configsip: 0, SPIWP:0xee
clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
mode:DIO, clock div:2
load:0x3fff0030,len:1184
load:0x40078000,len:13104
load:0x40080400,len:3036
entry 0x400805e4
ets Jul 29 2019 12:21:46
/**********************************************************************/

@Jason2866
Copy link
Contributor

The partition scheme you use needs to align with the size of the flash chip mounted on the used board.

@valeros
Copy link
Member

valeros commented Jan 8, 2024

Hi @demirschmid61, what board are you using? Does it really have 16MB of flash?

Copy link

stale bot commented Mar 17, 2024

This issue has been automatically marked as stale because it has not had recent activity. Please provide more details or it will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Mar 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants