• I'm able to flash the bangle1 and get bangle one there. I just commands @Gordon runs before sending a watch out. What the setup to make a watch function as if its getting send to a customer. The way I'm doing is doesn't include all the launchers and apps. So i can go to esperuino IDE and upload stuff. I just don't see any of the apps.

    To flash i run this

    echo "load bin/espruino_2v21.84_banglejs.hex" >> gdbinit
    echo "load bin/espruino_2v21.84_banglejs.elf" >> gdbinit
    echo "load bin/bootloader_espruino_2v21.84_banglejs.hex" >> gdbinit
    echo "load bin/bootloader_espruino_2v21.84_banglejs.elf" >> gdbinit
    echo "load bin/espruino_2v21.84_banglejs.app_hex" >> gdbinit
    

    I remember from this post you do a make .... flash then do a gdb file load. But the flash command only works with segger tools because it uses "nrfjprog"

About

Avatar for user156811 @user156811 started