Merge pull request #1905 from MaBecker/esp32_improvements

Update partitions_espruino.csv
This commit is contained in:
Gordon Williams 2020-08-17 08:13:56 +01:00 committed by GitHub
commit aa8d92cecb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,8 +5,8 @@
nvs,data,nvs,0x9000,12K
otadata,data,ota,0xC000,8K
free,data,0x40,0xE000,8K
factory,app,factory,0x10000,1344K
ota_0,app,ota_0,0x160000,1344K
flash,data,0x40,0x2B0000,64K
js_code,data,0,0x2C0000,256K
storage,data,0,0x300000,1024K
factory,app,factory,0x10000,1536K
ota_0,app,ota_0,0x190000,1536K
flash,data,0x40,0x310000,64K
js_code,data,0,0x320000,256K
storage,data,0,0x360000,640K

1 #Name Type SubType Offset Size
5 nvs data nvs 0x9000 12K
6 otadata data ota 0xC000 8K
7 free data 0x40 0xE000 8K
8 factory app factory 0x10000 1344K 1536K
9 ota_0 app ota_0 0x160000 0x190000 1344K 1536K
10 flash data 0x40 0x2B0000 0x310000 64K
11 js_code data 0 0x2C0000 0x320000 256K
12 storage data 0 0x300000 0x360000 1024K 640K