esp32 make -j4
idf.py -D MICROPY_BOARD=ESP32_GENERIC -D MICROPY_BOARD_DIR="/home/jme/micropython/ports/esp32/boards/ESP32_GENERIC" -B build-ESP32_GENERIC build || (echo -e "See \033[1;31mhttps://github.com/micropython/micropython/wiki/Build-Troubleshooting\033[0m"; false)
/bin/sh: 1: idf.py: not found
I try to follow your instructions and was able to build the docker image, I then clone the micropython github master and cd into the micropython/ports/esp32. then issue the command esp32 make -j4. But it fails with idf.py not found !!!!!
Did I miss something ????
esp32 make -j4
idf.py -D MICROPY_BOARD=ESP32_GENERIC -D MICROPY_BOARD_DIR="/home/jme/micropython/ports/esp32/boards/ESP32_GENERIC" -B build-ESP32_GENERIC build || (echo -e "See \033[1;31mhttps://github.com/micropython/micropython/wiki/Build-Troubleshooting\033[0m"; false)
/bin/sh: 1: idf.py: not found
I try to follow your instructions and was able to build the docker image, I then clone the micropython github master and cd into the micropython/ports/esp32. then issue the command esp32 make -j4. But it fails with idf.py not found !!!!!
Did I miss something ????