Commit Graph

41 Commits (2834c72e2e7146ec27f6600cf1584a6eae4b6d70)

Author SHA1 Message Date
Gordon Williams 477165153a 2v24 crc 2024-08-07 08:52:38 +01:00
Gordon Williams ae539835da dfu version 2024-06-24 16:52:59 +01:00
Gordon Williams d1fc9abf27 fw update to be aware of 2v22 2024-05-22 08:41:01 +01:00
Anton dd68e7b208 Support double zipped firmware files 2024-03-26 08:41:10 +01:00
Gordon Williams 49fbc6a252 add 2v21 2024-02-08 15:42:00 +00:00
Logan B 72de183b1a fwupload: Add Firmware ChangeLog section with links 2024-02-05 21:46:17 -06:00
Logan B 71f04f0b05 fwupload: add e.preventDefault on toggles to prevent jumping to top of page 2024-02-05 21:42:29 -06:00
Logan B f30f7d450c fwupdate: Add target=_blank on links leaving the page 2024-02-05 21:41:17 -06:00
Gordon Williams a69be50414 oops - allow fw update for pre-2v20 2024-01-30 15:15:36 +00:00
Gordon Williams 5e7c005776
Fix CRC detection for older bootloaders
Fixes #3172
2024-01-29 13:41:46 +00:00
Gordon Williams cc990541fb
Merge pull request #3154 from bobrippling/fix/fwupdate-reset
fwupdate: don't reset the watch after upload
2024-01-17 09:09:59 +00:00
Rob Pilling fd0c46608a fwupdate: pass { noFinish: true } for app 2024-01-15 20:53:10 +00:00
Gordon Williams 8f7528699f Add better testing for 2v20 bootloader 2024-01-15 12:06:26 +00:00
Rob Pilling a75338efae fwupdate: don't reset the watch after upload
Closes #3153.

Trace:
```
apps/fwupdate/custom.html:423: calls `sendCustomizedApp()`
core/lib/customize.js:63: send customised app
core/js/index.js:340: handle `"app"` message
core/js/index.js:356: call `uploadApp()`
core/js/comms.js:166: call `showUploadFinished()`
core/js/comms.js:24: reset watch (if autoReload is set)
```
2024-01-13 12:08:34 +00:00
Gordon Williams 31bf63aeb5 Add CRC for 2v20 bootloader, and also allow easy updates to 2v20 which should work better for iOS users 2024-01-10 12:04:35 +00:00
Gordon Williams e67d74419c add another bootloader CRC 2024-01-10 11:58:16 +00:00
Gordon Williams 36f76cb09e notes about DFU version 2023-10-17 11:47:46 +01:00
Gordon Williams eddf7da1bf update bootloader signature and suggested firmware 2023-09-14 10:40:48 +01:00
Gordon Williams c1f2ca5b78 Update to be aware of 2v18 2023-05-24 13:01:00 +01:00
Gordon Williams 60948dc3f6 hide DFU version message if bootloader is already new 2023-04-27 11:02:33 +01:00
Gordon Williams 96ee2a52c8 add 2v17 firmware 2023-03-07 15:44:37 +00:00
Gordon Williams 4433d2cef5 2v16 bootloader hash 2023-03-03 16:30:13 +00:00
Gordon Williams 2767c57cba 0.06: Lower chunk size to 1024 (from 2048) to make firmware updates more reliable 2023-03-03 10:25:02 +00:00
Gordon Williams 0a285a80f1 stop non-default apps pushing themselves up to the top of the apps list using sort-order 2022-11-23 11:02:26 +00:00
Marco H e4cf148482
Update metadata.json 2022-11-14 15:10:14 +01:00
Gordon Williams 42d373f972 fwupdate 0.05: Rename Bootloader->DFU and add explanation to avoid confusion with Bootloader app 2022-11-14 10:43:17 +00:00
Gordon Williams 7f8d27b95e recognise 2v15 2022-08-19 08:42:03 +01:00
Gordon Williams e1cc59ec4f bootloader CRC 2022-06-09 17:06:52 +01:00
Gordon Williams 479b53d607 update fw 2v13 CRC 2022-06-06 14:54:33 +01:00
Gordon Williams c90af4c674 version test tweak 2022-02-01 20:14:33 +00:00
Gordon Williams ae42515fc1 2v12 bootloader 2022-02-01 17:26:24 +00:00
Gordon Williams 2c9e164a06 Add 2v11.58 bootloader detect 2022-01-28 13:59:32 +00:00
Gordon Williams 5ce3b4adaf Improve firmware updater app to allow it to easily update bootloader 2022-01-27 16:35:30 +00:00
Adam Schmalhofer 9a0b3f07e8 Merge remote-tracking branch 'upstream/master' into jekyll-apps.json 2022-01-06 23:26:43 +01:00
Gordon Williams a9ea028ede fwupdate 0.03: Improve bootloader update safety. Now sets unsafeFlash:1 to allow flash with 2v11 and later
Add CRC checks for common bootloaders that we know don't work
2022-01-06 12:13:21 +00:00
Adam Schmalhofer cec31972b5 Merge remote-tracking branch 'upstream/master' into jekyll-apps.json
Ported all of apps.json to metadata.json
2022-01-06 12:47:26 +01:00
Gordon Williams 469b2c76f2 make firmware update app beta again 2021-12-13 15:57:29 +00:00
Gordon Williams 6b2f8e98d3 oops - fix firmware loader issues 2021-12-10 20:09:14 +00:00
Gordon Williams 978de345ee fwupdate 0.02: Add support for ZIPs
Find and download ZIPs direct from the Espruino website
      Take 'beta' tag off
2021-12-09 14:56:36 +00:00
Gordon Williams 516ff5b609 make firmware update beta 2021-10-29 08:32:42 +01:00
Gordon Williams cf51c17dc5 Adding Bangle.js 2 firmware update app 2021-10-20 08:50:51 +01:00