From 4a78f93d08e1b7ef194b7783a6b919fab18a3943 Mon Sep 17 00:00:00 2001 From: jomjol <30766535+jomjol@users.noreply.github.com> Date: Sun, 22 Jan 2023 13:23:57 +0100 Subject: [PATCH] Add update from old version --- docs/Installation.md | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/docs/Installation.md b/docs/Installation.md index d177ae6..50ba6a1 100644 --- a/docs/Installation.md +++ b/docs/Installation.md @@ -153,3 +153,43 @@ WLAN-Status indication: * **3 x** slow blinking (1 second on/off): WLAN connection established It is normal that at first one or two times a pending connection is indicated. + + + +## Update + +### Update from version greater than 12.0.0 + +You can use the over the air update mechanism, which uploads the update via a ZIP files. + +The update file is located on the [release page](https://github.com/jomjol/AI-on-the-edge-device/releases). Please choose the zip file with the following naming: `update_VERSION.zip` + +Go to the menu `System --> OTA Update` and follow the instructions there. After a final automatic reboot you should have the new version running. + + + +### Update from version older than 12.0.0 + +If you update from an version older than 12.0.1, you should firstly update to version 12.0.1. Background are not fully backward compatible changes in the `config.ini`, that are taken care of in this version. + +:bangbang: **Make sure to read the instructions below carfully!** + +1. Backup your configuration (use the `System -> Backup/Restore` page)! + +2. Upload and update the `update-*.zip` file from the release **`12.0.1`** [see here](https://github.com/jomjol/AI-on-the-edge-device/releases/tag/v12.0.1) . + +4. Let it restart and check on the `System -> Info` page that the Firmware as well as the Web UI got updated. If only one got updated, redo the update. If it fails several times, you also can update the Firmware and the Web UI separately. + +5. Safe way: + 1. Update first the `firmware.bin` (extract it from one of the provided zip files) and do the Reboot + 2. Update with the full zip file (`update-*.zip`, ignore the version warning after the reboot) + +6. Please go to `Settings -> Configuration` and address the changed parameters: + - DataLogging (storing the values for data graph) + - Debug (extended by different debug reporting levels) + +7. Make sure it starts to do the digitalization (check the Error field on the overview page). If it does not start a round within a minute, restart the device. + +:bangbang: **If the system is working now without any issues, please open the configuration editor once and save the `config.ini`. This will update the file to the newest content**:bangbang: + +Now you can safely update to the newest version.