load()

Posted on
  • Now I learnt to use 'load()'.

    on PICO

    >reset();
    =undefined
     _____                 _
    |   __|___ ___ ___ _ _|_|___ ___
    |   __|_ -| . |  _| | | |   | . |
    |_____|___|  _|_| |___|_|_|_|___|
              |_| http://espruino.com
     1v91 Copyright 2016 G.Williams
    >
    =undefined
    >load()
    =undefined
    No code in flash!
    > 
    

    on ESP8266

    >reset();
    =undefined
     _____                 _
    |   __|___ ___ ___ _ _|_|___ ___
    |   __|_ -| . |  _| | | |   | . |
    |_____|___|  _|_| |___|_|_|_|___|
              |_| http://espruino.com
     1v90.38 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 512KB:256/256, manuf 0xe0 chip 0x4014
    >load()
    =undefined
    No code in flash!
    ERROR: Not connected to the internet
    ERROR: Not connected to the internet
    ERROR: Not connected to the internet
    ERROR: Not connected to the internet
    ERROR: Not connected to the internet
    ERROR: Not connected to the internet
    ERROR: Not connected to the internet
    ERROR: Not connected to the internet
    ERROR: Not connected to the internet
    ERROR: Not connected to the internet
    ERROR: Not connected to the internet
    

    It continues ultil I reset, or power off.

  • @Frida - yes I get the same .....

  • created issue #1037

  • Is this first time after a fresh flash, or after a save()
    ?

  • It is after a new flash, after a reset() and then save() it behaves ok.

    esp8266 new flash

    >load()
    =undefined
    No code in flash!
    ERROR: Not connected to the internet
    ERROR: Not connected to the internet
    

    after reset() and save()

    >load()
    =undefined
    Loading 1133 bytes from flash...
    

    pico new flash

    >load()
    =undefined
    No code in flash!
    

    after reset() and save()

    >load()
    =undefined
    Loading 2527 bytes from flash...
    > 
    >
    
  • Post a reply
    • Bold
    • Italics
    • Link
    • Image
    • List
    • Quote
    • code
    • Preview
About

load()

Posted by Avatar for Frida @Frida

Actions