From 5885ce68f434f927e8fcc84bb7ce5fed7b12f7af Mon Sep 17 00:00:00 2001
From: Frederic Marec <frederic.marec@iot.bzh>
Date: Thu, 19 Mar 2020 10:32:36 +0100
Subject: Remove old porter references and fix Note in BSP

Remove Porter board still referenced
Fix Note for Renesas BSP to be more understandable

Bug-AGL: SPEC-3239 SPEC-3240

Signed-off-by: Frederic Marec <frederic.marec@iot.bzh>
---
 docs/getting-started/machines/renesas.md | 55 +++++++++++++-------------------
 1 file changed, 22 insertions(+), 33 deletions(-)

(limited to 'docs/getting-started/machines/renesas.md')

diff --git a/docs/getting-started/machines/renesas.md b/docs/getting-started/machines/renesas.md
index 93e7cca..9789cc2 100644
--- a/docs/getting-started/machines/renesas.md
+++ b/docs/getting-started/machines/renesas.md
@@ -27,11 +27,6 @@ You can find more information on building images from these resources:
  Generic guide on how to add a new service in the BSP.
  Goes back to 2015 and uses Yocto 2.x.
  Includes stuff on building an image but looks like the focus is really the service.
-* [AGL-Kickstart-on-Renesas-Porter-Board.pdf](https://iot.bzh/download/public/2016/sdk/AGL-Kickstart-on-Renesas-Porter-board.pdf)
- Guide on how to build an image for the Porter Board using AGL 2.0.
-* [AGL-Devkit-Image-and-SDK-for-Porter.pdf](https://iot.bzh/download/public/2016/sdk/AGL-Devkit-Image-and-SDK-for-porter.pdf)
- Guide on building an AGL image and SDK for the Porter board.
- Uses Yocto 2.x.
 
 
 ## 1. Downloading Proprietary Drivers
@@ -57,8 +52,28 @@ Follow these steps to download the drivers you need:
 
      The script's output identifies the files you need to download from the page.
 
-2. **Find the Download Links:**
+2. **Get Your Board Support Package (BSP) Version:**
+
+   Be sure to have the correct BSP version of the R-Car Starter Kit
+   based on the version of the AGL software you are using.
+   Use the following table to map the Renesas version to your AGL software:
+
+     | AGL Version| Renesas version |
+     |:-:|:-:|
+     | AGL master  | 3.21.0 |
+     | AGL icefish 9.0.0 | 3.21.0 |
+     | AGL halibut 8.0.2 8.0.3 8.0.4 8.0.5 | 3.21.0 |
+     | AGL halibut 8.0.1 | 3.19.0 |
+     | AGL halibut 8.0.0 | 3.15.0 |
+     | AGL guppy 7.0.4  | 3.21.0 |
+     | AGL guppy 7.0.3  | 3.19.0 |
+     | AGL guppy 7.0.0 7.0.1 7.0.2  | 3.9.0 |
+     | AGL flounder 6.0.3, 6.0.4 6.0.5 | 3.9.0 |
+     | AGL flounder 6.0.0, 6.0.1, 6.0.2 | 3.7.0 |
+     | AGL eel 5.0.x, 5.1.0| 2.23.1 |
+     | AGL dab 4.0.x |2.19.0 |
 
+   **NOTE:**
    Find the appropriate download links on the
    [R-Car H3/M3 Software library and Technical document](https://www.renesas.com/us/en/solutions/automotive/rcar-download/rcar-demoboard-2.html)
    site.
@@ -122,31 +137,6 @@ Follow these steps to download the drivers you need:
    The site has pre-built packages (DEB or RPM) for the supported host
    operating systems.
 
-2. **Get Your Board Support Package (BSP) Version:**
-
-   Be sure to have the correct BSP version of the R-Car Starter Kit
-   based on the version of the AGL software you are using.
-   Use the following table to map the Renesas version to your AGL software:
-
-     | AGL Version| Renesas version |
-     |:-:|:-:|
-     | AGL master  | 3.21.0 |
-     | AGL icefish 9.0.0 | 3.21.0 |
-     | AGL halibut 8.0.2 8.0.3 8.0.4 8.0.5 | 3.21.0 |
-     | AGL halibut 8.0.1 | 3.19.0 |
-     | AGL halibut 8.0.0 | 3.15.0 |
-     | AGL guppy 7.0.4  | 3.21.0 |
-     | AGL guppy 7.0.3  | 3.19.0 |
-     | AGL guppy 7.0.0 7.0.1 7.0.2  | 3.9.0 |
-     | AGL flounder 6.0.3, 6.0.4 6.0.5 | 3.9.0 |
-     | AGL flounder 6.0.0, 6.0.1, 6.0.2 | 3.7.0 |
-     | AGL eel 5.0.x, 5.1.0| 2.23.1 |
-     | AGL dab 4.0.x |2.19.0 |
-
-   **NOTE:**
-   I don't know how the user uses this information.
-   I need more information.
-
 ## 3. Getting Your Hardware Together
 
    Gather together this list of hardware items, which is not exhaustive.
@@ -907,5 +897,4 @@ you can determine the board's IP address and log in using `ssh`.
   </pre>
 </details>
 
-**NOTE:** More generics troubleshooting can be found here : [Generic issues](../troubleshooting.html)
-    git push --set-upstream origin guppy
\ No newline at end of file
+**NOTE:** More generics troubleshooting can be found here : [Generic issues](../troubleshooting.html)
\ No newline at end of file
-- 
cgit