What are flash
and storage
partitions used for?
#7420
Unanswered
espruino-discuss3
asked this question in
ESP32
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2020-10-04 by Ragtime
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 :)
Beta Was this translation helpful? Give feedback.
All reactions