• On the Espruino ESP32 page , it says the factory partition is for the initial Espruino firmware.

    And on the FAQ page it says

    Espruino uses between 100kb and 200kb of Flash,

    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?

  • At the moment it is taken 1397712 bytes and is stored in partition named factory.

  • Thanks a lot!

  • Post a reply
    • Bold
    • Italics
    • Link
    • Image
    • List
    • Quote
    • code
    • Preview
About

What is the `factory` partition used for? How much flash space does the Espruino engine take?

Posted by Avatar for Ragtime @Ragtime

Actions