debugging wrote on August 10, 2019:
Everything went fine up to the make. But flashing encountering issues:
https://docs.aws.amazon.com/freertos/latest/userguide/getting_started_espressif.html , says:
./vendors/espressif/esp-idf/tools/idf.py erase_flash -B build
encountered lot of problems to flash, finally found the cause was I ran this from the build folder. Please update the docs. Embarasing that it took me hours to figure it out. So: Build in the build folder and flash from the folder above otherwise the flash tools can’t find the build folder.