Need advice on how to build for the ESP32 S3. How to change the sdkconfig and build. #127
Closed
gwcSoftware
started this conversation in
General
Replies: 1 comment
-
I am currently compiling against 4.4.3 (with Eclipse), perhaps that version behaves better? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
First, I am totally new to using the ESP-IDF environment for building ESP32. I was able to set up v4.3 esp-idf and build with the default sdkconfig and load it to an ESP DEVKIT V1 device.
I would like to build ESP32 for an ESP32 S3 device and tried renaming the sdkconfig.s3 file to sdkconfig and then build from the command line using idf.py build. However it builds for a while and then I get errors:
Any advice on how to get the S3 version to build would be greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions