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

@ -102,10 +102,9 @@ env.Append(
],
UPLOADERFLAGS=[
"0x1000", '"%s"' % join(FRAMEWORK_DIR, "tools",
"sdk", "bin", "bootloader.bin"),
"0x8000", '"%s"' % join(FRAMEWORK_DIR, "tools",
"sdk", "bin", "partitions_singleapp.bin"),
"0x1000", '"%s"' % join(FRAMEWORK_DIR, "tools", "sdk", "bin", "bootloader.bin"),
"0x8000", '"%s"' % join(FRAMEWORK_DIR, "tools", "partitions", "default.bin"),
"0xe000", '"%s"' % join(FRAMEWORK_DIR, "tools", "partitions", "boot_app0.bin"),
"0x10000"
]
)