[Solved] Bangle.js 2 not booting up

Posted on
  • Hi!
    I was using the watch, and at some point it froze, so I decided to reboot it. But, not it says

    Updating boot0...

    Uncaught SyntaxError: Got EOF
     at line 6 col 1305 in bootup(
    ...atob("BQEJBaD@BA" 4Bdd @dA
    
    at line 1 col 184 in .boot0
    ...age').read('bootupdate.js')
    

    Bluetooth doesn't seem to be on, so I cannot connect to the watch.
    Can anything be done about it?
    Thanks!

  • Try rebooting the watch with the button held down: https://www.espruino.com/Bangle.js2#reseĀ­tting-without-loading-any-code

    That will stop things from loading and should allow you to connect with Bluetooth.

    The code that's causing the error doesn't appear to be in the main app loader, so maybe you were developing and wrote something to somefile.boot.js that was broken, and now that's messed up the rest of the code? Either that or maybe you installed some code from another source?

    You probably have some idea what that was? If so, just connect with the IDE (with no code loaded) and delete the relevant file, and then restart and it should be fixed.

    Either that or just run Bangle.factoryReset() to replace all code with the defaults

  • Thanks a lot!
    I had some of my own stuff there, but removing it didn't solve the issue. Luckily, factory reset did the job.

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

[Solved] Bangle.js 2 not booting up

Posted by Avatar for user150445 @user150445

Actions