-
Notifications
You must be signed in to change notification settings - Fork 7
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
Supported targets #6
Comments
The current test shows that this scheme supports the ESP32-C series and ESP32-S3 chips. When this scheme is applied to ESP32, the volume of the corresponding |
Secure boot is an optional feature. I did not enable it but it still doesn't work on ESP32. Probably I miss something. Also, I tried to build for ESP32-S3 but got iram overflow error. I am using idf master.
Do we need a custom linker like ESP32-Cx chips? |
When using ESP32S3, please compile it on the v4.4 version of IDF. There is no official stable version of the master branch. |
Thanks @WangYuxin-esp . Really good work. I think, this is hidden repo and deserves more attention. I believe most of the users will like it, especially those who have a connection via the gsm modem. And my last question; What is the status of ESP32? Again should I test it with v4.4? |
@erhankur Yes, for ESP32, you can use this scheme with v4.4 IDF. |
I could compile and start the bootloader w/ ESP32.. No further tests done though. |
I tried differential OTA on ESP32 but didn't work. ESP32-C3 is OK.
Can we clarify exactly which targets are supported for which features?
The text was updated successfully, but these errors were encountered: