Bug with the NodeMCU firmware
Posted: Tue Feb 24, 2015 3:06 pm
Hello,
I just put installed the NodeMCU firmware to my ESP8266 boards (one small module, and one development board from Olimex). With both, I can execute basic commands on the board via NodeMCU (via a FTDI module), but for example when I do a node.restart() I get:
c_..RS.fJS.fJS.f..
NodeMCU 0.9.5 build 20150213 powered by Lua 5.1.4
lua: cannot open init.lua
These characters (c_..RS.fJS.fJS.f..) at the start are quite strange ... is that normal? Also it prevents me from using any IDE or uploading files to the ESP8266 via Python for example. And the init.lua file should be there right?
To flash the board I tried both with the official NodeMCU flash utility & with a Python script. Is there something I am doing wrong? Thanks!
I just put installed the NodeMCU firmware to my ESP8266 boards (one small module, and one development board from Olimex). With both, I can execute basic commands on the board via NodeMCU (via a FTDI module), but for example when I do a node.restart() I get:
c_..RS.fJS.fJS.f..
NodeMCU 0.9.5 build 20150213 powered by Lua 5.1.4
lua: cannot open init.lua
These characters (c_..RS.fJS.fJS.f..) at the start are quite strange ... is that normal? Also it prevents me from using any IDE or uploading files to the ESP8266 via Python for example. And the init.lua file should be there right?
To flash the board I tried both with the official NodeMCU flash utility & with a Python script. Is there something I am doing wrong? Thanks!