From 865d569d72b5a94782db90b96f3f54a058ad873f Mon Sep 17 00:00:00 2001
From: Leon Anavi <leon.anavi@konsulko.com>
Date: Thu, 5 Mar 2020 17:42:40 +0200
Subject: 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>
---
 docs/getting-started/machines/raspberrypi.md | 12 ++++++------
 1 file 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
-- 
cgit