nixpkgs-esp-dev icon indicating copy to clipboard operation
nixpkgs-esp-dev copied to clipboard

"CMakeLists.txt not found" when running idf.py

Open jonahbron opened this issue 1 year ago • 1 comments

I'm running a develop shell directly from the flake ref as in the readme, but when I try to run an idf.py command, I get an error:

$ idf.py erase-flash
Executing action: erase-flash
CMakeLists.txt not found in project directory /home/jonah

Am I missing a step here? FWIW, that path is not a Git repo.

jonahbron avatar Apr 16 '24 05:04 jonahbron

idf.py commands only work in an idf project directory.

mksafavi avatar Jul 03 '24 18:07 mksafavi