feat: Initial esp32-hacking project with firmware sources and docs
This commit is contained in:
8
esp-radar/console_test/partitions.csv
Normal file
8
esp-radar/console_test/partitions.csv
Normal file
@@ -0,0 +1,8 @@
|
||||
# Note: Firmware partition offset needs to be 64K aligned, initial 36K (9 sectors) are reserved for bootloader and partition table
|
||||
# Name, Type, SubType, Offset, Size, Flags
|
||||
nvs, data, nvs, 0xd000, 32K,
|
||||
fctry, data, nvs, 0x15000, 16K,
|
||||
log_status, data, nvs, 0x19000, 16K,
|
||||
otadata, data, ota, 0x1d000, 8K,
|
||||
phy_init, data, phy, 0x1f000, 4K,
|
||||
ota_0, app, ota_0, 0x20000, 1832K,
|
||||
|
Reference in New Issue
Block a user