ESP8622 with NodeMCU firmware starts blinking after flashing new version of firmware (old builds are working)

后端 未结 4 2020
情话喂你
情话喂你 2021-01-14 10:05

Yesterday i tried to generate new firmware bin from nodemcu-build.com and after flashing with esptool.py, my esp started blinking (blue diode on esp chip) and sending out (t

4条回答
  •  独厮守ぢ
    2021-01-14 10:50

    Tried to get it running but no way for my "WeMos Mini D1" using this line

    esptool.py --port /dev/ttyUSB0 write_flash -fm dio -fs 32m 0x00000 my-nodemcu.bin 0x3fc000 esp_init_data_default.bin --verify

    Answer is:

    Wrote 454656 bytes at 0x0 in 39.2 seconds (92.9 kbit/s) 
    WARNING: Unlikely to work as data goes beyond end of flash. Hint: Use --flash_size 
    Writing 36864 @ 0x3fc000... 16384 (44 %)
    A fatal error occurred: Write failure, status: 36'
    

    The image from the cloud build has only 6 options, so its unlikeley that the image is too large.

提交回复
热议问题