From f8373cea423906f0377bd6d8e3488ec56be0d265 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Wed, 5 Feb 2020 15:38:04 +0200 Subject: 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 --- docs/getting-started/machines/raspberrypi.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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). -- cgit 1.2.3-korg