You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to compile for generic_spiram and 16mb partition table but needed to follow the following guides/posts to make it work. This seems to be a problem that came up on some occasions in the past #6950
This post is merely to ask if it's easy for an expert to incorporate these changes when partitionsizes of 8 or 16mb are detected - to help noobs compile for the spiram board (which I would assume is typically bundled with larger partition sizes).
Providing builds for all possible flash sizes would really increase the number of boards. Maybe instead it's possible to auto detect the available flash at runtime?
tannewt
pushed a commit
to tannewt/circuitpython
that referenced
this issue
Oct 17, 2023
Uh oh!
There was an error while loading. Please reload this page.
I tried to compile for generic_spiram and 16mb partition table but needed to follow the following guides/posts to make it work. This seems to be a problem that came up on some occasions in the past #6950
This post is merely to ask if it's easy for an expert to incorporate these changes when partitionsizes of 8 or 16mb are detected - to help noobs compile for the spiram board (which I would assume is typically bundled with larger partition sizes).
This is the guides & changes I followed:
#8202
russhughes/st7789_mpy#56
https://forum.micropython.org/viewtopic.php?f=18&t=9768&start=10
To make it work for 16MB do I do the following correctly?
factory, app, factory, 0x10000, 0x1f0000,
sdkconfig.spiram
:CONFIG_COMPILER_OPTIMIZATION_SIZE=y CONFIG_COMPILER_OPTIMIZATION_PERF=n CONFIG_ESPTOOLPY_FLASHSIZE_16MB=y
make FLASH_SIZE?=16MB BOARD=GENERIC_SPIRAM
If this doesn't make sense in bigger context, please close
The text was updated successfully, but these errors were encountered: