summaryrefslogtreecommitdiffstats
path: root/docs/getting-started/machines/raspberrypi.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/getting-started/machines/raspberrypi.md')
-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).