The bootloader is actually in the images you download, so if you use the instructions for serial flashing then it'll work fine.
Only issue is getting Espruino to recognise the extra memory. For that you'll have to change boards/ESPRUINOBOARD.py and then recompile... Otherwise it is quite straightforward.
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.
The bootloader is actually in the images you download, so if you use the instructions for serial flashing then it'll work fine.
Only issue is getting Espruino to recognise the extra memory. For that you'll have to change
boards/ESPRUINOBOARD.py
and then recompile... Otherwise it is quite straightforward.