Files
esp32-hacking/esp-radar/connect_rainmaker/partitions.csv

454 B

1# Note: Firmware partition offset needs to be 64K aligned, initial 36K (9 sectors) are reserved for bootloader and partition table
2# Name, Type, SubType, Offset, Size, Flags
3nvs, data, nvs, 0xd000, 32K,
4fctry, data, nvs, 0x15000, 16K,
5log_status, data, nvs, 0x19000, 16K,
6otadata, data, ota, 0x1d000, 8K,
7phy_init, data, phy, 0x1f000, 4K,
8ota_0, app, ota_0, 0x20000, 1832K,