-
Notifications
You must be signed in to change notification settings - Fork 353
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
Getting No PSRAM found on first boot #287
Comments
You have the wrong board selected, it has to be AI Thinker ESP32-CAM |
Instructions in the README says to use the generic |
THINK, does that have a camera? I have dozens of these and work with them all the time. The README is wrong. |
Set the board to Note, this is NOT an AI-Thinker branded board, see Amazon link I have above, is what I'm trying to use. Wonder if this particular module, ESP32-S, just doesn't have any PSRAM. |
The board I am using is also NOT an AI-THINKER, it is similar to what you have. I do NOT fool around with the settings on the IDE board menu. I just compiled and it works. |
12:45:49.781 -> 0x1 (POWERON_RESET),boot:0x13 (S0x1 (POWERON_RESET),boot:0x13 (S0x1 (POWERON_RESET),boot:0x13 (S0x1 (POWERON_RESET),boot:0x13 (S0x1 (POWERON_RESET),boot:0x13 (S0x1 (POWERON_RESET),boot:0x13 (S0x1 (POWERON_RESET),boot:0x13 (S0x1 (POWERON_RESET),boot:0x13 (S0x1 (POWERON_RESET),boot:0x13 (S0x1 (POWERON_RESET),boot:0x13 (S0x1 (POWERON_RESET),boot:0x13 (S0x1 (POWERON_RESET),boot:0x13 (S0x1 (POWERON_RESET),boot:0x13 (S0x1 (POWERON_RESET),boot:0x13 (S0x1 (POWERON_RESET),boot:0x13 (S0x1 (POWERON_RESET),boot:0x13 (S0x1 (POWERON_RESET),boot:0x13 (S0x1 (POWERON_RESET),boot:0x13 (S0x1 (POWERON_RESET),boot:0x13 (S0x1 (POWERON_RESET),boot:0x13 (S0x1 (POWERON_RESET),boot:0x13 (S0x1 (POWERON_RESET),boot:0x13 (S0x1 (POWERON_RESET),boot:0x13 (S0x1 (POWERON_RESET),boot:0x13 (S0x1 (POWERON_RESET),boot:0x13 (S0x1 AST_FLASH_BOOT) |
What were your compile settings? I didn't "mess around", I followed the README on the project. If that's wrong, then please tell me what the correct settings are. |
Good morning |
EDIT: While the procedure below does work, as I feared it did cause problems when compiling projects for other boards. I found that as @sonofcy said, you must select the I have the same kind of ESP32-S board and had the same PSRAM problem when using board type I found the solution in this post: https://www.esp32.com/viewtopic.php?t=31247#p107434 In
In
In While this worked there is probably a better way to do it. This is my first project, I don't know this environment or hardware at all. Modifying a core library file sucks and seems like it would break compatibility with other boards. I also noticed that PSRAM did not seem to initialize properly on every bootup. Sometimes you have to push the reset button to get the board to come up. If anyone can suggest the right way to implement this support without messing with |
So I got this esp32-cam, and when using your sketch I get
No PSRAM found; camera cannot be initialised: Please check the board config for your module.
as an error on first boot. Screenshot and full output is below.I did ensure in Tools->PSRAM -> Enabled is set, using latest Arduino (2.0.3) and esp32 boards (2.0.6) is installed.
The text was updated successfully, but these errors were encountered: