You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Desktop (please complete the following information):
MacOS 10.14.5
Eclipse 4.11.0 20190314-1200
Sloeber, the Eclipse Arduino IDE (plugin version) 4.3.1.201902260606
esp8266 platform 2.5.2
Additional context
When I launch the failed command from the command line (bash) it works just fine:
viktor@imac:~/eclipse-workspace/test $ /Applications/Eclipse.app/Contents/Eclipse//arduinoPlugin/packages/esp8266/tools/python/3.7.2-post1/python /Applications/Eclipse.app/Contents/Eclipse//arduinoPlugin/packages/esp8266/hardware/esp8266/2.5.2/tools/upload.py --chip esp8266 --port /dev/cu.SLAB_USBtoUART --baud 921600 erase_flash --end --chip esp8266 --port /dev/cu.SLAB_USBtoUART --baud 921600 write_flash 0x0 /Users/viktor/eclipse-workspace/test/Release/test.bin --end
esptool.py v2.6
Serial port /dev/cu.SLAB_USBtoUART
Connecting....
Chip is ESP8266EX
Features: WiFi
MAC: cc:50:e3:0c:c9:a1
Uploading stub...
Running stub...
Stub running...
Changing baud rate to 460800
Changed.
Erasing flash (this may take a while)...
Chip erase completed successfully in 6.8s
Hard resetting via RTS pin...
esptool.py v2.6
Serial port /dev/cu.SLAB_USBtoUART
Connecting....
Chip is ESP8266EX
Features: WiFi
MAC: cc:50:e3:0c:c9:a1
Uploading stub...
Running stub...
Stub running...
Changing baud rate to 460800
Changed.
Configuring flash size...
Auto-detected Flash size: 4MB
Compressed 276784 bytes to 195039...
Wrote 276784 bytes (195039 compressed) at 0x00000000 in 4.6 seconds (effective 479.5 kbit/s)...
Hash of data verified.
Leaving...
Hard resetting via RTS pin...
Here's the sketch:
viktor@imac:~/eclipse-workspace/test $ cat test.ino
#include "Arduino.h"
//The setup function is called once at startup of the sketch
void setup()
{
// Add your initialization code here
}
// The loop function is called in an endless loop
void loop()
{
//Add your repeated code here
}
The text was updated successfully, but these errors were encountered:
Latest nightly build failed to upload sketch into esp8266
To Reproduce
Create any/empty sketch, then upload it
Expected behavior
Sketch shall be uploaded but it's not
Screenshots
Desktop (please complete the following information):
MacOS 10.14.5
Eclipse 4.11.0 20190314-1200
Sloeber, the Eclipse Arduino IDE (plugin version) 4.3.1.201902260606
esp8266 platform 2.5.2
Additional context
When I launch the failed command from the command line (bash) it works just fine:
Here's the sketch:
The text was updated successfully, but these errors were encountered: