Skip to content
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

use without PSRAM? #18

Open
eadmaster opened this issue Aug 24, 2024 · 2 comments
Open

use without PSRAM? #18

eadmaster opened this issue Aug 24, 2024 · 2 comments

Comments

@eadmaster
Copy link

despite what the readme claims, by checking the code here it seems this could also works with boards without psram:
https://github.com/tobozo/ESP32-PsRamFS/blob/main/src/pfs.c#L102

I've just tested the lastest rel on a M5Stack stampS3 and indeed it seems to work correctly.

@tobozo
Copy link
Owner

tobozo commented Aug 25, 2024

hi,

thanks for testing this 👍

M5Stamp S3 has 8MB of psram, unless psram is explicitey disabled in the board options before compiling, psram will be used.

But yes, ESP32-PsRamFS can work without psram (actually the readme claims that psram is optional).

@eadmaster
Copy link
Author

this is the line that confused me:

It provides a fs::FS style filesystem using the psram of an ESP32-Wrover or any ESP32 equipped with PSRam.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants