How do I create custom firmare for the emulator?

Posted on
  • I want to implement some libraries that aren't in the default BangleJS 2 build, however I noticed the emulator is built using emscripten, how would I go about making an image for that and using it?

  • Once emscripten is set up, you just clone the repo and do:

    make clean;RELEASE=1 BOARD=EMSCRIPTEN2 make

    But if you have written your library in JS it's probably easier to just upload to the existing emulator's storage

  • Post a reply
    • Bold
    • Italics
    • Link
    • Image
    • List
    • Quote
    • code
    • Preview
About

How do I create custom firmare for the emulator?

Posted by Avatar for MrARM @MrARM

Actions