完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
我原本可以顺利的进行程序的编译和烧录,但从昨天起,烧录过程中突然开始开始报错。
报错的同时系统会发出USB设备移除的提示音,请问我应该如何解决此问题? 错误的提示内容如下: Traceback (most recent call last): File "D:/Espressif/frameworks/esp-idf-v4.4.1/components/esptool_py/esptool/esptool.py", line 468, in command p = self.read() File "D:/Espressif/frameworks/esp-idf-v4.4.1/components/esptool_py/esptool/esptool.py", line 413, in read return next(self._slip_reader) File "D:/Espressif/frameworks/esp-idf-v4.4.1/components/esptool_py/esptool/esptool.py", line 3540, in slip_reader raise FatalError(msg) __main__.FatalError: Serial data stream stopped: Possible serial noise or corruption. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "D:/Espressif/frameworks/esp-idf-v4.4.1/components/esptool_py/esptool/esptool.py", line 5347, in _main() File "D:/Espressif/frameworks/esp-idf-v4.4.1/components/esptool_py/esptool/esptool.py", line 5340, in _main main() File "D:/Espressif/frameworks/esp-idf-v4.4.1/components/esptool_py/esptool/esptool.py", line 4772, in main operation_func(esp, args) File "D:/Espressif/frameworks/esp-idf-v4.4.1/components/esptool_py/esptool/esptool.py", line 3978, in write_flash esp.flash_block(block, seq) File "D:/Espressif/frameworks/esp-idf-v4.4.1/components/esptool_py/esptool/esptool.py", line 801, in flash_block self.check_command("write to target Flash after seq %d" % seq, File "D:/Espressif/frameworks/esp-idf-v4.4.1/components/esptool_py/esptool/esptool.py", line 495, in check_command val, data = self.command(op, data, chk, timeout=timeout) File "D:/Espressif/frameworks/esp-idf-v4.4.1/components/esptool_py/esptool/esptool.py", line 484, in command self._port.timeout = saved_timeout File "D:Espressifpython_envidf4.4_py3.8_envlibsite-packagesserialserialutil.py", line 372, in timeout self._reconfigure_port() File "D:Espressifpython_envidf4.4_py3.8_envlibsite-packagesserialserialwin32.py", line 222, in _reconfigure_port raise SerialException( serial.serialutil.SerialException: Cannot configure port, something went wrong. Original message: PermissionError(13, '设备不识别此命令。', None, 22) CMake Error at run_serial_tool.cmake:56 (message): D:/Espressif/python_env/idf4.4_py3.8_env/Scripts/python.exe D:/Espressif/frameworks/esp-idf-v4.4.1/components/esptool_py/esptool/esptool.py --chip esp32s3 failed FAILED: CMakeFiles/flash cmd.exe /C "cd /D D:Espressifframeworksesp-idf-v4.4.1componentsesptool_py && D:Espressiftoolscmake3.20.3bincmake.exe -D IDF_PATH="D:/Espressif/frameworks/esp-idf-v4.4.1" -D SERIAL_TOOL="D:/Espressif/python_env/idf4.4_py3.8_env/Scripts/python.exe D:/Espressif/frameworks/esp-idf-v4.4.1/components/esptool_py/esptool/esptool.py --chip esp32s3" -D SERIAL_TOOL_ARGS="--before=default_reset --after=hard_reset --no-stub write_flash @flash_args" -D WORKING_DIRECTORY="D:/COURSE_FILES/esp32_s3/esp-who/examples/human_face_detection/lcd/build" -P D:/Espressif/frameworks/esp-idf-v4.4.1/components/esptool_py/run_serial_tool.cmake" ninja: build stopped: subcommand failed. ninja failed with exit code 1 PS D:COURSE_FILESesp32_s3esp-whoexampleshuman_face_detectionlcd> |
|
相关推荐
1个回答
|
|
根据您提供的错误信息,这个问题可能是由于以下几个原因导致的:
1. USB连接不稳定:请确保您的ESP32-S3-EYE模块与计算机之间的连接稳定。尝试更换USB线或更换USB端口。 2. 驱动问题:请检查您的计算机是否已安装了正确的驱动程序。如果没有,请安装或更新驱动程序。 3. 烧录软件问题:请确保您使用的烧录软件(如esptool.py)是最新版本。如果不是,请更新到最新版本。 4. 烧录过程中的干扰:在烧录过程中,请确保不要对ESP32-S3-EYE模块进行任何操作,以免造成干扰。 5. 硬件问题:如果以上方法都无法解决问题,可能是ESP32-S3-EYE模块本身存在问题。您可以尝试更换一个新的模块。 解决步骤: 1. 检查USB连接:确保ESP32-S3-EYE模块与计算机之间的连接稳定,尝试更换USB线或更换USB端口。 2. 更新驱动程序:检查计算机上的驱动程序是否为最新版本,如有需要,请进行安装或更新。 3. 更新烧录软件:确保您使用的烧录软件(如esptool.py)是最新版本。如果不是,请更新到最新版本。 4. 避免干扰:在烧录过程中,不要对ESP32-S3-EYE模块进行任何操作,以免造成干扰。 5. 更换模块:如果以上方法都无法解决问题,您可以尝试更换一个新的ESP32-S3-EYE模块。 希望以上方法能帮助您解决问题。如果问题仍然存在,请提供更多详细信息,以便我们为您提供更具体的帮助。 |
|
|
|
只有小组成员才能发言,加入小组>>
538浏览 6评论
451浏览 5评论
有没有办法在不使用混杂模式的情况下实现Wifi驱动程序接收缓冲区访问中断呢?
433浏览 5评论
435浏览 4评论
406浏览 4评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-11-14 15:29 , Processed in 0.907339 second(s), Total 78, Slave 61 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号