Skip to content

Commit

Permalink
fix 2pm partitions for 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
markirb committed Jan 21, 2025
1 parent b89e5fb commit 41340b9
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions mos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1043,21 +1043,23 @@ conds:
- location: https://github.com/markirb/ade7953
- location: https://github.com/mongoose-os-libs/mongoose
build_vars:
OTA_DATA_ADDR: 0x10000
OTA_DATA_SIZE: 0x4000
PARTITION_TABLE_OFFSET: 0x10000
OTA_DATA_ADDR: 0x11000
OTA_DATA_SIZE: 0x2000
NVS_ADDR: 0x14000
NVS_SIZE: 0xC000
APP_OFFSET: 0x20000
APP_SLOT_SIZE: 0x280000
APP_SLOT_SIZE: 0x288000
MGOS_ROOT_FS_TYPE: LFS
MGOS_ROOT_FS_SIZE: 1048576
MGOS_ROOT_FS_SIZE: 0xf8000
ESP_IDF_EXTRA_PARTITION: "scratch,data,0x80,0x720000,0x80000,encrypted"
ESP_IDF_EXTRA_PARTITION_2: "shelly,data,0x88,0x7F0000,64K,encrypted"
ESP_IDF_SDKCONFIG_OPTS: >
${build_vars.ESP_IDF_SDKCONFIG_OPTS}
CONFIG_FREERTOS_UNICORE=y
CONFIG_ESPTOOLPY_FLASHMODE_DIO=y
CONFIG_ESPTOOLPY_FLASHSIZE_8MB=y
CONFIG_PARTITION_TABLE_OFFSET=0x10000
cdefs:
LED_GPIO: 2
LED_ON: 0
Expand Down

0 comments on commit 41340b9

Please sign in to comment.