Hi Sara,
I just bought Lilygo TPCIE sim7600HG that comes with 16MB flash. i have searched github and the net, and tried some of the tips but to my frustration, they didnt work. Any idea how to at least get 8MB for app0, 4MB for app1, and 2MB for SPIFFS.
Hi.
Take a look at the following tutorial. It might help:
Regards,
Sara
Found a solution, added these lines into …/board.txt, under esp32wrover board.
esp32wrover.menu.PartitionScheme.large_spiffs=Large SPIFFS (4.5MB APP/OTA/6.93MB SPIFFS)
esp32wrover.menu.PartitionScheme.large_spiffs.build.partitions=large_spiffs_16MB
esp32wrover.menu.PartitionScheme.large_spiffs.upload.maximum_size=4718592
created a new file ../large_spiffs_16MB.csv to reflect the above partition.
# Name
Type
SubType
Offset
Size
Flags
nvs
data
nvs
0x9000
0x5000
otadata
data
ota
0xe000
0x2000
app0
app
ota_0
0x10000
0x480000
app1
app
ota_1
0x490000
0x480000
spiffs
data
spiffs
0x910000
0x6F0000