From 2805c1f84e0ccfa2d2a1756796987337b2e14d11 Mon Sep 17 00:00:00 2001 From: Daniel Thompson Date: Sat, 16 Jan 2021 09:44:43 +0000 Subject: [PATCH] docs: install: Clarify watch mode during updates Signed-off-by: Daniel Thompson --- docs/install.rst | 9 +++++++-- 1 file 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 `_ for Android if you do not already have it. +* Ensure the watch is running in :ref:`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 `_ if you do not already have it. +* Ensure the watch is running in :ref:`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`. * 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 ~~~~~~~~~~~~~~~