And I just found the issue. There was a whitespace in my project path.
That's a very mean bug right there
Search found 4 matches
- Wed Jan 25, 2023 10:04 pm
- Forum: ESP-IDF
- Topic: idf.py does not execute esptool in one project
- Replies: 5
- Views: 2257
- Wed Jan 25, 2023 4:13 pm
- Forum: ESP-IDF
- Topic: idf.py does not execute esptool in one project
- Replies: 5
- Views: 2257
Re: idf.py does not execute esptool in one project
Yes I did, I even manually deleted the entire build directory, copied all CMakeLists and the sdkconfig over with no success.
Strange indeed. Especially since the project is absolutely barebones.
I could of course copy my sources to a new project. But how often will I have to do that?
Strange indeed. Especially since the project is absolutely barebones.
I could of course copy my sources to a new project. But how often will I have to do that?
- Tue Jan 24, 2023 4:15 pm
- Forum: ESP-IDF
- Topic: idf.py does not execute esptool in one project
- Replies: 5
- Views: 2257
Re: idf.py does not execute esptool in one project
Could you please share the full output of "idf.py flash"? :SMS MZ jw$ idf.py -p /dev/cu.SLAB_USBtoUART flash Executing action: flash Running ninja in directory 'Hardware/Firmware/Projekte/SMS MZ/build' Executing "ninja flash"... [1/5] cd "Hardware/Firmware/Projekte/SMS MZ/build/esp-idf/esptool_py" ...
- Tue Jan 24, 2023 1:53 am
- Forum: ESP-IDF
- Topic: idf.py does not execute esptool in one project
- Replies: 5
- Views: 2257
idf.py does not execute esptool in one project
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 idf.py -p {port} flash everything runs through, but in the end the chip isn't being flashed. The last step that happens is cd'ing into esptool_py a...