-
-
Notifications
You must be signed in to change notification settings - Fork 8.2k
ESP32S3R8 - 16MB Flash - 8MB PSRAM? #11042
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
Comments
I was able to get a circuitpython with 8M Flash - 8M PSRAM running. I really don't like whats happened to circuitpython, libraries have been removed, they took out machine and webrepl. I haven't been able to find any documentation on what happened to webrepl. Still trying to get MicroPython working... |
Regarding support for LILYGO® T-Display-S3, i.e. development board equipped with:
You may want to check their repo: which for MicroPytho 8000 n links to: I consider obtaining this board for myself (but having some issues with AliExpress closing order allegedly due to account security concerns, which doesn't make any sense...). |
Wow I had no idea they were compiling their own Micropython, thanks! I’ll have to check it out. I have some of theirs with the 1.14 inch screen that work well. Do they have Amazon over there? |
You're welcome. I have local version of Amazon, so I can find sort of equivalents for relevant deals from .com like:
but they're more expensive than AliExpress one, even when not counting welcome deal: Mostly due to delivery cost (even though this delivery cost in local Amazon is still noticeably cheaper than from global/US Amazon). AliExpress has free shiping (albeit slow). And if I'm in no rush to obtain the board, I don't like to waste money. LILYGO beside having their own store, have their presence in both Amazon and AliExpress, so it feels somewhat safer to buy from them than from some random stores on those shopping platforms. But for whatever reason, making order on AliExpress with LILYGO stuff fails everytime as I mentioned last time. Hypothesis is that welcome deal may be geo-limited, but I don't see way to disable this kind of automatic coupon that doesn't show as coupon... Anyway, this is totally off-topic for MicroPython ticket, and I apologize for that. |
@PsuFan I am running custom hardware with the S3 that has 16MB Flash and 8MB RAM. It's octal and I saw it won't work if you flash the QSPI quad version. You must use the GENERIC_S3_SPIRAM_OCT version. https://micropython.org/download/GENERIC_S3_SPIRAM_OCT/ Let me know how its going for you. I have been doing battle with the gc.collect() time on it... the large RAM results in very long collect times that caused trouble for my use case. Debating going to lower RAM to speed things up... as screwed up as that sounds! This PR was a big improvement... #10235 |
Hi jkhax0r, |
Hi, done thanks. I used WSL (Linux under windows) to compile. |
@AppsByDavideV - note that if you compile for a ESP32-S3, then Micropython interrupts don't work - see #8488. You have to run menuconfig and set the single core flag (under ComponentConfig->FreeRTOS->RunFreeRTOS only on first Core) |
Good to know, I will check this too. Many thanks! |
Hi, @AppsByDavideV @PsuFan maybe this is still relevant for you.
then you will get the full 16MiB you paid for. Of cause the board name would be GENERIC_S3_SPIRAM_OCT. |
Hi nspsck, |
I recently tried building micropython for ESP32-S3-WROOM-1 N16R8 I used https://github.com/Mythologyli/MicroPython-ESP32-S3-N16R8 inside WSL Ubuntu 22.04LTS While building, I'm getting this error:-
Any idea what might be causing this? |
Which version of the esp-idf do you use?
|
Hi jasmohan-narula, There are also some other chip in the folder |
idf.py --version @robert-hh Looks like I was using the latest version of ESP-IDF as I downloaded it from Github. I'll try with v5.2.0 |
@AppsByDavideV Thanks a lot. I'll try your binary as well. |
I can understand @jasmohan-narula , that's what I did, so I can keep it updated . |
@AppsByDavideV I tried your binary, it's working for me. |
After changing the espressif IDE to v5.2
I tried building the image. This time I got a new error. So progress.
|
@jasmohan-narula , in the link above there is also a text file with some directions step by step, under Windows WSL. It is in italian, you can easily translate it. |
GENERIC_S3_SPIRAM_OCT images are now published on MicroPython download page. So there should be no need to build anything custom to run on these devices. |
Is MicroPython supported on this? https://www.amazon.com/gp/product/B09J112YR7/
I can't get it to run... updated to esptool 4.5.1. Mostly boot loops or no serial hardware detected...
The text was updated successfully, but these errors were encountered: