X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=docs%2F0_Getting_Started%2F2_Building_AGL_Image%2F5_3_RCar_Gen_3.md;h=b7f6cd0eba0c2d114b488d727e627b1a84b5f269;hb=refs%2Ftags%2F12.1.6;hp=ed1be12becfa21a585b07f39549122a4128a0305;hpb=7a2277b769b44a1649c77c2dddf05df6aca27877;p=AGL%2Fdocumentation.git diff --git a/docs/0_Getting_Started/2_Building_AGL_Image/5_3_RCar_Gen_3.md b/docs/0_Getting_Started/2_Building_AGL_Image/5_3_RCar_Gen_3.md index ed1be12..b7f6cd0 100644 --- a/docs/0_Getting_Started/2_Building_AGL_Image/5_3_RCar_Gen_3.md +++ b/docs/0_Getting_Started/2_Building_AGL_Image/5_3_RCar_Gen_3.md @@ -65,7 +65,7 @@ Follow these steps to download the drivers you need: | AGL Version | Renesas version | |:-:|:-:| - | AGL lamprey | 4.7.0 | + | AGL master | 5.9.0 | 3. **Download the Files:** @@ -183,6 +183,18 @@ cd $AGL_TOP source meta-agl/scripts/aglsetup.sh -m $MACHINE -b build agl-devel agl-demo ``` +**NOTE:** +To avoid useless download and rebuild, it's important to set the variable DL_DIR and SSTATE_DIR in your configuration. + +```sh +echo '# reuse download directories' >> $AGL_TOP/site.conf +echo 'DL_DIR = "$HOME/downloads/"' >> $AGL_TOP/site.conf +echo 'SSTATE_DIR = "$AGL_TOP/sstate-cache/"' >> $AGL_TOP/site.conf +ln -sf $AGL_TOP/site.conf conf/ +``` + +**Reference Hardware :** + If building for the AGL Reference Hardware (with `MACHINE` set to "h3ulcb" or "h3ulcb-nogfx"), add `agl-refhw-h3`, for example: @@ -191,6 +203,20 @@ cd $AGL_TOP source meta-agl/scripts/aglsetup.sh -m $MACHINE -b build agl-devel agl-demo agl-refhw-h3 ``` +**HTML5 based IVI demo :** + +For HTML5 based IVI demo the feature "agl-profile-graphical-html5" is needed. + +```sh +$ source meta-agl/scripts/aglsetup.sh -f -m $MACHINE -b $MACHINE agl-demo agl-devel agl-profile-graphical-html5 +``` + +**Instrument Cluster with Container isolation demo :** + +```sh +$ source meta-agl/scripts/aglsetup.sh -f -m $MACHINE -b $MACHINE agl-lxc +``` + **NOTE:** You can check if your logs match what is expected in the [troubleshooting section](#4-troubleshooting). @@ -224,12 +250,27 @@ Start the build using the `bitbake` command. CPU and and Internet connection speeds. The build also takes approximately 100G-bytes of free disk space. +**Qt based IVI demo :** For this example, the target is "agl-demo-platform": ```sh bitbake agl-demo-platform ``` +**HTML5 based IVI demo :** +The target is `agl-demo-platform-html5`. + +```sh +$ time bitbake agl-demo-platform-html5 +``` + +**Instrument Cluster with Container isolation demo :** +The target is `lxc-host-image-demo`. + +```sh +$ time bitbake lxc-host-image-demo +``` + The build process puts the resulting image in the Build Directory: ```sh