一、vscode idf报错
Executing task: d:\Espressif\python_env\idf5.1_py3.11_env\Scripts\python.exe d:\Espressif\frameworks\esp-idf-v5.1.1\components\esptool_py\esptool\esptool.py -p COM17 -b 460800 --before default_reset --after hard_reset --chip esp32s3 write_flash --flash_mode dio --flash_freq 80m --flash_size 2MB 0x0 bootloader/bootloader.bin 0x10000 esp32_s3_balance_car.bin 0x8000 partition_table/partition-table.bin
esptool.py v4.7.0
Serial port COM17
A fatal error occurred: Could not open COM17, the port is busy or doesn’t exist.
(could not open port ‘COM17’: FileNotFoundError(2, ‘系统找不到指定的文件。’, None, 2))
Hint: Check if the port is correct and ESP connected
二、arduion报错
三、解决方法
打开usb-otg的串口又有打印,说明该板子被淘宝店家下载程序,需要进入下载模式,按照如下操作
先按住boot键
再按住reset键
然后松开reset键
最后松开boot键
然后进入下载模式