• could this mean 'INITIAL FLASHING ON WINDOWS' in the link provided?
    Forgive me, but search did not dig up any detail on 'erase_flash'

    sorry, don't know, as I am working with esptool.py in command line.

    "start with erase_flash"

    esptool.py --port /dev/ttyUSB0 --baud 115200 erase_flash

    Wow, looks like you have many lines of code .....

    If you like you can try a 1v91 build from this here

  • Sun 2017.02.12

    @MaBe Downloaded the suggested 1v91.2150 files from https://github.com/MaBecker/esp8266/tree­/master/firmware/espruino_1v91.2150_esp8­266

    but unfortunately get the same issue when attempting to save, or use setIP()

    1v91.2150 Copyright 2016 G.Williams
    Espruino is Open Source. Our work is supported
    only by sales of official boards and donations:
    http://espruino.com/Donate
    Flash map 4MB:512/512, manuf 0xe0 chip 0x4016
    >
    =undefined
    >process.memory()
    ={ "free": 825, "usage": 775, "total": 1600, "history": 700 }
    >save()
    Disconnected
    

    Even tried a much smaller known .js source file to quell your file size surprise

    1v91.2150 Copyright 2016 G.Williams
    Espruino is Open Source. Our work is supported
    only by sales of official boards and donations:
    http://espruino.com/Donate
    Flash map 4MB:512/512, manuf 0xe0 chip 0x4016
    >
    =undefined
    >process.memory()
    ={ "free": 1415, "usage": 185, "total": 1600, "history": 201 }
    >save()
    Disconnected
    

    I did notice in other posts that some were having save() issues with the puck during flash. Could this be related?

    Q: As 1v84 save() is working for me now, is it worth the time trying to load other versions between 1v84 and 1v91?

    If so, any suggestions on the better ones to try first?

About

Avatar for MaBe @MaBe started