-
Notifications
You must be signed in to change notification settings - Fork 142
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
Beginner, Requesting help in porting to ESP32 WROOM #179
Comments
Hi, 1°) I think it should be easier to directly go with the ESP32 wrover or ESP32-S3 with at least 2MB of PSRAM. I don't think it would be possible to adapt the firmware to only use 520KB of RAM or it would probably be very uncompatible and very very difficult. Anyway, good luck for your port ! |
Thanks @raphatex , |
Alright, so here are some recomendations to at least get it to boot:
|
@raphatex, thank you for the detailed instructions! I have a couple of additional questions:
I do have a few more questions in mind, but I think it’s best to address them after I’ve implemented your suggestions. I’ll follow up with an update soon. Once again, Thank you for all the recommendations! |
Yes of course disabling audio can free up some space but more importantly ram ! |
Hi,
I am trying to port the project to an ESP32 WROOM (4 MB flash, 520 KB SRAM). The hardware components I plan to use are:
I have already set up the environment as per BUILDING.md, cloned the repository, and verified the environment by creating a .img file for the esp32s3-devkit. The next step, as I understand it, is to modify the configuration and other files. I have a few questions:
I am a beginner, so any advice, recommendations, or instructions would be greatly appreciated.
(Forgot to mention: I am new to GitHub and unsure if the Issues section is the right place to ask for help. I apologize if this violates any community guidelines.)
Thank you!
The text was updated successfully, but these errors were encountered: