That's great - thanks! I'll merge those changes in in a bit.
Does it make sense to use dd in the build process to unify boot, espruino and blank firmwares into one big 512kB binary? Then users of 512k boards have a much more simple process, and on others a big blank image will only be needed if they care about having the remaining flash zeroed?
Or am I missing something, like is the MAC address in there or something like that?
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.
That's great - thanks! I'll merge those changes in in a bit.
Does it make sense to use
dd
in the build process to unifyboot
,espruino
andblank
firmwares into one big 512kB binary? Then users of 512k boards have a much more simple process, and on others a bigblank
image will only be needed if they care about having the remaining flash zeroed?Or am I missing something, like is the MAC address in there or something like that?