Hi there, I have some questions regarding some partitions defined in partitions_espruino.csv.
I thought storage partition was used for the file system, but turns out the default address for E.flashFatFS() is 0x30000 instead of 0x360000. (Maybe because it's outdated?)
I also thought storage was the target of the upload destination Storage in the Web IDE, but turns out the target partitions for Storage, Flash, and Flash (always) in the Web IDE are all js_code partition.
Is there any difference between the flash and storage partitions?
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.
Hi there, I have some questions regarding some partitions defined in partitions_espruino.csv.
I thought
storage
partition was used for the file system, but turns out the default address forE.flashFatFS()
is0x30000
instead of0x360000
. (Maybe because it's outdated?)I also thought
storage
was the target of the upload destinationStorage
in the Web IDE, but turns out the target partitions forStorage
,Flash
, andFlash (always)
in the Web IDE are alljs_code
partition.Is there any difference between the
flash
andstorage
partitions?Any help will be appreciated :)