Replies: 1 comment 1 reply
-
I'm not sure why your docker image isn't working anymore, but an alternative might be the official docker images released by espressif. They're used in mpbuild to compile esp32 port. https://github.com/mattytrentini/mpbuild |
Beta Was this translation helpful? Give feedback.
1 reply
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi guys,
I have a Dockerfile to set up an environment, which I use to build the firmware for my ESP32 board. This has always worked as expected however I just tried to updated the Micropython Version from 1.24.1 to 1.25.0 in my script and now this build does not work at all. It seems that it cannot find the idf.py to build Micropython. It seems
./esp-idf/export.sh
does not do anything. I only changed one single line in that Dockerfile and that is to clone the latest Micropython releases but the ESP-IDF framework version remains the same as before. I am not sure why this script fails to build. Has something changed in the way that 1.25 is built ?? The instructions under ports/esp32 suggest no changes. Any ideas ?Here is the output from the build:
Beta Was this translation helpful? Give feedback.
All reactions