Skip to content
Discussion options

You must be logged in to vote

It had to be the N32R8V! I have one myself and you've reminded me that I needed to look in to why the MicroPython build was failing to mount the filesystem.

There are a couple of problems. The main issue is that CONFIG_ESPTOOLPY_OCT_FLASH=y needs to be added to the sdkconfig.board. If you make that change and build your own firmware you'll find that the filesystem will mount correctly.

However, GENERIC_S3_SPIRAM_OCT is only configured for 8MB flash - it'll mount on any devices with >8MB flash but you won't be able to access more than the 8MB.

So. you can also configure 32MB flash. You need to change the partition file (to use the existing partitions-32MiB.csv) and set CONFIG_ESPTOOLPY_FLA…

Replies: 3 comments 14 replies

Comment options

You must be logged in to vote
0 replies
Comment options

mattytrentini
Apr 10, 2023
Collaborator Sponsor

You must be logged in to vote
11 replies
@A622266
Comment options

@scruss
Comment options

@mattytrentini
Comment options

mattytrentini Apr 12, 2023
Collaborator Sponsor

Answer selected by A622266
@ZacharyInDallas
Comment options

@Amundw99
Comment options

@Amundw99
Comment options

@glenn20
Comment options

Comment options

You must be logged in to vote
3 replies
@Amundw99
Comment options

@glenn20
Comment options

@glenn20
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
ESP32
Labels
None yet
8 participants