file write test

This commit is contained in:
2023-12-07 02:33:17 +01:00
parent f0f0e9f27e
commit fb0ad6b1dc
2 changed files with 158 additions and 133 deletions

View File

@@ -1,5 +1,6 @@
nvs, data, nvs, 0x9000, 0x4000,
otadata, data, ota, 0xd000, 0x2000,
phy_init, data, phy, 0xf000, 0x1000,
ota_0, app, ota_0, 0x10000, 0x180000,
ota_1, app, ota_1, 0x190000, 0x180000,
nvs, data, nvs, , 16k,
otadata, data, ota, , 8k,
phy_init, data, phy, , 4k,
factory, app, ota_0, , 1792K,
ota_1, app, ota_1, , 1792K,
storage, data, spiffs, , 400K,
1 nvs data nvs 0x9000 0x4000 16k
2 otadata data ota 0xd000 0x2000 8k
3 phy_init data phy 0xf000 0x1000 4k
4 ota_0 factory app ota_0 0x10000 0x180000 1792K
5 ota_1 app ota_1 0x190000 0x180000 1792K
6 storage data spiffs 400K