You are reading a single comment by @arthurj and its replies. Click here to read the full conversation.
  • Problem solved. I had first compiled espruino to run on Linux.
    I then tried to compile for the espruino hardware. I have found that I need to give make the -B switch to recompile everything and then it works. I now get -

    GEN espruino_1v60_espruino_1r3.bin
    bash scripts/check_size.sh espruino_1v60_espruino_1r3.bin
    FAIL - size of 225996 is over 215040 bytes
    make: *** [espruino_1v60_espruino_1r3.bin] Error 1

    I guess I need to change some configuration files. I assumed espruino would have been the default.

    Also is it possible to program the espruino from the web IDE using a .bin file from the local file system?

About

Avatar for arthurj @arthurj started