plugged it to terminal, and it keep saying:
Please run file.remove("user.lua") before first use.
Please run file.remove("user.lua") before first use.
...
all the time.
typed:
file.remove("user.lua")
it answers:
+CSYSID:CHIP:A6415E;FLASH:1640EF;KEY:00000000;
OK
Please run file.remove("user.lua") before first use.
...
This is preinformation- if the actual NodeMCU board might be faulty?
Anyway found from the net that one should flash the newest firmware which i did:
% python esptool.py --port /dev/tty.SLAB_USBtoUART write_flash 0x00000 nodemcu-firmware/pre_build/latest/nodemcu_latest.bin
Connecting...
Erasing flash...
Writing at 0x00062000... (100 %)
Leaving...
After that I did not got any prompt from serial.
Boot sequence (at 74880 baud) gives out:
load 0x40100000, len 30452, room 16
tail 4
chksum 0xef
load 0x33333333, len 858993459, room 4
Nothing seems to help. I have tried to flash older firmwares (0.9.4 even 0.9.2)
but same output happens.
Also flashed blank&settings in as following:
% python esptool.py --port /dev/tty.SLAB_USBtoUART write_flash 0x7E000 nodemcu-firmware/bin/blank.bin
Connecting...
Erasing flash...
Writing at 0x0007ec00... (100 %)
Leaving...
% python esptool.py --port /dev/tty.SLAB_USBtoUART write_flash 0x7C000 nodemcu-firmware/bin/esp_init_data_default.bin
Connecting...
Erasing flash...
Writing at 0x0007c000... (100 %)
Leaving...
How can this be fixed, or did I managed to brick my board before any actual use