New partitions (#192)

* Add new partition scheme

* Init NVS early, so it can be used without BT or WiFi
This commit is contained in:
Me No Dev
2017-02-10 14:11:24 +02:00
committed by GitHub
parent 1f0df1ef97
commit fb8fe671d6
7 changed files with 13 additions and 12 deletions

View File

@ -1,4 +1,6 @@
# Name, Type, SubType, Offset, Size, Flags
nvs, data, nvs, 0x9000, 0x6000,
phy_init, data, phy, 0xf000, 0x1000,
factory, app, factory, 0x10000, 1M,
# Name, Type, SubType, Offset, Size, Flags
nvs, data, nvs, 0x9000, 0x5000
otadata, data, ota, 0xe000, 0x2000
app0, app, ota_0, 0x10000, 1M,
app1, app, ota_1, , 1M,
spiffs, data, spiffs, , 0x1F0000,

1 # Name # Name, Type, SubType, Offset, Size, Flags Type SubType Offset Size Flags
2 nvs nvs, data, nvs, 0x9000, 0x5000 data nvs 0x9000 0x6000
3 phy_init otadata, data, ota, 0xe000, 0x2000 data phy 0xf000 0x1000
4 factory app0, app, ota_0, 0x10000, 1M, app factory 0x10000 1M
5 app1, app, ota_1, , 1M,
6 spiffs, data, spiffs, , 0x1F0000,