ESP32 Get started install ESP-IDF on Windows
Posted: Thu Apr 05, 2018 2:55 pm
I am posting this for future reference. In the reply I document the solution I arrived at.
I am trying to install a dev environment for the ESP32. I am at the step 'Get ESP-IDF' at page http://esp-idf.readthedocs.io/en/latest ... et-esp-idf
This step asks me to run:
But that fails with this message:
`git` simply doesn't seem to work. `wget` also doesn't work. `wget` works on very few sites.
When I go to github and download the zip, extract it to ~/esp/esp-idf, and do `make menuconfig` it doesn't work, seems to require a .git folder. I get a .git folder if I run the `git clone` above and kill it. `make menuconfig` now runs but at some point it deletes all of the `esp-idf` folder (its way of saying "f*** you") and the final command fails..
Summary: I found no way to make the install work work in MSYS2 on Windows 10, using https://dl.espressif.com/dl/esp32_win32 ... 180110.zip.
I am trying to install a dev environment for the ESP32. I am at the step 'Get ESP-IDF' at page http://esp-idf.readthedocs.io/en/latest ... et-esp-idf
This step asks me to run:
Code: Select all
mkdir -p ~/esp
git clone --recursive https://github.com/espressif/esp-idf.git
Code: Select all
user@DINV005 MINGW32 ~/esp/hello_world
$ git clone --recursive https://github.com/espressif/esp-idf.git
Cloning into 'esp-idf'...
fatal: unable to access 'https://github.com/espressif/esp-idf.git/': Failed to connect to github.com port 443: Connection timed out
When I go to github and download the zip, extract it to ~/esp/esp-idf, and do `make menuconfig` it doesn't work, seems to require a .git folder. I get a .git folder if I run the `git clone` above and kill it. `make menuconfig` now runs but at some point it deletes all of the `esp-idf` folder (its way of saying "f*** you") and the final command fails..
Summary: I found no way to make the install work work in MSYS2 on Windows 10, using https://dl.espressif.com/dl/esp32_win32 ... 180110.zip.