Skip to content

Partition Table Problem! #5952

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

Closed
hdpklm opened this issue Nov 30, 2021 · 3 comments
Closed

Partition Table Problem! #5952

hdpklm opened this issue Nov 30, 2021 · 3 comments
Labels
Type: Question Only question

Comments

@hdpklm
Copy link

hdpklm commented Nov 30, 2021

Hello.

I work in vscode with esp-android extension. windows 10
MCU: esp32 d2wd

I have a problem, when I set the ota_0 to 0xf1000 and ota_1 to 0xf2000. after build and upload, the MCU not work
but when I set ota_0 to 0xf10000 and ota_1 to 0xf3000. its work correctly.

this not work

# Name,		Type,	SubType,	Offset,			Size,		Flags
spiffs,		data,	spiffs,		0x09000		,	0x04000,
nvs,		data,	nvs,				,	0x02000,
app0,		app,	ota_0,				,	0xf1000,   <-----
app1,		app,	ota_1,				,	0xf2000,   <-----
nvs_key,	data,	nvs_keys,			,	0x01000,
otadata,	data,	ota,				,	0x02000,

this work

# Name,		Type,	SubType,	Offset,			Size,		Flags
spiffs,		data,	spiffs,		0x09000		,	0x04000,
nvs,		data,	nvs,				,	0x02000,
app0,		app,	ota_0,				,	0xf0000,   <-----
app1,		app,	ota_1,				,	0xf3000,   <-----
nvs_key,	data,	nvs_keys,			,	0x01000,
otadata,	data,	ota,				,	0x02000,

this is the error I get

rst:0x3 (SW_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
configsip: 188777542, SPIWP:0xee
clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
mode:DIO, clock div:1
load:0x3fff0018,len:4
load:0x3fff001c,len:1216
ho 0 tail 12 room 4
load:0x40078000,len:10944
load:0x40080400,len:6388
entry 0x400806b4
ets Jun  8 2016 00:22:57

@VojtechBartoska
Copy link
Contributor

@hdpklm sorry for asnwering you late, did you find a solution for your error?

@VojtechBartoska VojtechBartoska added Type: Question Only question Resolution: Awaiting response Waiting for response of author labels Apr 7, 2022
@hdpklm
Copy link
Author

hdpklm commented Apr 8, 2022

no, I dont know what is the problem. but finaly I use size "0xf0000" for each ota and the rest for spiffs

@VojtechBartoska
Copy link
Contributor

can be a solution for your use case. I'm closing this issue.

@VojtechBartoska VojtechBartoska removed the Resolution: Awaiting response Waiting for response of author label May 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Question Only question
Projects
None yet
Development

No branches or pull requests

2 participants