diff options
author | CorentinLGS <40176273+CorentinLGS@users.noreply.github.com> | 2018-06-22 16:29:09 +0200 |
---|---|---|
committer | ronan [iot.bzh] <ronan.lemartret@iot.bzh> | 2018-06-29 08:27:08 +0200 |
commit | a54b860d567a49764121222fe1ca8f0a7485efcf (patch) | |
tree | 8baaf37c7ffb6408aa9ba99eb981659b5e0caf08 /getting-started/machines/R-Car-Starter-Kit-gen3.md | |
parent | 5f3571d3c7b3303d9b503a79706c84f773994e66 (diff) |
Update R-Car-Starter-Kit-gen3.md
Added info to the doc...
Diffstat (limited to 'getting-started/machines/R-Car-Starter-Kit-gen3.md')
-rw-r--r-- | getting-started/machines/R-Car-Starter-Kit-gen3.md | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/getting-started/machines/R-Car-Starter-Kit-gen3.md b/getting-started/machines/R-Car-Starter-Kit-gen3.md index a379897..f4efb24 100644 --- a/getting-started/machines/R-Car-Starter-Kit-gen3.md +++ b/getting-started/machines/R-Car-Starter-Kit-gen3.md @@ -39,7 +39,7 @@ Before setting up the build environment, you need to download the proprietary dr * If you are building **AGL Daring Dab or older release** download Renesas graphics drivers with a "click through" license from [here][rcar Linux Drivers]. * Under the Target hardware: **R-Car H3/M3** section. -* The version of the driver can be find here: +* The version of the driver can be found here: ```bash grep -rn ZIP_.= meta-agl/meta-agl-bsp/meta-rcar-gen3/scripts/setup_mm_packages.sh @@ -47,8 +47,8 @@ grep -rn ZIP_.= meta-agl/meta-agl-bsp/meta-rcar-gen3/scripts/setup_mm_packages.s **Note**: -* You have to register with a free account on MyRenesas and accept the license conditions before downloading them the drivers. - The operation is fast and simple but nevertheless mandatory to access evaluation of non open-source drivers for free. +* You have to register with a free account on MyRenesas and accept the license conditions before downloading the drivers. + The operation is fast and simple nevertheless mandatory to access evaluation of non open-source drivers for free. Once you registered, you can download two zip files. * The files must be stored into your download directory (usually $HOME/Downloads, pointed by $XDG_DOWNLOAD_DIR). @@ -82,6 +82,7 @@ export MACHINE=m3ulcb ```bash export MACHINE=h3-salvator-x + ``` Now, init your build environment: @@ -102,7 +103,7 @@ The graphics and multimedia acceleration packages for the R-Car Gen3 board can be downloaded from: https://www.renesas.com/en-us/solutions/automotive/rcar-demoboard-2.html -These 2 files from there should be store in your'/home/devel/Téléchargements' directory. +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 /home/working/workspace_agl_master/build_gen3 @@ -148,6 +149,7 @@ The process to build an image is simple: ```bash bitbake agl-demo-platform ``` +You may need to install rpcgen to run this command. When finished (it may take few hours), you should get the final result: |