-
Notifications
You must be signed in to change notification settings - Fork 238
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Partition Moddable Six #1385
Comments
Thank you for the report. There was an oversight that prevented projects from overriding the partition map of ESP32 devices that have a custom partition map. Here is a patch to fix that. The patch will be included in the next Moddable SDK update. patch.diff
Important: After applying the patch, it is necessary to rebuild Moddable SDK tools and then do a clean build of your project. |
I followed your indications and now:
so I think thats ok. |
PS: the amount of RAM memory available for the program is changed respect EPS32 ? |
Great.
I believe you are referring to the fact that the module used in Moddable Six has 8 MB of flash whereas the module use in Moddable Two has 4 MB of flash.
The manifest does not define the use of flash memory. That is done by the
You may adjust the size of your partitions in
You may want to take a look at the Moddable Six documentation in the section titled "8 MB PSRAM". This matter is separate from the original topic of this issue. Please open a separate issue if you have questions. |
Ok, thank you Peter |
I'm trying to change the partition on the Moddable Six.
In the project directory I created a folder "sdkconfig"
In the Manifest I added:
and this is the code of partition
When the compiler runs it says:
and when the program start there is this error in the xsbug:
C:\Users\mades\Projects\moddable\modules\files\flash\esp32\flash.c (52) # Break: Flash: can't find partition!
This is the complete manifest
How can I do?
the memory map of ESP32-S3 is differet from ESP32
do I need to change the partition offset?
do I need to change the value of "static"
regards
The text was updated successfully, but these errors were encountered: