summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2020-03-05 17:42:40 +0200
committerLeon Anavi <leon.anavi@konsulko.com>2020-03-05 17:42:40 +0200
commit865d569d72b5a94782db90b96f3f54a058ad873f (patch)
tree1b6849f54972973d133d5e91bf4b41f254e559d5 /docs
parent1932f8846670b2b4fb3606b19967eb8ffd8b66b6 (diff)
raspberrypi.md: Raspberry Pi 4 is recommended
Set Raspberry Pi 4 as recommended. Bug-AGL: SPEC-3241 Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/getting-started/machines/raspberrypi.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/getting-started/machines/raspberrypi.md b/docs/getting-started/machines/raspberrypi.md
index bc58368..8e0a8db 100644
--- a/docs/getting-started/machines/raspberrypi.md
+++ b/docs/getting-started/machines/raspberrypi.md
@@ -11,7 +11,7 @@ See the
[Raspberry Pi Product Page](https://www.raspberrypi.org/products/) for more information.
This section describes the steps you need to take to build the
-AGL demo image for both the Raspberry Pi 3 and 4 boards.
+AGL demo image for both the Raspberry Pi 4 and 3 boards. Raspberry Pi 4 is recommended.
## 1. Making Sure Your Build Environment is Correct
@@ -25,18 +25,18 @@ specific options when you run the script.
Use the following commands to initialize your build environment.
In each case, the "-m" option specifies the machine and the
list of AGL features used with script are appropriate for development of
-the AGL demo image suited for either Raspberry Pi 3 or 4:
+the AGL demo image suited for either Raspberry Pi 4 (recommended) or 3:
-**Raspberry Pi 3**:
+**Raspberry Pi 4**:
```bash
-$ source meta-agl/scripts/aglsetup.sh -m raspberrypi3 agl-demo agl-netboot agl-appfw-smack
+$ source meta-agl/scripts/aglsetup.sh -m raspberrypi4 agl-demo agl-netboot agl-appfw-smack
```
-**Raspberry Pi 4**:
+**Raspberry Pi 3**:
```bash
-$ source meta-agl/scripts/aglsetup.sh -m raspberrypi4 agl-demo agl-netboot agl-appfw-smack
+$ source meta-agl/scripts/aglsetup.sh -m raspberrypi3 agl-demo agl-netboot agl-appfw-smack
```
## 2. Configuring the Build to Include Packages Under a Commercial License