-
• #2
Well ESP32 docs need to be updated.
have a look here
https://github.com/espruino/EspruinoBuildTools/blob/master/esp32/build/app/partitions_espruino.csv
-
• #3
At the moment it is taken 1397712 bytes and is stored in partition named factory.
-
• #4
Thanks a lot!
On the Espruino ESP32 page , it says the
factory
partition is for the initial Espruino firmware.And on the FAQ page it says
But the
esptool.py
says it actually takes around 1.33 MB instead of 200 KB when I flash the firmware to ESP32.My question is:
Does the
factory
partition also include ESP32 firmwares and other underlying drivers utilized by Espruino? If that's true, is it possible to get the exact flash space used by Espruino engine itself?