X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=docs%2F2-Installation.md;h=fd6360b382962467bab24ea79d51f41c786e1466;hb=ed4d7bde0c6dd6d7f4812f2601e1fa2f681ed960;hp=8642d650b0b097cd9f2d23fdbf4c543ae0d86fce;hpb=7aed41f1bdfc76eae902d289fce699b8fde40871;p=apps%2Fagl-service-can-low-level.git diff --git a/docs/2-Installation.md b/docs/2-Installation.md index 8642d650..fd6360b3 100644 --- a/docs/2-Installation.md +++ b/docs/2-Installation.md @@ -7,7 +7,7 @@ framework version >= 0.6. It will produce a _application-generated.cpp_ file to paste in the source, _CAN-binder/low-can-binding/binding/_, directory. -* Make sure you already set up the AGL SDK using the following [SDK Quick Setup Guide](http://docs.iot.bzh/docs/getting_started/en/dev/reference/setup-sdk-environment.html). Alternatively, please refer to official guides available on [AGL Developer Site](http://docs.automotivelinux.org/docs/devguides/en/dev/#guides). +* Make sure you already set up the AGL SDK using the following [Download or Build Your SDK Installer](../../../getting_started/reference/getting-started/app-workflow-sdk.html). Alternatively, please refer to official guides available on [AGL Developer Site](../../../devguides). If you need to have the graphic stack inside your SDK, you have to prepare your environment with the **iotbzh**, or **Daring Dab** flavor using _prepare_meta_ tool. To do so, run the following command in your docker image in the step 4 in place of `... [ prepare build environment ] ...`: @@ -18,7 +18,7 @@ prepare_meta -f iotbzh -o /xdt -l /home/devel/mirror -p /home/devel/share/propri /xdt/build/m3ulcb/agl-init-build-env ``` -* (Optionnal) An [USB CAN adapter](http://shop.8devices.com/usb2can) connected to connector through the [right cable](http://www.mouser.fr/ProductDetail/EasySync/OBD-M-DB9-F-ES/)) if you want to connect to a real car through the OBD2 connector. +* (Optionnal) An [USB CAN adapter](https://shop.8devices.com/index.php?route=product/product&path=67&product_id=54) connected to connector through the [right cable](https://www.mouser.fr/ProductDetail/EasySync/OBD-M-DB9-F-ES?qs=pLQRQR43dtrcAQQLCUAIxA%3D%3D) if you want to connect to a real car through the OBD2 connector. @@ -37,7 +37,7 @@ prepare_meta -f iotbzh -o /xdt -l /home/devel/mirror -p /home/devel/share/propri source /xdt/sdk/environment-setup-aarch64-agl-linux export PATH=$PATH:/xdt/sdk/sysroots/x86_64-aglsdk-linux/usr/bin export WD=$(pwd) -git clone --recursive https://gerrit.automotivelinux.org/gerrit/apps/low-level-can-service -b Renesas_delivery_Q2 +git clone --recursive https://gerrit.automotivelinux.org/gerrit/apps/agl-service-can-low-level -b Renesas_delivery_Q2 git clone --recursive https://gerrit.automotivelinux.org/gerrit/apps/low-level-can-generator cd ${WD}/low-level-can-generator mkdir -p build @@ -156,14 +156,14 @@ Clone the binding repository, copy the generated file and updated the git submod Execute the following commands from this repository: ```bash -cd ${WD}/low-level-can-service +cd ${WD}/agl-service-can-low-level cp ${WD}/low-level-can-generator/build/application-generated.cpp ../low-can-binding/binding ``` ### Installation ```bash -cd ${WD}/low-level-can-service +cd ${WD}/agl-service-can-low-level mkdir build cd build cmake ..