updated OTA and rolling page

This commit is contained in:
CaCO3
2023-01-22 21:21:34 +01:00
parent d88399d14a
commit c8e79e9a1b
6 changed files with 22 additions and 44 deletions

View File

@@ -1,10 +1,17 @@
# Living on the edge
The branch [rolling](https://github.com/jomjol/AI-on-the-edge-device/tree/rolling) contains the latest version of the Firmware and the Web Interface. It might already contain a fix for your issue. But it is work in progress, don't expect it to work stable or be an improvement for your AI-on-the-edge-device! Also it might break the [OTA Update](../ota) and thus require manual flashing over USB!
# Living on the Edge
## You still want to try it?
The [Github repository](https://github.com/jomjol/AI-on-the-edge-device) contains multiple branches:
Grab the latest `rolling` build from [Github Actions](https://github.com/jomjol/AI-on-the-edge-device/actions/workflows/build.yaml?query=branch%3Arolling) Page and proceed as following:
- The [master](https://github.com/jomjol/AI-on-the-edge-device/tree/master) branch contains the same firmware version as provided on the [release page](https://github.com/jomjol/AI-on-the-edge-device/releases).
- The [rolling](https://github.com/jomjol/AI-on-the-edge-device/tree/rolling) branch contains the **latest** version of the Firmware and the Web Interface. It might already contain a fix for your issue. But it is work in progress, don't expect it to work stable or be an improvement for your AI-on-the-edge-device! Also it might break the [OTA Update](../ota) and thus require manual flashing over USB!
- Any other branch is used to develop a feature or fix, only use them when you know what it is about!
1. Pick the most top successful (green) build.
2. Download the `AI-on-the-edge-device__update__rolling_*.zip`
5. Flash the zip file using the [OTA Update](../ota) page of your device.
## I still want to try it
Ok, then grab the latest `rolling` build from [Github Actions](https://github.com/jomjol/AI-on-the-edge-device/actions/workflows/build.yaml?query=branch%3Arolling) Page and proceed as following:
1. Pick the most top successful (green) build:
![](actions.png)
2. Scroll down and download the `AI-on-the-edge-device__update__*.zip`:
![](update-artifact.png)
5. Flash the zip file using the [OTA Update](../ota) page of your device.