-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Command to display PSRAM information (ESPTOOL-122) #207
Comments
This can be so useful for auto-selecting the firmware that needs to be uploaded to a particular board. Voting for this! |
There is a static function |
I second this! It would be very helpful to be able to know (at least) if there support for PSRAM. |
Any update on this please? |
Hi @josesimoes, I am sorry but no progress has been made. There wasn't a huge demand for this over the years, so the priority is quite low. Will try to reconsider this. Or if anyone wants to send a PR, it would be highly appreciated! |
@radimkarnis understood! and thanks for the prompt reply. |
After a long consideration, we have decided not to implement this command. The reason is that there is no easy way to include the PSRAM driver without significantly increasing the stub size and codebase. Also, the driver differs between octal and quad PSRAMs, and between chips as well - maintaining this is not feasible. A solution can be building a basic ESP-IDF app (can be any example) with PSRAM support turned on. The second stage bootloader prints all necessary information about the PSRAM chip. The driver is also well-maintained in ESP-IDF. Thank you for understanding. |
We are already doing that on our CLI that deploys apps to ESP32. Not ideal though... |
@ESP32DE requests as part of #206:
Marking as an enhancement request for now. Agree it would be potentially useful to support, but will need some consideration.
The text was updated successfully, but these errors were encountered: