AGL 이미지 생성완료



https://at.projects.genivi.org/wiki/display/PROJ/Building+Genivi+14+%28Pulsar%29+for+YP+2.5+%28Sumo%29+on+the+Renesas+R-Car+SoCs



2019-02-15 


GDP Rcar 빌드 정리

https://at.projects.genivi.org/wiki/display/PROJ/Building+Genivi+14+%28Pulsar%29+for+YP+2.5+%28Sumo%29+on+the+Renesas+R-Car+SoCs



weston 기능 변경 ivi-shell -> desktop-shell  및 weston.ini 설정 블랙스크린




초기 스크립트 실행파악





GDP 설정 genivi-14



Yocto Project 2.5 (Sumo)

branch sumo-dev



URI 
branch 14.x-sumo


의존성


* poky


```bash

    URI: git://git.yoctoproject.org/poky

    layers: meta, meta-yocto, meta-yocto-bsp

    branch: sumo

    revision: bb91b2ae3ee5cf108aa2f9b78abb14d5aa00831d




* meta-linaro
```bash
    URI: git://git.linaro.org/openembedded/meta-linaro.git
    layers: meta-optee
    branch: sumo
    revision: 282b47a10940c26854c1cca0ec40950192af16fc

* meta-openembedded


```bash

    URI: git://git.openembedded.org/meta-openembedded

    layers: meta-oe

    branch: sumo

    revision: b0950aeff5b630256bb5e25ca15f4d59c115e7c1



https://github.com/GENIVI/meta-ivi.git

git branch -al


git checkout 14.50.1




URI: git://git.yoctoproject.org/poky

> branch:   sumo

> revision: 96fbd39ba32362416c18d90bb7a81eb6a76912e0


URI: git://git.openembedded.org/meta-openembedded

> layer:    meta-oe

> branch:   sumo

> revision: b0950aeff5b630256bb5e25ca15f4d59c115e7c1


URI: git://git.yoctoproject.org/meta-gplv2

> branch:   sumo

> revision: d7687d404bbc9ba3f44ec43ea8828d9071033513



라이센스 다운로드

https://www.renesas.com/us/en/solutions/automotive/rcar-download/rcar-demoboard-2.html


R-Car Gen3 Evaluation Software Package for Linux
for Yocto v3.9.0 and
Wayland 1.14 /Weston 3.0
To download Multimedia and Graphics library R-Car Gen3, please click this link.

R-Car_Gen3_Series_Evaluation_Software_Package_for_Linux-weston3-20180806.zip

To download related Linux drivers, please click here .
Please use this software in accordance with the bundled license conditions in this download file.

R-Car_Gen3_Series_Evaluation_Software_Package_of_Linux_Drivers-weston3-20180806.zip

$ source ./init.sh r-car-m3-salvator-x



ivis_bsp@BSP:~/Downloads$ unzip -o R-Car_Gen3_Series_Evaluation_Software_Package_for_Linux-weston3-20180806.zip
Archive:  R-Car_Gen3_Series_Evaluation_Software_Package_for_Linux-weston3-20180806.zip
  inflating: R-Car_Gen3_Series_Evaluation_Software_Package_for_Linux-weston3-20180806.tar.gz
  inflating: readme.txt
ivis_bsp@BSP:~/Downloads$ unzip -o R-Car_Gen3_Series_Evaluation_Software_Package_of_Linux_Drivers-weston3-20180806.zip
Archive:  R-Car_Gen3_Series_Evaluation_Software_Package_of_Linux_Drivers-weston3-20180806.zip
  inflating: R-Car_Gen3_Series_Evaluation_Software_Package_of_Linux_Drivers-weston3-20180806.tar.gz
  inflating: readme.txt




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

[Renesas] RCar 7796  (0) 2019.01.17
[RCAR] OpenCL 설치  (0) 2019.01.16
[GDP]RCar opencv 설치 및 빌드 SDK 생성  (0) 2019.01.16
[GDP] Rcar-M3 어플리케이션제어  (2) 2019.01.11
[rcar-M3] 펌웨어 Flashing  (0) 2019.01.03


R-Car AGL 빌드 사용법 : http://docs.automotivelinux.org/master/docs/getting_started/en/dev/reference/machines/R-Car-Starter-Kit-gen3.html

르네사스 웹사이트 : Renesas website


xzcat ./agl-demo-platform-$MACHINE.wic.xz | sudo dd of=$SDCARD bs=4M



FBDEV : Framebuffer Device

DRM/KMS : Direct Rendering Manager / Kernel Mode Setting

V4L2 : Video for Linux2


sudo apt-get install mesa-utils

sudo apt-get install libinput-dev
 sudo apt-get install v4l-utils

$ glxinfo | grep "OpenGL version"
OpenGL version string: 3.0 Mesa 18.0.5

No package 'egl' found
No package 'glesv2' found

sudo apt-get install libegl1-mesa-dev
sudo apt-get install libgles2-mesa-dev


checking for libdrm libkms wayland-kms gbm >= 10.3.0... no



 다운로드

http://linux-pam.org/library/Linux-PAM-1.3.0.tar.gz



리눅스 PAM : https://ko.wikipedia.org/wiki/%EB%A6%AC%EB%88%85%EC%8A%A4_PAM


문서 : https://events.static.linuxfound.org/sites/events/files/slides/brezillon-drm-kms.pdf


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

[GENIVI] CANdevstudio 설치  (0) 2019.01.24
rcar 레졸루션 [화면사이즈]  (0) 2019.01.23
RcarM3 [AGL]  (0) 2019.01.23
[wifi] Miracast  (0) 2019.01.21
[vsomeip] 사용하기  (0) 2018.12.31
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

https://github.com/albfan/miraclecast

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

rcar 레졸루션 [화면사이즈]  (0) 2019.01.23
RcarM3 [AGL]  (0) 2019.01.23
[vsomeip] 사용하기  (0) 2018.12.31
[GDP] 저장소 파악  (0) 2018.12.31
[GDP] Cluster Demo  (0) 2018.12.28


Renesas Salvator-XS


R-CarGen3-Sip RTP0RC7796SIPB

  • RTP0RC7796SIPB0012S (with R-Car M3-W)



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

[rcar] 작업사항정리  (0) 2019.02.15
[RCAR] OpenCL 설치  (0) 2019.01.16
[GDP]RCar opencv 설치 및 빌드 SDK 생성  (0) 2019.01.16
[GDP] Rcar-M3 어플리케이션제어  (2) 2019.01.11
[rcar-M3] 펌웨어 Flashing  (0) 2019.01.03



평가 라이센스 다운로드

https://www.renesas.com/us/en/solutions/automotive/rcar-download/rcar-opencl.html


설치방법 :https://elinux.org/R-Car/Boards/Yocto-Gen3/OpenCL



yocto 버전 참고: https://wiki.yoctoproject.org/wiki/Releases



Sumo 2.5 April 2018 2.5.2 Stable 19.0 1.38



git clone https://github.com/CogentEmbedded/meta-opencl.git

kwangjo@ivisuite-server:~/GDP/meta-opencl$ find ./ -name "opencv*"

./meta-ocl-common/recipes-extended/renesas-opencl-sdk/files/opencv.patch



두파일 다운로드함

R-Car_Gen3_Series_Evaluation_Software_Package_of_Linux_Drivers-20180423

yocto3.7.0-20180628



/meta-opencl/meta-ocl-rcar-gen3/recipes-graphics/cl-gles-module/cl-gles-user-module

mv EVA_r8a77960_linux_gsx_binaries_cl_gles.tar.bz2 r8a77960_linux_gsx_binaries_cl_gles.tar.bz2





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

[rcar] 작업사항정리  (0) 2019.02.15
[Renesas] RCar 7796  (0) 2019.01.17
[GDP]RCar opencv 설치 및 빌드 SDK 생성  (0) 2019.01.16
[GDP] Rcar-M3 어플리케이션제어  (2) 2019.01.11
[rcar-M3] 펌웨어 Flashing  (0) 2019.01.03

패키지 추가

/home/kwangjo/GDP/genivi-dev-platform/meta-genivi-dev/meta-genivi-dev/recipes-dev-platform/packagegroups

packagegroup-ivis-opencv.bb




PACKAGES = "\

    packagegroup-ivis-opencv \

    "


RDEPENDS_${PN} += "\

    opencv \

    x264 \

    v4l-utils \

    libwebp \

    "



packagegroup-ivis-opencv 추가함

packagegroup-gdp-qt5

SDK 생성
$ bitbake genivi-dev-platform-crosssdk

Image 빌드
$ bitbake genivi-dev-platform


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

[Renesas] RCar 7796  (0) 2019.01.17
[RCAR] OpenCL 설치  (0) 2019.01.16
[GDP] Rcar-M3 어플리케이션제어  (2) 2019.01.11
[rcar-M3] 펌웨어 Flashing  (0) 2019.01.03
휴대폰 정보  (0) 2019.01.02

+ Recent posts