name recovery "safeboot"

This commit is contained in:
Jason2866 2022-05-04 21:47:45 +02:00 committed by GitHub
parent 82e79dffb9
commit e43a2b1676
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
# Name, Type, SubType, Offset, Size, Flags # Name, Type, SubType, Offset, Size, Flags
nvs, data, nvs, 0x9000, 0x5000, nvs, data, nvs, 0x9000, 0x5000,
otadata, data, ota, 0xe000, 0x2000, otadata, data, ota, 0xe000, 0x2000,
factory, app, factory, 0x10000, 0xD0000, safeboot, app, factory, 0x10000, 0xD0000,
app0, app, ota_0, 0xE0000, 0x1D0000, app0, app, ota_0, 0xE0000, 0x1D0000,
spiffs, data, spiffs, 0x2B0000,0x150000, spiffs, data, spiffs, 0x2B0000,0x150000,

1 # Name Type SubType Offset Size Flags
2 nvs data nvs 0x9000 0x5000
3 otadata data ota 0xe000 0x2000
4 factory safeboot app factory 0x10000 0xD0000
5 app0 app ota_0 0xE0000 0x1D0000
6 spiffs data spiffs 0x2B0000 0x150000