sl-firmware 2a13c3e18b feat: partition tables + OTA setup for Balance and IO boards (bd-3gwo)
Add dual OTA partitions (ota_0/ota_1 × 1.75 MB each) and otadata to
both esp32s3/balance/ and esp32s3/io/ on 4 MB flash layouts.
Enable CONFIG_BOOTLOADER_APP_ROLLBACK_ENABLE and OTA HTTP on Balance.
Create esp32s3/io/ project scaffold with config.h pin assignments.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-17 23:10:51 -04:00

345 B

1# ESP32-S3 BALANCE — 4 MB flash, dual OTA partitions
2# Name, Type, SubType, Offset, Size
3nvs, data, nvs, 0x9000, 0x5000,
4otadata, data, ota, 0xe000, 0x2000,
5app0, app, ota_0, 0x10000, 0x1B0000,
6app1, app, ota_1, 0x1C0000, 0x1B0000,
7nvs_user, data, nvs, 0x370000, 0x50000,