I just got my first ESP8266, and played yesterday with the AT commands.
Today I've flashed the NodeMCU firmware following the instructions on Yoann's Blog. In first I got some trouble (Failled to connect) with esptool (I'm on Debian), but after reading Linux geek’s scratchpad all was OK (need to power ESP only just before flashing).
So finally, I flashed NodeMCU
esptool.py --baud 9600 write_flash 0x00000 app/.output/eagle/debug/image/eagle.app.v6.out-0x00000.bin 0x10000 app/.output/eagle/debug/image/eagle.app.v6.out-0x10000.bin
Connecting...
Erasing flash...
Writing at 0x0000c400... (100 %)
Erasing flash...
Writing at 0x00068800... (100 %)
But now, I can't connect to the ESP. This is what I got when I launch miniterm and power the ESP12 :
miniterm.py /dev/ttyUSB0 9600
--- Miniterm on /dev/ttyUSB0: 9600,8,N,1 ---
--- Quit: Ctrl+] | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H ---
0��8��
Nothing more appends
What I'm doing wrong ?