X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=docs%2F2-Installation.md;fp=docs%2F2-Installation.md;h=0d05f9b28a8a7121281ee14600055688d609d56f;hb=12d04c471a5127219da5a313c546ab240c866fe6;hp=8642d650b0b097cd9f2d23fdbf4c543ae0d86fce;hpb=2debfc561d3ad517ad0c82ebd18cba8ec78ab6ce;p=apps%2Fagl-service-can-low-level.git diff --git a/docs/2-Installation.md b/docs/2-Installation.md index 8642d650..0d05f9b2 100644 --- a/docs/2-Installation.md +++ b/docs/2-Installation.md @@ -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 ..