Page 1 of 1

求助!ESP32s3-USB-OTG 官方 factory demo项目构建失败

Posted: Sat Nov 18, 2023 1:37 pm
by jy.dxj
最近想开发esp32的usb方面的项目,但是遇到了如下问题,请问有谁遇到过这个问题吗

在vscode依赖esp-idf组件里面可以成功编译代码,但是无法正常烧录,若使用`idf.py flash monitor`指令来构建项目会打印:

esptool write_flash: error: argument <address> <filename>: [Errno 2] No such file or directory: 'storage.bin'
CMake Error at run_serial_tool.cmake:56 (message):
D:/Espressif/python_env/idf4.4_py3.11_env/Scripts/python.exe
D:/Espressif/frameworks/esp-idf-v4.4.5/components/esptool_py/esptool/esptool.py
--chip esp32s3 failed

esp-idf版本为4.4.5,正常的本地demo能够正常编译并且烧录,

QQ截图20231118212520.png
QQ截图20231118212520.png (165.01 KiB) Viewed 5096 times
QQ截图20231118212837.png
QQ截图20231118212837.png (57.8 KiB) Viewed 5096 times
QQ截图20231118212520.png
QQ截图20231118212520.png (165.01 KiB) Viewed 5096 times