diff options
author | 2019-09-24 11:50:59 +0200 | |
---|---|---|
committer | 2019-09-24 12:03:35 +0200 | |
commit | 6ffed4e8185ebf4a04fc0815a45aa9c467cd624d (patch) | |
tree | 98c10c1d5224503799e44a40f4652fa2b1885aef /docs/getting-started | |
parent | 5fc626ceff728a6ecde7104016b4ad317626fb36 (diff) |
getting-started/machines/renesas: update for BSP 3.21
Reference to drivers changed to 20190722
Change-Id: I0fce3e8a2b6890be90c5d58866c5ea135c941e67
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
Diffstat (limited to 'docs/getting-started')
-rw-r--r-- | docs/getting-started/machines/renesas.md | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/docs/getting-started/machines/renesas.md b/docs/getting-started/machines/renesas.md index 88bdc92..a1aa4cd 100644 --- a/docs/getting-started/machines/renesas.md +++ b/docs/getting-started/machines/renesas.md @@ -53,11 +53,11 @@ Follow these steps to download the drivers you need: ```bash grep -rn ZIP_.= $AGL_TOP/meta-agl/meta-agl-bsp/meta-rcar-gen3/scripts/setup_mm_packages.sh - 3:ZIP_1="R-Car_Gen3_Series_Evaluation_Software_Package_for_Linux-weston2-20170904.zip" - 4:ZIP_2="R-Car_Gen3_Series_Evaluation_Software_Package_of_Linux_Drivers-weston2-20170904.zip" + 3:ZIP_1="R-Car_Gen3_Series_Evaluation_Software_Package_for_Linux-20190722.zip" + 4:ZIP_2="R-Car_Gen3_Series_Evaluation_Software_Package_of_Linux_Drivers-20190722.zip" ``` - The script's output identifies the files you need to download from the page and the example above correspond to the Electric Eel AGL revision (v5.0.0). Note that since Flounder AGL revision (v6.0.0), both zip have been renamed. + The script's output identifies the files you need to download from the page and the example above correspond to the Grumpy Guppy AGL revision (v7.0.4). 2. **Find the Download Links:** @@ -111,8 +111,8 @@ Follow these steps to download the drivers you need: ```bash $ ls -l $XDG_DOWNLOAD_DIR/*.zip - -rw-rw-r-- 1 scottrif scottrif 4662080 Nov 19 14:48 /home/scottrif/Downloads/R-Car_Gen3_Series_Evaluation_Software_Package_for_Linux-weston2-20170904.zip - -rw-rw-r-- 1 scottrif scottrif 3137626 Nov 19 14:49 /home/scottrif/Downloads/R-Car_Gen3_Series_Evaluation_Software_Package_of_Linux_Drivers-weston2-20170904.zip + -rw-r--r-- 1 iot bzh 5359864 sept. 16 21:07 R-Car_Gen3_Series_Evaluation_Software_Package_for_Linux-20190722.zip + -rw-r--r-- 1 iot bzh 3441284 sept. 16 21:07 R-Car_Gen3_Series_Evaluation_Software_Package_of_Linux_Drivers-20190722.zip ``` ## 2. Getting More Software @@ -235,8 +235,8 @@ Follow these steps to download the drivers you need: https://www.renesas.com/en-us/solutions/automotive/rcar-demoboard-2.html These 2 files from there should be store in your'/home/devel/Downloads' directory. - R-Car_Gen3_Series_Evaluation_Software_Package_for_Linux-weston2-20170904.zip - R-Car_Gen3_Series_Evaluation_Software_Package_of_Linux_Drivers-weston2-20170904.zip + R-Car_Gen3_Series_Evaluation_Software_Package_for_Linux-20190722.zip + R-Car_Gen3_Series_Evaluation_Software_Package_of_Linux_Drivers-20190722.zip /home/working/workspace_agl_master/build_gen3 --- fragment /home/working/workspace_agl_master/meta-agl/templates/base/99_setup_EULAconf.sh --- end of setup script @@ -261,17 +261,17 @@ Follow these steps to download the drivers you need: --- fragment /home/thierry/workspace_agl/meta-agl/templates/base/01_setup_EULAfunc.sh --- fragment /home/thierry/workspace_agl/meta-agl/templates/machine/m3ulcb/50_setup.sh ~/workspace_agl ~/workspace_agl/build - ERROR: FILES "+/home/thierry/Downloads/R-Car_Gen3_Series_Evaluation_Software_Package_for_Linux-20180423.zip+" NOT EXTRACTING CORRECTLY - ERROR: FILES "+/home/thierry/Downloads/R-Car_Gen3_Series_Evaluation_Software_Package_of_Linux_Drivers-20180423.zip+" NOT EXTRACTING CORRECTLY + ERROR: FILES "+/home/iotbzh/Downloads/R-Car_Gen3_Series_Evaluation_Software_Package_for_Linux-20190722.zip+" NOT EXTRACTING CORRECTLY + ERROR: FILES "+/home/iotbzh/Downloads/R-Car_Gen3_Series_Evaluation_Software_Package_of_Linux_Drivers-20190722.zip+" NOT EXTRACTING CORRECTLY The graphics and multimedia acceleration packages for the R-Car Gen3 board BSP can be downloaded from: <https://www.renesas.com/us/en/solutions/automotive/rcar-download/rcar-demoboard-2.html> These 2 files from there should be stored in your - '/home/thierry/Downloads' directory. - R-Car_Gen3_Series_Evaluation_Software_Package_for_Linux-20180423.zip - R-Car_Gen3_Series_Evaluation_Software_Package_of_Linux_Drivers-20180423.zip - ERROR: Script /home/thierry/workspace_agl/build/conf/setup.sh failed + '/home/iotbzh/Downloads' directory. + R-Car_Gen3_Series_Evaluation_Software_Package_for_Linux-20190722.zip + R-Car_Gen3_Series_Evaluation_Software_Package_of_Linux_Drivers-20190722.zip + ERROR: Script /home/iotbzh/workspace_agl/build/conf/setup.sh failed [snip] ``` |