Skip to content

Commit

Permalink
add firmware download links
Browse files Browse the repository at this point in the history
  • Loading branch information
mjleehh committed Dec 20, 2024
1 parent 6e5ee77 commit fcae4b8
Showing 1 changed file with 42 additions and 16 deletions.
58 changes: 42 additions & 16 deletions docs/get_started/20_flash.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
Device Flasher
**************

Flash Device From browser
=========================

Connect your device to computer, select your device from the list below and select the
device when asked for permission by browser.

.. raw:: html

<embed>
Expand All @@ -11,50 +17,70 @@ Device Flasher
></script>

<esp-web-install-button manifest="/_static/device_manifests/manifest-tbd-dada.json">
<button slot="activate">Flash TBD dada</button>
<button slot="activate">flash TBD dada</button>
<span slot="unsupported">error: unsupported browser</span>
<span slot="not-allowed">error: permission denied</span>
</esp-web-install-button>

</br>
<esp-web-install-button manifest="/_static/device_manifests/manifest-tbd-bba2.json">
<button slot="activate">Flash TBD BBA 2</button>
<button slot="activate">flash TBD BBA 2</button>
<span slot="unsupported">error: unsupported browser</span>
<span slot="not-allowed">error: permission denied</span>
</esp-web-install-button>

</br>
<esp-web-install-button manifest="/_static/device_manifests/manifest-tbd-bba1.json">
<button slot="activate">Flash TBD BBA 1</button>
<button slot="activate">flash TBD BBA 1</button>
<span slot="unsupported">error: unsupported browser</span>
<span slot="not-allowed">error: permission denied</span>
</esp-web-install-button>

</br>
<esp-web-install-button manifest="/_static/device_manifests/manifest-tbd-mk2.json">
<button slot="activate">Flash TBD MK 2</button>
<button slot="activate">flash TBD MK 2</button>
<span slot="unsupported">error: unsupported browser</span>
<span slot="not-allowed">error: permission denied</span>
</esp-web-install-button>

</br>
<esp-web-install-button manifest="/_static/device_manifests/manifest-tbd-aem.json">
<button slot="activate">Flash TBD AEM</button>
<button slot="activate">flash TBD AEM</button>
<span slot="unsupported">error: unsupported browser</span>
<span slot="not-allowed">error: permission denied</span>
</esp-web-install-button>

</br>
<esp-web-install-button manifest="/_static/device_manifests/manifest-tbd-str.json">
<button slot="activate">Flash TBD Strämpler</button>
<button slot="activate">flash TBD Strämpler</button>
<span slot="unsupported">error: unsupported browser</span>
<span slot="not-allowed">error: permission denied</span>
</esp-web-install-button>

</br>
<esp-web-install-button manifest="/_static/device_manifests/manifest-tbd-v2.json">
<button slot="activate">Flash TBD v2</button>
<button slot="activate">flash TBD v2</button>
<span slot="unsupported">error: unsupported browser</span>
<span slot="not-allowed">error: permission denied</span>
</esp-web-install-button>

</br>
<esp-web-install-button manifest="/_static/device_manifests/manifest-tbd-v1.json">
<button slot="activate">Flash TBD v1</button>
<button slot="activate">flash TBD v1</button>
<span slot="unsupported">error: unsupported browser</span>
<span slot="not-allowed">error: permission denied</span>
</esp-web-install-button>
</embed>
</embed>


Download Latest Firmware Builds
===============================

`dada <https://ctag-fh-kiel.github.io/ctag-tbd/downloads/tbd-dada-flash.bin>`_

`BBA 2 <https://ctag-fh-kiel.github.io/ctag-tbd/downloads/tbd-bba2-flash.bin>`_

`BBA 1 <https://ctag-fh-kiel.github.io/ctag-tbd/downloads/tbd-bba1-flash.bin>`_

`MK 2 <https://ctag-fh-kiel.github.io/ctag-tbd/downloads/tbd-mk2-flash.bin>`_

`AEM <https://ctag-fh-kiel.github.io/ctag-tbd/downloads/tbd-aem-flash.bin>`_

`Strämpler <https://ctag-fh-kiel.github.io/ctag-tbd/downloads/tbd-str-flash.bin>`_

`v2 <https://ctag-fh-kiel.github.io/ctag-tbd/downloads/tbd-v2-flash.bin>`_

`v1 <https://ctag-fh-kiel.github.io/ctag-tbd/downloads/tbd-v1-flash.bin>`_

0 comments on commit fcae4b8

Please sign in to comment.