Dual OTA partition table (ota_0/ota_1, 1920 KB each) on 4MB flash. Firmware gains OTA command, LED_OTA double-blink, version in STATUS, and automatic rollback validation. Pi-side esp-ota tool serves firmware via HTTP and orchestrates the update flow. esp-fleet gains ota subcommand.
7 lines
254 B
CSV
7 lines
254 B
CSV
# Name, Type, SubType, Offset, Size
|
|
nvs, data, nvs, 0x9000, 0x4000
|
|
otadata, data, ota, 0xd000, 0x2000
|
|
phy_init, data, phy, 0xf000, 0x1000
|
|
ota_0, app, ota_0, 0x10000, 0x1E0000
|
|
ota_1, app, ota_1, 0x1F0000, 0x1E0000
|