BB1989

Results 13 comments of BB1989

这个应该怎么添加啊。。不懂啊。。这两个分别是啥啊?不好意思啊。。一点儿不懂。现在芯片设置了啊。但是两个参数不知道写啥。。

> PS D:\esp-idf-v5.5\esp-who\examples\human_face_detect> idf.py reconfigure Executing action: reconfigure Running cmake in directory D:\esp-idf-v5.5\esp-who\examples\human_face_detect\build Executing "cmake -G Ninja -DPYTHON_DEPS_CHECKED=1 -DPYTHON=D:.esp-idf-v5.5\python_env\idf5.5_py3.11_env\Scripts\python.exe -DESP_PLATFORM=1 -DCCACHE_ENABLE=1 D:\esp-idf-v5.5\esp-who\examples\human_face_detect"... -- Minimal build - OFF -- ccache will...

> [@BB1989](https://github.com/BB1989) 不是呀,这边的reconfigure只是cmake了一下,后面才会build target就是你板子芯片的型号,esp32s3或者esp32p4 > > 每个例子下面会有一些sdkconfig开头的文件,如果你的板子是esp32s3eye,这个例子就是sdkconfig.bsp.esp32_s3_eye_noglib > 执行 > > ``` > idf.py reconfigure -DIDF_TARGET="esp32s3" -DSDKCONFIG_DEFAULTS="sdkconfig.bsp.esp32_s3_eye_noglib" > ``` 执行完了,下面要执行啥呢? idf.py build?