diff options
| author | Daniel Thompson <daniel@redfelineninja.org.uk> | 2021-01-16 09:44:43 (GMT) |
|---|---|---|
| committer | Daniel Thompson <daniel@redfelineninja.org.uk> | 2021-01-16 09:44:43 (GMT) |
| commit | 2805c1f84e0ccfa2d2a1756796987337b2e14d11 (patch) | |
| tree | 5b1a4b137e440020711880b60e06086e64f9cd29 /docs | |
| parent | ae6e2ff2893c838abb4e37c3561b0326b5128d80 (diff) | |
docs: install: Clarify watch mode during updates
Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk>
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/install.rst | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/docs/install.rst b/docs/install.rst index 68fc0f7..5f150ff 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -355,6 +355,7 @@ To install the main firmware using nRF Connect for Android: your Android device and download `nRF Connect <https://play.google.com/store/apps/details?id=no.nordicsemi.android.mcp>`_ for Android if you do not already have it. +* Ensure the watch is running in :ref:`OTA update mode<OTA update mode>`. * Connect to the device (e.g. *PineDFU* if you have a PineTime) using nRFConnect, click the DFU button and send ``micropython.zip`` to the device. * When the upload is complete the watch will reboot and launch the digital @@ -371,6 +372,7 @@ To install the main firmware using DaFlasher for Android: your Android device and download `DaFlasher <https://play.google.com/store/apps/details?id=com.atcnetz.paatc.patc>`_ if you do not already have it. +* Ensure the watch is running in :ref:`OTA update mode<OTA update mode>`. * Open the app and connect to the device (e.g. *PineDFU* if you have a PineTime). * Click **Do DFU Update**. @@ -383,6 +385,7 @@ wasptool for GNU/Linux To install the main firmware from a GNU/Linux workstation: +* Ensure the watch is running in :ref:`OTA update mode<OTA update mode>`. * Look up the MAC address for your watch (try: ``sudo hcitool lescan``\ ). * Use ota-dfu to upload ``micropython.zip`` (see :ref:`Building wasp-os from source`) to the device. For example: @@ -393,10 +396,12 @@ To install the main firmware from a GNU/Linux workstation: Troubleshooting --------------- -There are three boot modes of the device: OTA update mode, safe mode and normal -operation. Understanding these modes is useful to help troubleshoot +there are three boot modes of the device: ota update mode, safe mode and normal +operation. understanding these modes is useful to help troubleshoot installation and boot problems. +.. _OTA update mode: + OTA update mode ~~~~~~~~~~~~~~~ |
