From b9d938ba312c6c86abbe762059713f7dc2246f98 Mon Sep 17 00:00:00 2001 From: Slider0007 Date: Mon, 4 Nov 2024 20:11:19 +0100 Subject: [PATCH] (readme): Add OTA note --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 782dcba59..904da7fe3 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,11 @@ A possibly already available development version (upcoming release version) can ⚠️ **Please do not use the source files directly from the repository, not even for the preparation of the SD card!** Use only files related to the download sources mentioned here (official precompiled release packages or test versions). Otherwise, full functionality cannot be guaranteed.
+--- +### Over The Air (OTA) Update +After the device is intially installed using one of the following options, it is **strongly recommended** to perform any further firmware update using the **web interface built-in OTA functionality**. + +--- ### Option 1: Web Installer (Only For Released Versions) Follow the instructions listed at [Web Installer](https://slider0007.github.io/AI-on-the-edge-device/) page.
@@ -77,6 +82,7 @@ Further details can be found in [Web Installer Provisioning Documentation](docs/ ### Option 2: Manual Installation (MCU + SD Card) Further details can be found in [Manual Provisioning Documentation](docs/Installation/DeviceProvisioning/Manual.md). + ## API Description ### REST API See [REST API Documentation](docs/API/REST/_OVERVIEW.md) in github repository or via device web interface (`System > Documentation > REST API`).