-
-
Notifications
You must be signed in to change notification settings - Fork 29
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
IRAM0 segment data does not fit. #43
Comments
oh! could you try with a different Partition Scheme? without OTA for example, it is only 1.3 kb overflow 😂 |
same, it doesn't matter which partition scheme I use, if psram is enabled, I get this error :/ |
Not sure, because without psram I dont think the camera works. Is this the same code from this repo? |
yup, unchanged code from this repo - I'm on osx if that changes anything, using v2.0.10 as ESP32 library in arduino ide 🤷♂️ |
I think I've just bumped LinkedList from v1.3.1 to v1.3.3 and now it works.......no clue what happened |
oh, also I think esp32cam project now it is integrated to esp32, so I am not sure if now I should compile with the Eitherway, I need to update to latest marauder soon, so the code will change a bit. |
neat, I've actually already updated marauder in my fork and it seems to be working pretty well too :) |
also compiling for the ai thinker esp32-cam just works too :) |
oh could you PR the update? |
there you go #45 |
Seems like I've been able to compile everything but I get this at the end. I've been able to narrow the issue down to having PSRAM enabled in the board settings. If I disable it, it compiles, otherwise, it gives me this (notice I have no board attached yet, I'm just hitting "verify" in the arduino ide)
The text was updated successfully, but these errors were encountered: