ESP-12 does not boot after flashing with 1.6.5
Posted: Thu Oct 29, 2015 3:50 am
I have a ESP-12 board, 1.6.5 arduino IDE and esp8266 boards package version 1.6.5-947. I purchased the board from http://www.amazon.de/gp/product/B00WJNHOGY. Unfortunately after flashing with esp8266 1.6.5 the board does not boot. In the UART monitor I see a few characters appearing, but then the board remains completely quiet. I tried various board settings in the IDE (dio, qio, flash size 512KB, 1M, 4M) but the result is always the same.
I have also a esp8266 boards package 1.6.4 in a backup ~/.arduino15 folder (modified to work with my NodeMCUv2, ->dio flash layout). If I use the old folder (v1.6.4) and build and flash the image(s) with that package the board boots without problems and executes the built program - with the same GPIO0/RST wiring I used before.
My NodeMCUv2 can be successfully flashed with both, esp8266 1.6.4 and 1.6.5 and both versions boot.
I tried overriding the flash layout by adding a "-bm dio" parameter to esptool, no change. Also I tried using esptool 0.4.4, also no change. I conclude therefore it seems to be related with the binary flash image.
Does anybody have an idea?
Thanks
I have also a esp8266 boards package 1.6.4 in a backup ~/.arduino15 folder (modified to work with my NodeMCUv2, ->dio flash layout). If I use the old folder (v1.6.4) and build and flash the image(s) with that package the board boots without problems and executes the built program - with the same GPIO0/RST wiring I used before.
My NodeMCUv2 can be successfully flashed with both, esp8266 1.6.4 and 1.6.5 and both versions boot.
I tried overriding the flash layout by adding a "-bm dio" parameter to esptool, no change. Also I tried using esptool 0.4.4, also no change. I conclude therefore it seems to be related with the binary flash image.
Does anybody have an idea?
Thanks