@myxor have you managed to run require("Flash").erasePage(0x60000000) and return to 'normal' firmware now?
@fanoush thanks! I've just updated the NOFLASH firmware with those changes.
This seems particularly rare - but if it happens to anyone again please post up before running require("Flash").erasePage(0x60000000). If I can clone the contents of flash memory and reproduce here I can figure out why it bootloops and ensure this doesn't happen again
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.
@myxor have you managed to run
require("Flash").erasePage(0x60000000)
and return to 'normal' firmware now?@fanoush thanks! I've just updated the NOFLASH firmware with those changes.
This seems particularly rare - but if it happens to anyone again please post up before running
require("Flash").erasePage(0x60000000)
. If I can clone the contents of flash memory and reproduce here I can figure out why it bootloops and ensure this doesn't happen again