esp32-homekit-camera icon indicating copy to clipboard operation
esp32-homekit-camera copied to clipboard

Partitions flash size

Open pocketscience opened this issue 5 years ago • 2 comments

After updating to the specified configurations there was an error

Partitions defined in '<blah>/esp32-homekit-camera/partitions.csv' occupy 2.1MB of flash (2162688 bytes) which does not fit in configured flash size 2MB. Change the flash size in menuconfig under the 'Serial Flasher Config' menu.

I'm using a DIYMore module which apparently has 4MB of flash, so changing the config to specify 4MB in the config fixed the issue.

Maybe mention that flash memory size might/will have to be adjusted as well.

pocketscience avatar Feb 03 '20 02:02 pocketscience

I came across this. But I found that the output of the CLI gives enough direction. It tells you exactly what to change, and where to do it.

jwktje avatar Feb 20 '20 14:02 jwktje

Yup, but it would be easy to avoid this error by mentioning this upfront. Not the end of the world, granted, but an easy issue to avoid so why not fix it.

pocketscience avatar Feb 20 '20 20:02 pocketscience