thunderace / Esp8266-Arduino-Makefile

Makefile to build arduino code for ESP8266/ESP32x under linux (tested on debian X64)
34 stars 20 forks source link

Problem uploading "fs" #29

Closed mwinters-stuff closed 4 years ago

mwinters-stuff commented 4 years ago

With latest from git, I am having a problem uploading a filesystem blob..

Tried with 2 projects, same result.

make -j 16 upload_fs /home/mathew/Arduino/Esp8266-Arduino-Makefile/esp8266-2.5.2/tools/mkspiffs/mkspiffs -c ./data -b 8192 -p 256 -s 1028096 ./build.nodemcuv2-2.5.2/spiffs/spiffs.bin /config-test.json /manifest.json /index.html.gz ifeq (NEW,NEW) /bin/bash: -c: line 0: syntax error near unexpected token NEW,NEW' /bin/bash: -c: line 0:ifeq (NEW,NEW)' make: *** [/home/mathew/Arduino/Esp8266-Arduino-Makefile/espXArduino.mk:604: upload_fs] Error 1