esp8266 / arduino-esp8266fs-plugin

Arduino plugin for uploading files to ESP8266 file system
GNU General Public License v2.0
708 stars 214 forks source link

ESP8266FS-0.5.0 makes arduino not startup #67

Closed tihoangyeudau closed 4 years ago

tihoangyeudau commented 4 years ago

when i update to ESP8266FS-0.5.0, it makes arduino not startup, when i delete it , i can open arduino.

staffa007 commented 4 years ago

same problem!

me-no-dev commented 4 years ago

which version IDE?

arthurhoch commented 4 years ago

which version IDE?

1.8.10

staffa007 commented 4 years ago

1.8.10 both Mac OS and Windows

arthurhoch commented 4 years ago

Arduino 1.8.8, arduino-esp8266fs-plugin 0.40 and esp8266 by ESP8266 Community 2.6.0 works. For emergency.

rousir commented 4 years ago

same problem!windows 7,arduino ide 1.8.9,

me-no-dev commented 4 years ago

the zip has been updated with earlier java. Please try again :)

tihoangyeudau commented 4 years ago

it works. i can open arduino. but i cant upload fs, there is the issue:

... [SPIFFS] upload : C:\Users\tuant\AppData\Local\Temp\arduino_build_426210/demo.spiffs.bin [SPIFFS] address : 0x300000 [SPIFFS] reset : --before default_reset --after hard_reset [SPIFFS] port : COM4 [SPIFFS] speed : 115200 [SPIFFS] python : C:\Users\tuant\AppData\Local\Arduino15\packages\esp8266\tools\python3\3.7.2-post1\python3.exe [SPIFFS] uploader : C:\Users\tuant\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\2.6.1\tools\upload.py

usage: esptool write_flash [-h] [--erase-all]

                       [--flash_freq {keep,40m,26m,20m,80m}]

                       [--flash_mode {keep,qio,qout,dio,dout}]

                       [--flash_size FLASH_SIZE]

                       [--spi-connection SPI_CONNECTION] [--no-progress]

                       [--verify] [--encrypt]

                       [--ignore-flash-encryption-efuse-setting]

                       [--compress | --no-compress]

                       <address> <filename> [<address> <filename> ...]

esptool write_flash: error: argument

: [Errno 2] No such file or directory: 'write_flash'

SPIFFS Upload failed!

tihoangyeudau commented 4 years ago

it works. i can open arduino. but i cant upload fs, there is the issue:

... [SPIFFS] upload : C:\Users\tuant\AppData\Local\Temp\arduino_build_426210/demo.spiffs.bin [SPIFFS] address : 0x300000 [SPIFFS] reset : --before default_reset --after hard_reset [SPIFFS] port : COM4 [SPIFFS] speed : 115200 [SPIFFS] python : C:\Users\tuant\AppData\Local\Arduino15\packages\esp8266\tools\python3\3.7.2-post1\python3.exe [SPIFFS] uploader : C:\Users\tuant\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\2.6.1\tools\upload.py

usage: esptool write_flash [-h] [--erase-all]

                       [--flash_freq {keep,40m,26m,20m,80m}]

                       [--flash_mode {keep,qio,qout,dio,dout}]

                       [--flash_size FLASH_SIZE]

                       [--spi-connection SPI_CONNECTION] [--no-progress]

                       [--verify] [--encrypt]

                       [--ignore-flash-encryption-efuse-setting]

                       [--compress | --no-compress]

                       <address> <filename> [<address> <filename> ...]

esptool write_flash: error: argument

: [Errno 2] No such file or directory: 'write_flash' SPIFFS Upload failed!