You are reading a single comment by @Gordon and its replies. Click here to read the full conversation.
  • Hi Jakub,

    The published files on Espruino.com don't include the bootloader, no. However you could re-build it yourself or I could send you a full hex file. I'm very surprised you can't read the whole contents of memory as a hex file though? I'm certain I've done that in the past for debugging.

    Your other option is to just write your firmware as-is, keeping the bootloader. Espruino's bootloader doesn't do any checks on the firmware as far as I remember, so it should just boot right into what you supply.

    The private key for signing Espruino firmwares is also in the Espruino repo, so you could even make your own DFU package including your code if you needed,

About

Avatar for Gordon @Gordon started