系统为WIN11专业版,板子为ESP32-S3-WROOM-1,通过340C连接到RX,TX。Arduino下可以正常刷写。
在WSL2+ubuntu+vscode+esp-idf环境中,编译example中的hello world通过,刷写的时候选择ESP32-S3(Built-in USB JTAG)、UART模式,提示错误:
> Execu
ting task: powershell.exe -Command "python \\wsl.localhost\Ubuntu\home\eddy\esp\esp-idf\components\esptool_py\esptool\esptool.py -p COM3 -b 460800 --before default_reset --after hard_reset --chip esp32s3 write_flash --flash_mode dio --flash_freq 80m --flash_size detect 0x10000 hello_world.bin 0x0 bootloaderbootloader.bin 0x8000 partition_tablepartition-table.bin" <
终端进程“/usr/bin/bash '-c', 'powershell.exe -Command "python \\wsl.localhost\Ubuntu\home\eddy\esp\esp-idf\components\esptool_py\esptool\esptool.py -p COM3 -b 460800 --before default_reset --after hard_reset --chip esp32s3 write_flash --flash_mode dio --flash_freq 80m --flash_size detect 0x10000 hello_world.bin 0x0 bootloaderbootloader.bin 0x8000 partition_tablepartition-table.bin"'”已终止,退出代码: 1。
这是为什么呢?请大神教教我,谢谢~