diff options
author | Jan-Simon Möller <dl9pf@gmx.de> | 2020-03-05 17:19:29 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-05 17:19:29 +0100 |
commit | b9541aad0b7d914b51c7c440a0fc5ebbc52f8ba7 (patch) | |
tree | 1b6849f54972973d133d5e91bf4b41f254e559d5 /docs/getting-started | |
parent | 1932f8846670b2b4fb3606b19967eb8ffd8b66b6 (diff) | |
parent | 865d569d72b5a94782db90b96f3f54a058ad873f (diff) |
Merge pull request #29 from leon-anavi/SPEC-3241
raspberrypi.md: Raspberry Pi 4 is recommended
Diffstat (limited to 'docs/getting-started')
-rw-r--r-- | docs/getting-started/machines/raspberrypi.md | 12 |
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 |