Deployed c8e79e9 with MkDocs version: 1.4.2

This commit is contained in:
github-actions[bot]
2023-01-22 20:22:07 +00:00
parent 9e0dc5ecb7
commit 46dee45f4e
43 changed files with 111 additions and 128 deletions

View File

@@ -5,14 +5,14 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><link rel="canonical" href="https://jomjol.github.io/AI-on-the-edge-device-docs/rolling-installation/" />
<link rel="shortcut icon" href="../img/favicon.ico" />
<title>Living on the edge - AI on the Edge Device</title>
<title>Living on the Edge - AI on the Edge Device</title>
<link rel="stylesheet" href="../css/theme.css" />
<link rel="stylesheet" href="../css/theme_extra.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.5.0/styles/github.min.css" />
<script>
// Current page data
var mkdocs_page_name = "Living on the edge";
var mkdocs_page_name = "Living on the Edge";
var mkdocs_page_input_path = "rolling-installation.md";
var mkdocs_page_url = "/AI-on-the-edge-device-docs/rolling-installation/";
</script>
@@ -47,7 +47,7 @@
</li>
<li class="toctree-l1"><a class="reference internal" href="../Installation/">Installation</a>
</li>
<li class="toctree-l1"><a class="reference internal" href="../inital-setup/">Initial Setup</a>
<li class="toctree-l1"><a class="reference internal" href="../initial-setup/">Initial Setup</a>
</li>
<li class="toctree-l1"><a class="reference internal" href="../Hardware-Compatibility/">Hardware Compatibility</a>
</li>
@@ -84,9 +84,9 @@
</li>
<li class="toctree-l1"><a class="reference internal" href="../External-LED/">External LED</a>
</li>
<li class="toctree-l1 current"><a class="reference internal current" href="./">Living on the edge</a>
<li class="toctree-l1 current"><a class="reference internal current" href="./">Living on the Edge</a>
<ul class="current">
<li class="toctree-l2"><a class="reference internal" href="#you-still-want-to-try-it">You still want to try it?</a>
<li class="toctree-l2"><a class="reference internal" href="#i-still-want-to-try-it">I still want to try it</a>
</li>
</ul>
</li>
@@ -165,7 +165,7 @@
<ul class="wy-breadcrumbs">
<li><a href=".." class="icon icon-home" alt="Docs"></a> &raquo;</li>
<li>Advanced &raquo;</li>
<li>Living on the edge</li>
<li>Living on the Edge</li>
<li class="wy-breadcrumbs-aside">
<a href="https://github.com/jomjol/AI-on-the-edge-device-docs/edit/main/docs/rolling-installation.md" class="icon icon-github"> Edit on GitHub</a>
</li>
@@ -175,13 +175,20 @@
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
<div class="section" itemprop="articleBody">
<h1 id="living-on-the-edge">Living on the edge</h1>
<p>The branch <a href="https://github.com/jomjol/AI-on-the-edge-device/tree/rolling">rolling</a> 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 <a href="../ota">OTA Update</a> and thus require manual flashing over USB!</p>
<h2 id="you-still-want-to-try-it">You still want to try it?</h2>
<p>Grab the latest <code>rolling</code> build from <a href="https://github.com/jomjol/AI-on-the-edge-device/actions/workflows/build.yaml?query=branch%3Arolling">Github Actions</a> Page and proceed as following:</p>
<h1 id="living-on-the-edge">Living on the Edge</h1>
<p>The <a href="https://github.com/jomjol/AI-on-the-edge-device">Github repository</a> contains multiple branches:</p>
<ul>
<li>The <a href="https://github.com/jomjol/AI-on-the-edge-device/tree/master">master</a> branch contains the same firmware version as provided on the <a href="https://github.com/jomjol/AI-on-the-edge-device/releases">release page</a>.</li>
<li>The <a href="https://github.com/jomjol/AI-on-the-edge-device/tree/rolling">rolling</a> branch contains the <strong>latest</strong> 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 <a href="../ota">OTA Update</a> and thus require manual flashing over USB!</li>
<li>Any other branch is used to develop a feature or fix, only use them when you know what it is about!</li>
</ul>
<h2 id="i-still-want-to-try-it">I still want to try it</h2>
<p>Ok, then grab the latest <code>rolling</code> build from <a href="https://github.com/jomjol/AI-on-the-edge-device/actions/workflows/build.yaml?query=branch%3Arolling">Github Actions</a> Page and proceed as following:</p>
<ol>
<li>Pick the most top successful (green) build.</li>
<li>Download the <code>AI-on-the-edge-device__update__rolling_*.zip</code></li>
<li>Pick the most top successful (green) build:
<img alt="" src="../actions.png" /> </li>
<li>Scroll down and download the <code>AI-on-the-edge-device__update__*.zip</code>:
<img alt="" src="../update-artifact.png" /> </li>
<li>Flash the zip file using the <a href="../ota">OTA Update</a> page of your device.</li>
</ol>