But the esptool.py says it actually takes around 1.33 MB instead of 200 KB when I flash the firmware to ESP32.
Wrote 1397712 bytes (903419 compressed) at 0x00010000 in 12.3 seconds (effective 907.6 kbit/s)...
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?
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
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?