• I have an old BangleJS 1 that I am trying to use again. I installed the latest firmware 2v15 and tried to installed the default apps.

    It is happy having the time set, refreshing the installed app list (none) but it seem to be timing out installing the first default app (bootloader).

    From the browser console...

    <BLE> Device Name:       Bangle.js 7c0f
    puck.js:410 <BLE> Device ID:         VPRhxE6xGa1cqWh73qotbA==
    puck.js:410 <BLE> Connected
    comms.js:204 <COMMS> Ctrl-C gave ""
    comms.js:250 <COMMS> getDeviceInfo {currentTime: 1660693185000, version: '2v14', id: 'BANGLEJS', apps: Array(0)}
    ui.js:86 <TOAST>[warning] You're using an old Bangle.js firmware (2v14) and 2v15 is available (<a href="http://www.espruino.com/ChangeLog" target="_blank">see changes</a>). You can update <a href="https://www.espruino.com/Bangle.js#firmware-updates" target="_blank">with the instructions here</a>
    index.js:828 Current device time is Wed Aug 17 2022 09:39:45 GMT+1000 (Australian Eastern Standard Time)
    index.js:834 SETTINGS.settime=true and >2 seconds out - updating time
    comms.js:146 <COMMS> uploadApp: .boot0, .bootcde, bootupdate.js, boot.info
    comms.js:41 <COMMS> reset
    comms.js:43 <COMMS> reset: got "\u001b[?7l\r\n ____                 _ \r\n|  __|___ ___ ___ _ _|_|___ ___ \r\n|  __|_ -| . |  _| | | |   | . |\r\n|____|___|  _|_| |___|_|_|_|___|\r\n         |_| espruino.com\r\n 2v14 (c) 2021 G.Williams\r\n\r\n>"
    comms.js:49 <COMMS> reset: rebooted - sending commands to clear out any boot code
    comms.js:52 <COMMS> reset: complete.
    comms.js:18 <COMMS> showMessage "Uploading\nboot..."
    comms.js:29 <COMMS> getProgressCmd START
    comms.js:171 <COMMS> Upload .boot0 => "// Initially this runs and rewrites itself\neval(require('Storage').read('bootupdate.js'));\n"
    comms.js:29 <COMMS> getProgressCmd 1%
    comms.js:80 <COMMS> Response:  ""
    comms.js:93 <COMMS> Blank line received - ignoring...
    comms.js:80 <COMMS> Response:  undefined
    comms.js:97 <COMMS> No response received - ignoring...
    comms.js:80 <COMMS> Response:  undefined
    comms.js:97 <COMMS> No response received - ignoring...
    comms.js:80 <COMMS> Response:  undefined
    comms.js:97 <COMMS> No response received - ignoring...
    comms.js:80 <COMMS> Response:  undefined
    comms.js:97 <COMMS> No response received - ignoring...
    comms.js:80 <COMMS> Response:  undefined
    comms.js:97 <COMMS> No response received - ignoring...
    comms.js:80 <COMMS> Response:  undefined
    

    ... for a while then ...

    <COMMS> No response received - ignoring...
    comms.js:80 <COMMS> Response:  undefined
    comms.js:97 <COMMS> No response received - ignoring...
    comms.js:80 <COMMS> Response:  "FW addr 0x00000000 fail\r"
    banglejs.com/:1 Uncaught (in promise) Unexpected response "FW addr 0x00000000 fail"
    

    I have also tried ti with 2v10 and 2v14 (same problem installing the apps).

    Any ideas?

About

Avatar for user148332 @user148332 started