Page 1 of 1

Esp Wroom32 Size Partition

Posted: Wed May 23, 2018 6:39 am
by Sundar
Hi,
Currently I am working Esp wroom32 ,right now i want to know whether i can modify Ota slots size in partition table,if so what is the minimum size i can provide to perform OTA. In the Programming guide they mentioned 1MB for each OTA slots.

Re: Esp Wroom32 Size Partition

Posted: Wed Jun 06, 2018 12:07 pm
by f.h-f.s.
It depends on your .bin file size. You can check the size of your program by checking the "MyProject.bin" file in your build folder. Running "make size" also works.

If say your total image size is smaller than 1mb you can shrink it by specifying a custom partition table in "make menuconfig"