git clone https://github.com/GENIVI/CANdevStudio.git
cd CANdevStudio
git submodule update --init --recursive
mkdir build
cd build
cmake ..
make


git submodule update --init --recursive


mkdir build

cd build

cmake -D CMAKE_INSTALL_PREFIX=/opt/CanDevStudio ../


make -j4

make install

'Embedded > OpenSourceProject' 카테고리의 다른 글

Weston 정보정리  (0) 2019.01.25
rcar 레졸루션 [화면사이즈]  (0) 2019.01.23
RcarM3 [AGL]  (0) 2019.01.23
[wifi] Miracast  (0) 2019.01.21
[vsomeip] 사용하기  (0) 2018.12.31

https://jira.automotivelinux.org/browse/SPEC-298




'Embedded > OpenSourceProject' 카테고리의 다른 글

Weston 정보정리  (0) 2019.01.25
[GENIVI] CANdevstudio 설치  (0) 2019.01.24
RcarM3 [AGL]  (0) 2019.01.23
[wifi] Miracast  (0) 2019.01.21
[vsomeip] 사용하기  (0) 2018.12.31


소스코드 다운로드


repo init -b flounder -m flounder_6.0.2.xml -u https://gerrit.automotivelinux.org/gerrit/AGL/AGL-repo




$ grep -rn ZIP_.= 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-20180627.zip"

4:ZIP_2="R-Car_Gen3_Series_Evaluation_Software_Package_of_Linux_Drivers-20180627.zip"



두패키지가 필요함

R-Car_Gen3_Series_Evaluation_Software_Package_for_Linux-20180627.zip

R-Car_Gen3_Series_Evaluation_Software_Package_of_Linux_Drivers-20180627.zip


source meta-agl/scripts/aglsetup.sh -m $MACHINE -b build agl-devel agl-demo agl-netboot agl-appfw-smack agl-localdev



conf/include/agl_h3-salvator-x.inc

./meta-agl/meta-agl-bsp/conf/include/agl_h3-salvator-x.inc


우선 

agl-demo-platform-html5

bitbake agl-demo-platform-html5


빌드정보는 다음과 같다.



'Embedded > OpenSourceProject' 카테고리의 다른 글

[GENIVI] CANdevstudio 설치  (0) 2019.01.24
rcar 레졸루션 [화면사이즈]  (0) 2019.01.23
[wifi] Miracast  (0) 2019.01.21
[vsomeip] 사용하기  (0) 2018.12.31
[GDP] 저장소 파악  (0) 2018.12.31

+ Recent posts