8 meg program partition
Posted: Tue Aug 16, 2022 6:50 pm
Hi, i'm struggling with code larger than 4 meg , i modified partition table to :
nvs data nvs 0x9000 0x5000
otadata data ota 0xe000 0x2000
app0 app ota_0 0x10000 0x7AE000
spiffs data spiffs 0x7BE000 0x19000
and changing boards.txt to max upload to 8052736
i get the error:
region `drom0_0_seg' overflowed by 2889588 bytes
Thanks for any help!
nvs data nvs 0x9000 0x5000
otadata data ota 0xe000 0x2000
app0 app ota_0 0x10000 0x7AE000
spiffs data spiffs 0x7BE000 0x19000
and changing boards.txt to max upload to 8052736
i get the error:
region `drom0_0_seg' overflowed by 2889588 bytes
Thanks for any help!