-->
Page 1 of 1

Sketch upload works fine, SPIFFS Upload fails

PostPosted: Sun Feb 07, 2016 4:21 pm
by salildel
IDE - 1.6.7
ESP8266 core - 2.1.0-rc2
Upload tool - ESP8266FS-0.2.0
IDE boards setting - Generic ESP8266 module
Board - ESP8266 ESP-01 and ESP-12E

I tried different upload speeds, but 115200 is the only speed where it would at least start the upload (dots indicating progress) but then stops with error.

I have tried this on 2 computers now - both throw the same error.

Am I the only one experiencing this?

Any help would be appreciated.

Code: Select all[SPIFFS] data : C:\Users\......\ESP8266\AP_WebServ\AP_Webserv\data
[SPIFFS] size : 64
[SPIFFS] page : 256
[SPIFFS] block : 4096
/tst.html

[SPIFFS] upload : C:\Users\......\AppData\Local\Temp\buildd892b1a9281902446aab159486bf14a5.spiffs/AP_Webserv.spiffs.bin
[SPIFFS] address: 0xEB000
[SPIFFS] reset : ck
[SPIFFS] port : COM18
[SPIFFS] speed : 115200

warning: espcomm_send_command: wrong direction/command: 0x01 0x03, expected 0x01 0x08

Uploading 65536 bytes from C:\Users\SUPAGU~1\AppData\Local\Temp\buildd892b1a9281902446aab159486bf14a5.spiffs/AP_Webserv.spiffs.bin to flash at 0x000EB000

........warning: espcomm_send_command: didn't receive command response

warning: espcomm_send_command(FLASH_DOWNLOAD_DATA) failed

warning: espcomm_send_command: wrong direction/command: 0x01 0x03, expected 0x01 0x04

SPIFFS Upload failed!

Re: Sketch upload works fine, SPIFFS Upload fails

PostPosted: Wed Mar 09, 2016 10:28 pm
by theory
Did you end up solving this?