In one single (very simple) project idf.py doesn't seem to work properly. When I run
Code: Select all
idf.py -p {port} flash
In my other projects the following step would be actually executing esptool.py.
I tried pretty much all I know. I followed through the cmake files and in all cases that would not execute I would get a message in the console, which I'm not.
I even copied the sdkconfig from the working project and compared the CMakeLists and removed everything different from the non working project. But no luck.
Does anyone have and idea or a hint where I could find new clues?