ESP32-S3得进入BootLoader才能烧录程序
Posted: Mon May 15, 2023 3:17 am
之前在arduino上用一个不匹配的开发板下载了程序,
之后ESP32-s3连接电脑后显示成一个磁盘,arduino端口识别不了。重新进入BootLoader模式才能下载程序。
下载完之后,按复位按钮,重新下载程序,就下载不了了
Arduino串口打印消息如下:
esptool.py v4.5
Serial port COM23
Connecting....
A serial exception error occurred: Write timeout
Note: This error originates from pySerial. It is likely not a problem with esptool, but with the hardware connection or drivers.
For troubleshooting steps visit: https://docs.espressif.com/projects/esp ... oting.html
但是BootLoader模式下还能下载程序,不知道是不是初始的bin文件被覆盖了,请问是否有办法复原
之后ESP32-s3连接电脑后显示成一个磁盘,arduino端口识别不了。重新进入BootLoader模式才能下载程序。
下载完之后,按复位按钮,重新下载程序,就下载不了了
Arduino串口打印消息如下:
esptool.py v4.5
Serial port COM23
Connecting....
A serial exception error occurred: Write timeout
Note: This error originates from pySerial. It is likely not a problem with esptool, but with the hardware connection or drivers.
For troubleshooting steps visit: https://docs.espressif.com/projects/esp ... oting.html
但是BootLoader模式下还能下载程序,不知道是不是初始的bin文件被覆盖了,请问是否有办法复原