Skip to content

esptool error on 2.0.7 #8103

@neo305

Description

@neo305

Board

ESP32-S2

Device Description

Plain module

Hardware Configuration

No

Version

v2.0.7

IDE Name

Arduino

Operating System

Windows 10

Flash frequency

80Mhz

PSRAM enabled

yes

Upload speed

921600

Description

Can’t upload

Sketch

Upload

Debug Message

Arduino: 1.8.19 (Windows 10), Board: "ESP32S2 Dev Module, Disabled, Disabled, Disabled, Disabled, UART0, Enabled, No OTA (1MB APP/3MB SPIFFS), 240MHz (WiFi), QIO, 80MHz, 4MB (32Mb), 921600, Debug, Disabled"

Sketch uses 918914 bytes (87%) of program storage space. Maximum is 1048576 bytes.
Global variables use 53092 bytes (16%) of dynamic memory, leaving 274588 bytes for local variables. Maximum is 327680 bytes.
___REMOVE___/esptool.exe --chip esp32s2 --port COM6 --baud 921600 --before default_reset --after hard_reset write_flash -z --flash_mode dio --flash_freq 80m --flash_size 4MB 0x1000 C:\Users\Laz\AppData\Local\Temp\arduino_build_916316/ESP32-S2_900.ino.bootloader.bin 0x8000 C:\Users\Laz\AppData\Local\Temp\arduino_build_916316/ESP32-S2_900.ino.partitions.bin 0xe000 C:\Users\Laz\AppData\Local\Arduino15\packages\esp32\hardware\esp32\2.0.7/tools/partitions/boot_app0.bin 0x10000 C:\Users\Laz\AppData\Local\Temp\arduino_build_916316/ESP32-S2_900.ino.bin 
http://java.io.IOException: Cannot run program "___REMOVE___/esptool.exe": CreateProcess error=2, The system cannot find the file specified
at java.lang.ProcessBuilder.start(http://ProcessBuilder.java:1048)
at http://processing.app.helpers.ProcessUtils.exec(https://t.co/8pvVPo8y5q)
at cc.arduino.packages.Uploader.executeUploadCommand(http://Uploader.java:129)
at cc.arduino.packages.uploaders.SerialUploader.runCommand(http://SerialUploader.java:383)
at cc.arduino.packages.uploaders.SerialUploader.uploadUsingPreferences(http://SerialUploader.java:197)
at cc.arduino.UploaderUtils.upload(http://UploaderUtils.java:77)
at http://processing.app.SketchController.upload(https://t.co/Sx6GYsnEM4)
at http://processing.app.SketchController.exportApplet(https://t.co/1yjsmiKoaU)
at http://processing.app.Editor$UploadHandler.run(https://t.co/HNyo51TmmS)
at http://java.lang.Thread.run(https://t.co/OTqhZZKVeZ)
Caused by: http://java.io.IOException: CreateProcess error=2, The system cannot find the file specified
at java.lang.ProcessImpl.create(Native Method)
at java.lang.ProcessImpl.<init>(http://ProcessImpl.java:386)
at java.lang.ProcessImpl.start(http://ProcessImpl.java:137)
at java.lang.ProcessBuilder.start(http://ProcessBuilder.java:1029)
... 9 more
An error occurred while uploading the sketch

This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.

Other Steps to Reproduce

No response

I have checked existing issues, online documentation and the Troubleshooting Guide

  • I confirm I have checked existing issues, online documentation and Troubleshooting guide.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions