Replies: 2 comments
-
@iot49 If you're building for s3 then you need to set a board, e.g. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Many thanks! How stupid of me. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I am suddenly experiencing problems compiling micropython for the esp32s3:
Has anyone else experienced issues? The error is specific to the s3 target; perhaps not surprising since that's the cpu with integrated USB.
Command used to compile:
docker run --rm -v .:/project -w /project espressif/idf:v5.0.4 \ bash -c "cd micropython/ports/esp32; make clean; make submodules; make V=1 IDF_TARGET=esp32s3"
Beta Was this translation helpful? Give feedback.
All reactions