idf.py does not execute esptool in one project
Posted: Tue Jan 24, 2023 1:53 am
I'm currently trying to find a very odd problem with ESP-IDF 4.4.3.
In one single (very simple) project idf.py doesn't seem to work properly. When I run everything runs through, but in the end the chip isn't being flashed. The last step that happens is cd'ing into esptool_py and running cmake with esp-idf/components/esptool_py/run_serial_tool.cmake.
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?
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?