Closed
Description
Am trying to find partition table for enabling partition scheme with boards.txt.
Am using a 8MB flash version of ESP32-WROOM-32D from digikey.
https://www.digikey.in/product-detail/en/espressif-systems/ESP32-WROOM-32D-8MB/1904-1024-6-ND/9381749
I am trying to increase the APP size to 4MB and SPIFFS to 3MB without OTA.
how to create the partition table for the 8MB FLASH Module.
Please Someone guide me.
I have arrived at these lines for scheme. will it work?
# Name,Type,SubType,Offset,Size,Flags
nvs, data, nvs, 0x9000, 0x5000 ,
phy_init, data, phy, 0xe000, 0x2000 ,
factory, app, factory, 0x10000, 0x3500000 ,
spiffs, data, spiffs, 0x3510000, 0xF0000 ,