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
storagepartition was used for the file system, but turns out the default address forE.flashFatFS()is0x30000instead of0x360000. (Maybe because it's outdated?)I also thought
storagewas the target of the upload destinationStoragein the Web IDE, but turns out the target partitions forStorage,Flash, andFlash (always)in the Web IDE are alljs_codepartition.Is there any difference between the
flashandstoragepartitions?Any help will be appreciated :)
Beta Was this translation helpful? Give feedback.
All reactions