summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2020-02-05 15:38:04 +0200
committerLeon Anavi <leon.anavi@konsulko.com>2020-02-05 15:38:04 +0200
commitf8373cea423906f0377bd6d8e3488ec56be0d265 (patch)
tree62d11eebbabef93583225f0f4b4462cae59f7fc2
parent427d63c93ca38a7808c3ae8bd6e4b31524944df0 (diff)
raspberrypi.md: Add section for SOTA
Add new section to describe how to build AGL for Raspberry Pi with enabled software over the air (SOTA) updates. Bug-AGL: SPEC-3130 Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
-rw-r--r--docs/getting-started/machines/raspberrypi.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/getting-started/machines/raspberrypi.md b/docs/getting-started/machines/raspberrypi.md
index c0d7002..bc58368 100644
--- a/docs/getting-started/machines/raspberrypi.md
+++ b/docs/getting-started/machines/raspberrypi.md
@@ -268,3 +268,17 @@ You can reference the following diagram for information on the following steps:
```bash
$ sudo screen /dev/ttyUSB0 115200
```
+
+## 7. SOTA
+
+Follow the step below to build AGL for Raspberry Pi with enabled software over
+the air (SOTA) updates:
+
+1. Include **agl-sota** feature.
+
+2. In **bblayers.conf** replace meta-updater-qemux86-64 with
+ **meta-updater-raspberrypi**.
+
+3. In **local.conf** set `SOTA_PACKED_CREDENTIALS` and `OSTREE_BRANCHNAME`.
+
+More details are available [here](https://docs.ota.here.com/getstarted/dev/raspberry-pi.html).