diff options
author | Leon Anavi <leon.anavi@konsulko.com> | 2020-03-05 17:42:40 +0200 |
---|---|---|
committer | Jan-Simon Möller <dl9pf@gmx.de> | 2020-03-05 17:21:51 +0100 |
commit | a38272944cb76b4c9904f7f164f050682afa87e7 (patch) | |
tree | 1b6849f54972973d133d5e91bf4b41f254e559d5 | |
parent | e43dc5402321ccf19f3956c7641e6fe16f4fb989 (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>
-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 |