What is the factory
partition used for? How much flash space does the Espruino engine take?
#7413
Unanswered
espruino-discuss3
asked this question in
ESP32
Replies: 1 comment
-
Posted at 2020-09-21 by @MaBecker Well ESP32 docs need to be updated. have a look here https://github.com/espruino/EspruinoBuildTools/blob/master/esp32/build/app/partitions_espruino.csv Posted at 2020-09-21 by @MaBecker At the moment it is taken 1397712 bytes and is stored in partition named factory. Posted at 2020-09-21 by Ragtime Thanks a lot! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Posted at 2020-09-20 by Ragtime
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?Beta Was this translation helpful? Give feedback.
All reactions