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?
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
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?