-
Notifications
You must be signed in to change notification settings - Fork 7.5k
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
Arduino IDE can't configure flash size 16M of ESP32-WROOM-32D #1793
Comments
@me-no-dev has been talking about what the right partition scheme should be for 16M, as SPIFFS is not really intended for multi-megabytes. This will be added shortly. If you want to take a stab, you can look through boards.txt and add a flash size and partition scheme. |
@lbernstone
I also created a new partitions "max.csv" Did I miss something else? Please help me to solve this problem! Many thanks! |
Hi, Thank you! |
Thanks @beegee-tokyo and @lbernstone I removed the pull-uped resistor at pin GPIO12, and enable the internal pull-up using firmware |
Hi
![image](https://user-images.githubusercontent.com/26627719/44614648-d76f9980-a852-11e8-8383-d6ae74a2ff5b.png)
I built a board with ESP32-WROOM-32D 16M flash
But in Arduino IDE the largest memory is just 4M
Then I tried to upload firmware to the ESP (16M) and it showed error
![image](https://user-images.githubusercontent.com/26627719/44614658-156cbd80-a853-11e8-9144-fac742a54c13.png)
Based on that, the tool couldn't auto-detect Flash size (FlashID=0xffffff, SizeID=0xff), defaulting to 4MB
Then how can I config 16M in arduino IDE and let it know that I'm using ESP 16M, not 4M, so that I can feel free to write firmware?
Thank you!
The text was updated successfully, but these errors were encountered: