-
I am having a similar problem with a NodeMCU. I tried the line in (post 8) that helped the topic starter, but to no avail.
I have the same problem on the same ESP8266 V2 (NodeMCU from Amica) board.
I tried all the versions firmware but I can not find a solution to the problem.Under the esplorer and ardiono IDE board works great.
I have been using ESP32s (dev kit1) with ESPriino for a long time and have not seen such problems.
port speed: 115200 (I tried different 9600-115200)
*** To flash a 4MB esp8266 (e.g. esp-12) using the serial port use:
esptool.py --port COM4 --baud 115200 write_flash --flash_freq 80m --flash_mode qio --flash_size 4MB 0x0000 "boot_v1.6.bin" 0x1000 espruino_esp8266_user1.bin 0x3FC000 esp_init_data_default.bin 0x3FE000 blank.bin
*** To flash a 4MB eps866 with Flash map 4MB:1024/1024 (BOARD=ESP8266_4MB)
esptool.py --port COM4 --baud 460800 write_flash --flash_freq 80m --flash_mode qio --flash_size 4MB-c1 0x0000 "boot_v1.6.bin" 0x1000 espruino_esp8266_user1.bin 0x3FC000 esp_init_data_default.bin 0x3FE000 blank.bin
*** http://forum.espruino.com/comments/14448403/
esptool.py --port COM4 --baud 460800 write_flash --flash_size=detect -fm dio 0 .\espruino_1v99_esp8266_4mb_combined_4096.bin
1 Attachment
I am having a similar problem with a NodeMCU. I tried the line in (post 8) that helped the topic starter, but to no avail.
When I click the connect button in Espruino and choose the COM port, then I see the following in the IDE:
Here is my line that I use for flashing:
And here are the flash results:
I can upload any Arduino sketch that I have to this module (NodeMCU from Amica), and they all work as expected. So, I think the module is fine. I don't have any others to try right now.
Any help is appreciated