Avatar for jinantha

jinantha

Member since Oct 2017 • Last active Jan 2020
  • 1 conversations
  • 5 comments

Newbie

Most recent activity

  • in ESP8266
    Avatar for jinantha

    Thanks,
    Where I can find the combined file?

  • in ESP8266
    Avatar for jinantha

    sorry nothing yet :(

  • in ESP8266
    Avatar for jinantha

    Thanks Wilberforce for your reply.
    I have already tried that many times.
    I had even pressed the reset button on my board.
    I even tried flashing using the Flash button on the board. By plugging in the USB while pressing the Flash button.

    This is the board version I have. see attached.

  • in ESP8266
    Avatar for jinantha

    Hi All,

    I'm a newbie to this, so please bear with me.
    Trying to load the latest Espruino firmware 1.94 to my ESP8266 12E boards. It came with Node MCU and I used it to flash Arduino programs through it's IDE and it worked perfectly.
    I have 3 ESP8266 units and tried flashing Espruino on all of them and had no luck.

    My Os is Windows 10 Pro (64bit)

    Symptoms:

    • I do not see any flashing errors. All flashing programs seems ends successfully.
    • Espruino IDE communications Baud rate is set to 115200
    • At first connect from Espruino IDE, it says disconnected (see picture).
    • At second connect from IDE, it connects. But on the terminal prompt I cannot type anything. prompt does not accept any text (see picture).
    • I used PuTTY, still the same. I do not see a thing. Cannot type any text at the prompt.
      See attached pictures please (see picture).

    Tools used to flash firmware:

    • nodemcu-flasher (see pictures for it's configurations)
    • esptool.py
    • For python I use Enthought Canopy
    • firmware I used for my board is "espruino_1v94_esp8266_4mb"
    • I did a erase flash. command line for that

      python "../../esptool/esptool.py"  --port COM4 erase_flash
      
      esptool.py v2.2-dev
      Connecting....
      Detecting chip type... ESP8266
      Chip is ESP8266EX
      Uploading stub...
      Running stub...
      Stub running...
      Erasing flash (this may take a while)...
      Chip erase completed successfully in 8.3s
      Hard resetting...
      

    Command line I used to to flash to board,

    python "../../esptool/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
    
    esptool.py v2.2-dev
    Connecting....
    Detecting chip type... ESP8266
    Chip is ESP8266EX
    Uploading stub...
    Running stub...
    Stub running...
    Configuring flash size...
    Flash params set to 0x004f
    Compressed 3856 bytes to 2763...
    Wrote 3856 bytes (2763 compressed) at 0x00000000 in 0.3 seconds (effective 119.6 kbit/s)...
    Hash of data verified.
    Compressed 480292 bytes to 336714...
    Wrote 480292 bytes (336714 compressed) at 0x00001000 in 30.0 seconds (effective 128.1 kbit/s)...
    Hash of data verified.
    Compressed 128 bytes to 75...
    Wrote 128 bytes (75 compressed) at 0x003fc000 in 0.0 seconds (effective 53.9 kbit/s)...
    Hash of data verified.
    Compressed 4096 bytes to 26...
    Wrote 4096 bytes (26 compressed) at 0x003fe000 in 0.0 seconds (effective 2340.6 kbit/s)...
    Hash of data verified.
    
    Leaving...
    Hard resetting...
    
Actions