esp-hal/examples/partitions.csv
Björn Quentin 45248100f4
Simple ota example (#3629)
* Fix esp-bootloader-esp-idf

* Use OTA enabled partition table for examples

* Add simple OTA example

* CHANGELOG.md

* Create a dummy `ota_image` in CI

* mkdir

* Remove unnecessary details from CHANGELOG

* Make non-Window's users life easier

* Test ROM function in esp-bootloader-esp-idf

* Fix
2025-06-13 13:42:09 +00:00

9 lines
341 B
CSV

# ESP-IDF Partition Table
# Name, Type, SubType, Offset, Size, Flags
nvs, data, nvs, 0x9000,0x4000,
otadata, data, ota, 0xd000,0x2000,
phy_init, data, phy, 0xf000,0x1000,
factory, app, factory,0x10000,0x100000,
ota_0, app, ota_0, 0x110000,0x100000,
ota_1, app, ota_1, 0x210000,0x100000,