Difference between revisions of "R-Car"

From eLinux.org
Jump to: navigation, search
m (R-Car SoCs)
(33 intermediate revisions by 11 users not shown)
Line 38: Line 38:
  
 
Links below could be used to get familiar with Renesas Automotive SoCs and R-Car Concortia:
 
Links below could be used to get familiar with Renesas Automotive SoCs and R-Car Concortia:
*[http://am.renesas.com/applications/automotive/index.jsp Renesas Automotive Products / Solutions]
+
*[https://www.renesas.com/us/en/solutions/automotive.html Renesas Automotive Products / Solutions]
*[http://am.renesas.com/applications/automotive/cis/cis_highend/index.jsp Renesas Car Information Terminal Applications]
+
*[https://www.renesas.com/us/en/solutions/automotive/car-information-system.html Renesas Car Information Terminal Applications]
*[http://r-car-consortium.renesas.com/jpn/index.html R-Car Consortium]
+
*[https://www.renesas.com/us/en/support/partners/r-car-consortium.html R-Car Consortium]
  
 
Detailed information regarding R-Car SoCs (including roadmap, technical and marketing documents, BSPs and middleware) can be obtained directly from Renesas representative.
 
Detailed information regarding R-Car SoCs (including roadmap, technical and marketing documents, BSPs and middleware) can be obtained directly from Renesas representative.
Line 53: Line 53:
 
| '''Generation 3'''
 
| '''Generation 3'''
 
|-
 
|-
|'''"H"''' - Premium/High end
+
|'''"H"''' - High End
 
| '''H1''' - R8A7779
 
| '''H1''' - R8A7779
 
| '''H2''' - R8A7790
 
| '''H2''' - R8A7790
| '''H3''' - R8A7795 (or R8J7795)
+
| '''H3''' ES1.x - R8A77950 (or R8J77950)<br/>'''H3''' ES2.0+ - R8A77951 (or R8J77951)
 
|-
 
|-
|'''"M"''' - Mid range
+
|'''"M"''' - Mid Range
 
| '''M1A''' - R8A7778
 
| '''M1A''' - R8A7778
 
| '''M2-W''' - R8A7791<br/>'''M2-N''' - R8A7793
 
| '''M2-W''' - R8A7791<br/>'''M2-N''' - R8A7793
| '''M3-W''' - R8A77960<br/>'''M3-N''' - R8A77965
+
| '''M3-W''' - R8A77960<br/>'''M3-W+''' - R8A77961<br/>'''M3-N''' - R8A77965
 
|-
 
|-
|'''"E"''' - Entry class
+
|'''"E"''' - Entry
 
| '''E1'''
 
| '''E1'''
 
| '''E2''' - R8A7794
 
| '''E2''' - R8A7794
 
| '''E3''' - R8A77990
 
| '''E3''' - R8A77990
 
|-
 
|-
|'''"V"''' - ADAS
+
|'''"D"''' - Dashboard
 +
|
 +
|
 +
| '''D3''' - R8A77995
 +
|-
 +
|'''"V"''' - Vision
 
|
 
|
 
| '''V2H''' - R8A7792
 
| '''V2H''' - R8A7792
Line 152: Line 157:
 
|'''R-Car M3-N'''  
 
|'''R-Car M3-N'''  
 
|[[R-Car/Boards/Salvator-X|Salvator-X]]<br/>[[R-Car/Boards/Salvator-XS|Salvator-XS]]
 
|[[R-Car/Boards/Salvator-X|Salvator-X]]<br/>[[R-Car/Boards/Salvator-XS|Salvator-XS]]
|
+
|[[R-Car/Boards/M3NSK|R-Car Starter Kit Pro(M3N)]]
 
|-
 
|-
 
|'''R-Car E3'''
 
|'''R-Car E3'''
Line 176: Line 181:
 
== Upstream ==
 
== Upstream ==
  
Renesas mainline R-Car Linux tree is maintained by [http://horms.org/about_me.shtml Simon Horman]
+
Renesas mainline R-Car Linux tree is maintained by Geert Uytterhoeven
  
 
Start here to get latest/closest upstream kernel:
 
Start here to get latest/closest upstream kernel:
git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git
+
git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel.git
  
  e.g. pull development branch: git clone -b devel git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git
+
  e.g. pull development branch: git clone -b devel git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel.git
  
 
=== Branches ===
 
=== Branches ===
 +
* '''master'''
 +
** Current development version
 +
** Based on latest upstream point or rc release
 +
** Includes patches queued up for the forthcoming kernel release (or later)
 +
** Includes 'topic/renesas-defconfig'
 
* '''next'''
 
* '''next'''
** Patches queued up for the forthcoming Kernel release
+
** Patches queued up for the forthcoming kernel release
 
** This is included in linux-next and complies with its rules
 
** This is included in linux-next and complies with its rules
 
** It is a feeder for submissions (pull requests) to the ARM-SoC maintainers
 
** It is a feeder for submissions (pull requests) to the ARM-SoC maintainers
 
** It is generally based on the latest rc1 release but may be based on a later rc release in order to provide a working kernel for ARM (32-bit) and ARM64 based Renesas SoCs.
 
** It is generally based on the latest rc1 release but may be based on a later rc release in order to provide a working kernel for ARM (32-bit) and ARM64 based Renesas SoCs.
* '''devel'''
 
** All patches queued up for submission to the ARM-SoC maintainers
 
** This is a feeder for the next branch and allows patches to be queued up during times when updates to the next branch are not appropriate
 
** Based on a merge of the next branch and the latest rc or full release
 
 
* '''*-for-vX.Y'''
 
* '''*-for-vX.Y'''
 
** Individual patch-queues for the ARM-SoC maintainers as per their requirements for patches to be broken out into branches
 
** Individual patch-queues for the ARM-SoC maintainers as per their requirements for patches to be broken out into branches
 
** Patches are targeted at kernel version X.Y
 
** Patches are targeted at kernel version X.Y
** Merged into next or devel
+
** Merged into next
 +
* '''topic/renesas-defconfig'''
 +
** Sample defconfig file for Renesas R-Car Gen3 and RZ/G2 boards
 +
** Not intended for upstream merge
 
* '''topic/*'''
 
* '''topic/*'''
 
** Branches for specific new features
 
** Branches for specific new features
Line 205: Line 214:
 
=== Hardware Support Status (Incomplete) ===
 
=== Hardware Support Status (Incomplete) ===
 
* [[Renesas-MMC-Enabled-Speeds|Enabled Speeds for MMC Devices on R-Car Gen 2 and 3]]
 
* [[Renesas-MMC-Enabled-Speeds|Enabled Speeds for MMC Devices on R-Car Gen 2 and 3]]
 +
 +
=== Tips ===
 +
* [[R-Car/Merging-MMC-block-requests|Merging MMC block requests by using IOMMU]]
 +
* [[R-Car/Use-MMC-block-as-rootfs-on-v5-10|How to use MMC block device as rootfs on v5.10-rc1?]]
 +
* [[R-Car/Use-GPIO-for-SD-card-detection|Use GPIO for SD card detection]]
 +
* [[R-Car/Change-probing-timing-of-USB-2-function-driver|Change probing timing of USB 2.0 function driver on Salvator-XS from v5.13-rc1]]
 +
* [[R-Car/Default-CPUFreq-governor-from-v5-9|Default CPUFreq governor from v5.9]]
 +
* [[R-Car/xhci-rcar-driver-waits-for-firmware-loading|xhci-rcar driver waits for firmware loading in kernel booting when using defconfig]]
 +
* [[R-Car/Debugging-kernel-options-causes-performance-down|Debugging kernel options causes performance down]]
  
 
== R-Car Community==
 
== R-Car Community==
 
*Mailing list - via kernel.org [mailto:majordomo@vger.kernel.org?body=subscribe linux-renesas-soc Majordomo].
 
*Mailing list - via kernel.org [mailto:majordomo@vger.kernel.org?body=subscribe linux-renesas-soc Majordomo].
Archives available here: http://dir.gmane.org/gmane.linux.kernel.renesas-soc , http://www.spinics.net/lists/linux-renesas-soc/
+
Archives available here: https://lore.kernel.org/linux-renesas-soc/ , http://www.spinics.net/lists/linux-renesas-soc/
  
 
== LTSI (Long Term Support Initiative) ==
 
== LTSI (Long Term Support Initiative) ==
Line 222: Line 240:
 
== Renesas R-Car Gen 3 BSP Tree ==
 
== Renesas R-Car Gen 3 BSP Tree ==
  
Renesas R-Car Gen 3 BSP Tree located at: git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas-bsp.git.
+
Renesas R-Car Gen 3 BSP Tree located at: https://github.com/renesas-rcar/linux-bsp.git.
 
Check out the latest R-Car Gen 3 BSP release tag.
 
Check out the latest R-Car Gen 3 BSP release tag.
  
 
  for example: rcar-3.9.2
 
  for example: rcar-3.9.2
 +
 +
NOTE: The git repo at git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas-bsp.git become outdated from Oct 2019.
  
 
= R-Car U-Boot =
 
= R-Car U-Boot =
Line 231: Line 251:
 
For Gen3 see [[R-Car/Boards/U-Boot-Gen3|U-Boot-Gen3]].
 
For Gen3 see [[R-Car/Boards/U-Boot-Gen3|U-Boot-Gen3]].
  
R-Car U-Boot mainline development is done using git://git.denx.de/u-boot-sh.git tree. It is maintained by Nobuhiro Iwamatsu.
+
R-Car U-Boot mainline development is done using git@gitlab.denx.de:u-boot/custodians/u-boot-sh.git tree. It is maintained by Nobuhiro Iwamatsu.
  
 
  e.g. pull renesas/bsp/rcar-gen2-1.8.0 branch and build U-Boot for Lager/Koelsch/Alt boards
 
  e.g. pull renesas/bsp/rcar-gen2-1.8.0 branch and build U-Boot for Lager/Koelsch/Alt boards
  git clone -b renesas/bsp/rcar-gen2-1.8.0  git://git.denx.de/u-boot-sh.git
+
  git clone -b renesas/bsp/rcar-gen2-1.8.0  git@gitlab.denx.de:u-boot/custodians/u-boot-sh.git
  
 
build example
 
build example
Line 249: Line 269:
 
To integrate evaluation version of proprietary graphics and multimedia drivers from Renesas, refer to README.evaproprietary.md.<br>
 
To integrate evaluation version of proprietary graphics and multimedia drivers from Renesas, refer to README.evaproprietary.md.<br>
 
Repository location: https://github.com/renesas-rcar/meta-renesas.git<br>
 
Repository location: https://github.com/renesas-rcar/meta-renesas.git<br>
Latest release:
+
{| class="wikitable"
:Yocto Project 2.5 (codename: sumo)
+
|+ Latest R-Car Gen3 Community BSP
::Branch: sumo-dev<br>
+
|-
::Tag: sumo-Yocto-v3.9.0<br>
+
|'''Yocto Project (YP) releases'''
::Build instructions are described at [https://github.com/renesas-rcar/meta-renesas/blob/sumo-dev/meta-rcar-gen3/README.md README.md] and [https://github.com/renesas-rcar/meta-renesas/blob/sumo-dev/meta-rcar-gen3/README.evaproprietary.md README.evaproprietary.md].<br>
+
|'''Branch name'''
:Yocto Project 2.6 (codename: thud)
+
|'''Tag name'''
::Branch: thud-dev<br>
+
|'''For build instructions, refer to'''
::Tag: thud-Yocto-v3.15.0<br>
+
|-
::Build instructions are described at [https://github.com/renesas-rcar/meta-renesas/blob/thud-dev/meta-rcar-gen3/README.md README.md] and [https://github.com/renesas-rcar/meta-renesas/blob/thud-dev/meta-rcar-gen3/README.evaproprietary.md README.evaproprietary.md].<br>
+
|'''YP 2.5 (codename: sumo)'''
 +
|sumo-dev
 +
|sumo-Yocto-v3.15.0
 +
|[https://github.com/renesas-rcar/meta-renesas/blob/sumo-dev/meta-rcar-gen3/README.md README.md] and [https://github.com/renesas-rcar/meta-renesas/blob/sumo-dev/meta-rcar-gen3/README.evaproprietary.md README.evaproprietary.md]
 +
|-
 +
|'''YP 2.6 (codename: thud)'''
 +
|thud-dev
 +
|thud-Yocto-v3.21.0
 +
|[https://github.com/renesas-rcar/meta-renesas/blob/thud-dev/meta-rcar-gen3/README.md README.md] and [https://github.com/renesas-rcar/meta-renesas/blob/thud-dev/meta-rcar-gen3/README.evaproprietary.md README.evaproprietary.md]
 +
|-
 +
|'''YP 2.7 (codename: warrior)'''
 +
|warrior-dev
 +
|warrior-Yocto-v3.19.0
 +
|[https://github.com/renesas-rcar/meta-renesas/blob/warrior-dev/meta-rcar-gen3/README.md README.md] and [https://github.com/renesas-rcar/meta-renesas/blob/warrior-dev/meta-rcar-gen3/README.evaproprietary.md README.evaproprietary.md]
 +
|-
 +
|'''YP 3.0 (codename: zeus)'''
 +
|zeus-dev
 +
|zeus-Yocto-v3.21.0
 +
|[https://github.com/renesas-rcar/meta-renesas/blob/zeus-dev/meta-rcar-gen3/README.md README.md] and [https://github.com/renesas-rcar/meta-renesas/blob/zeus-dev/meta-rcar-gen3/README.evaproprietary.md README.evaproprietary.md]
 +
|-
 +
|}
 
</ol>
 
</ol>
  
Line 288: Line 328:
 
= R-Car Automotive Grade Linux =
 
= R-Car Automotive Grade Linux =
  
Automotive Grade Linux (AGL) is a Linux Foundation Workgroup dedicated to creating open source software solutions for automotive applications.
+
Automotive Grade Linux(TM) (AGL: https://www.automotivelinux.org/ ) is a Linux Foundation Workgroup dedicated to creating open source software solutions for automotive applications.
 
AGL is based on Yocto project for its construction.
 
AGL is based on Yocto project for its construction.
 
: To start an AGL distribution on R-Car Porter board, please check [[/Boards/Porter#Which_operating_systems.2Fdistributions_can_be_used_with_R-Car_M2_Porter_board.3F|this page]].
 
: To start an AGL distribution on R-Car Porter board, please check [[/Boards/Porter#Which_operating_systems.2Fdistributions_can_be_used_with_R-Car_M2_Porter_board.3F|this page]].
: To start an AGL distribution on R-Car Starter Kit(s), please check AGL documentation [http://docs.automotivelinux.org/master/docs/getting_started/en/dev/reference/machines/R-Car-Starter-Kit-gen3.html here].
+
: To start an AGL distribution on R-Car Starter Kit(s), please check AGL documentation [https://docs.automotivelinux.org/en/master/#0_Getting_Started/2_Building_AGL_Image/5_3_RCar_Gen_3/ here].
  
 
= R-Car Genivi =
 
= R-Car Genivi =
Line 311: Line 351:
 
= R-Car Android =
 
= R-Car Android =
  
TBD ''This section will be added later''
+
See [[R-Car/Boards/Kingfisher/Android]].
  
 
= R-Car Emotion Recognition Engine SDK =
 
= R-Car Emotion Recognition Engine SDK =
  
 
See [[R-Car/Emotion Recognition Engine SDK Image preparation guide]]
 
See [[R-Car/Emotion Recognition Engine SDK Image preparation guide]]
 +
 +
= R-Car Connected Car SDK =
 +
 +
See [[R-Car/Connected Car SDK startup guide]]
 +
 +
= Ubuntu on R-Car =
 +
English ver. [[R-Car/Ubuntu]]<br>
 +
日本語ver. [[R-Car/Ubuntu(J)]]<br>
  
 
[[Category:Automotive]]
 
[[Category:Automotive]]
 +
[[Category:R-Car]]
 +
 +
= R-Car Chromium =
 +
See [[R-Car/Chromium]].
 +
 +
= Kubernetes(k8s) on R-Car =
 +
See [[R-Car/k8s(J)]].

Revision as of 21:39, 15 June 2021

Jump to R-Car boards pages Arrow Right-Down.svg

Introduction

This is starting page for Embedded Linux on Renesas R-Car family of automotive embedded SoCs. Main goal is to make information on R-Car SoCs friendly, easy to access for embedded developers, enthusiasts. It does not aim to replace official Renesas support.

Links below could be used to get familiar with Renesas Automotive SoCs and R-Car Concortia:

Detailed information regarding R-Car SoCs (including roadmap, technical and marketing documents, BSPs and middleware) can be obtained directly from Renesas representative.

R-Car SoCs

Renesas R-Car SoC variants (Generations)
Generation 1 Generation 2 Generation 3
"H" - High End H1 - R8A7779 H2 - R8A7790 H3 ES1.x - R8A77950 (or R8J77950)
H3 ES2.0+ - R8A77951 (or R8J77951)
"M" - Mid Range M1A - R8A7778 M2-W - R8A7791
M2-N - R8A7793
M3-W - R8A77960
M3-W+ - R8A77961
M3-N - R8A77965
"E" - Entry E1 E2 - R8A7794 E3 - R8A77990
"D" - Dashboard D3 - R8A77995
"V" - Vision V2H - R8A7792 V3M - R8A77970
V3H - R8A77980

The R-Car devices pages lists the peripheral devices available in the R-Car SoCs along with usage information and test procedures.

R-Car Boards

Generation 1

Renesas R-Car Gen1 evaluation boards
Standard Low Cost Boards (LCB)
R-Car H1 Marzen Geuze
R-Car M1A BOCK-W Milan
R-Car E1 Silverstone

Generation 2

Renesas R-Car Gen2 evaluation boards
Standard Low Cost Boards (LCB)
R-Car H2 Lager 65px-Stout top.png
ADAS Starter Kit (Stout)
ADAS Surround View Kit
R-Car M2-W Koelsch 65px-Porter top.png
Porter
R-Car M2-N Gose
R-Car E2 Alt 65px-Silk top.png
SILK
R-Car V2H Blanche 65px-Wheat top.png
Wheat

Generation 3

Renesas R-Car Gen3 evaluation boards
Standard Low Cost Boards (LCB)
R-Car H3 Salvator-X
Salvator-XS
R-Car Starter Kit Premier
R-Car M3-W Salvator-X
Salvator-XS
R-Car Starter Kit Pro
R-Car M3-N Salvator-X
Salvator-XS
R-Car Starter Kit Pro(M3N)
R-Car E3 Ebisu
R-Car V3M Eagle Starter Kit
R-Car V3H Condor Starter Kit
R-Car D3 Draak

R-Car Linux

Upstream

Renesas mainline R-Car Linux tree is maintained by Geert Uytterhoeven

Start here to get latest/closest upstream kernel: git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel.git

e.g. pull development branch: git clone -b devel git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel.git

Branches

  • master
    • Current development version
    • Based on latest upstream point or rc release
    • Includes patches queued up for the forthcoming kernel release (or later)
    • Includes 'topic/renesas-defconfig'
  • next
    • Patches queued up for the forthcoming kernel release
    • This is included in linux-next and complies with its rules
    • It is a feeder for submissions (pull requests) to the ARM-SoC maintainers
    • It is generally based on the latest rc1 release but may be based on a later rc release in order to provide a working kernel for ARM (32-bit) and ARM64 based Renesas SoCs.
  • *-for-vX.Y
    • Individual patch-queues for the ARM-SoC maintainers as per their requirements for patches to be broken out into branches
    • Patches are targeted at kernel version X.Y
    • Merged into next
  • topic/renesas-defconfig
    • Sample defconfig file for Renesas R-Car Gen3 and RZ/G2 boards
    • Not intended for upstream merge
  • topic/*
    • Branches for specific new features
    • Pushed when the features are under review of otherwise not queued up for submission to the ARM-SoC maintainers
  • other
    • Temporary branches typically for testing purposes

Hardware Support Status (Incomplete)

Tips

R-Car Community

Archives available here: https://lore.kernel.org/linux-renesas-soc/ , http://www.spinics.net/lists/linux-renesas-soc/

LTSI (Long Term Support Initiative)

Renesas SoCs and boards are supported as part of LTSI project - https://ltsi.linuxfoundation.org/ .For all LTSI kernel releases, refer to https://ltsi.linuxfoundation.org/software/releases.

Renesas R-Car Gen 2 BSP Tree

Renesas R-Car Gen 2 BSP Tree located at: git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas-backport.git. Check out the latest R-Car Gen 2 BSP release tag.

for example: rcar-gen2/v1.9.7

Renesas R-Car Gen 3 BSP Tree

Renesas R-Car Gen 3 BSP Tree located at: https://github.com/renesas-rcar/linux-bsp.git. Check out the latest R-Car Gen 3 BSP release tag.

for example: rcar-3.9.2

NOTE: The git repo at git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas-bsp.git become outdated from Oct 2019.

R-Car U-Boot

For Gen3 see U-Boot-Gen3.

R-Car U-Boot mainline development is done using git@gitlab.denx.de:u-boot/custodians/u-boot-sh.git tree. It is maintained by Nobuhiro Iwamatsu.

e.g. pull renesas/bsp/rcar-gen2-1.8.0 branch and build U-Boot for Lager/Koelsch/Alt boards
git clone -b renesas/bsp/rcar-gen2-1.8.0  git@gitlab.denx.de:u-boot/custodians/u-boot-sh.git

build example

make O=/tmp/build clean
make O=/tmp/build mrproper
make O=/tmp/build gose_config
make O=/tmp/build all

R-Car Yocto

  • For Gen3, see Yocto-Gen3
  • Community BSP following official Yocto Project versions
    Refer to README.md for release policy and build instructions.
    To integrate evaluation version of proprietary graphics and multimedia drivers from Renesas, refer to README.evaproprietary.md.
    Repository location: https://github.com/renesas-rcar/meta-renesas.git
    Latest R-Car Gen3 Community BSP
    Yocto Project (YP) releases Branch name Tag name For build instructions, refer to
    YP 2.5 (codename: sumo) sumo-dev sumo-Yocto-v3.15.0 README.md and README.evaproprietary.md
    YP 2.6 (codename: thud) thud-dev thud-Yocto-v3.21.0 README.md and README.evaproprietary.md
    YP 2.7 (codename: warrior) warrior-dev warrior-Yocto-v3.19.0 README.md and README.evaproprietary.md
    YP 3.0 (codename: zeus) zeus-dev zeus-Yocto-v3.21.0 README.md and README.evaproprietary.md
  • Renesas Yocto/Poky distribution
    Renesas Yocto/Poky distribution is maintained by Takamitsu Honda.
    To get started with Yocto on R-Car Gen2 platform - pull git://git.yoctoproject.org/meta-renesas tree
    If you pulled complete Yocto/poky trees, you should be able to kick-off a build using the 'oe-init-build-env' script in Poky.
    Update bblayers.conf by adding the meta-renesas and meta-rcar-gen2 layer. e.g.:
            BBLAYERS ?= " \
                    <path to layer>/poky/meta \
                    <path to layer>/poky/meta-yocto \
                    <path to layer>/poky/meta-yocto-bsp \
                    <path to layer>/meta-renesas \
                    <path to layer>/meta-renesas/meta-rcar-gen2 \
            "
    

    To build a specific target BSP configure the associated machine in local.conf:

            MACHINE ?= "<supported board name>" (lager, koelsch, gose, alt)
    

    Build the target file system image using bitbake:

            $ bitbake core-image-minimal
    

R-Car Automotive Grade Linux

Automotive Grade Linux(TM) (AGL: https://www.automotivelinux.org/ ) is a Linux Foundation Workgroup dedicated to creating open source software solutions for automotive applications. AGL is based on Yocto project for its construction.

To start an AGL distribution on R-Car Porter board, please check this page.
To start an AGL distribution on R-Car Starter Kit(s), please check AGL documentation here.

R-Car Genivi

GENIVI® is a nonprofit industry alliance committed to driving the broad adoption of specified, open source, In-Vehicle Infotainment (IVI) software. Source: https://www.genivi.org/

As a service to the community Renesas maintains a git repository containing a R-Car Yocto BSP with the changes required for the standard Yocto BSP to work with the Genivi Yocto Baseline and Genivi Development Platform (GDP) already integrated. It is supported on a best effort basis.

You can find more information about building the Genivi Yocto Baseline for various Genivi versions in the Alliance pages for meta-ivi here. Information on building GDP Master for the Renesas R-Car SoCs can be found here.

R-Car Virtualization

See R-Car/Virtualization.

R-Car Tizen

TBD Renesas R-Car Tizen is already available via tizen.org trees. Add detailed instructions how to get started with Tizen for R-Car

R-Car Android

See R-Car/Boards/Kingfisher/Android.

R-Car Emotion Recognition Engine SDK

See R-Car/Emotion Recognition Engine SDK Image preparation guide

R-Car Connected Car SDK

See R-Car/Connected Car SDK startup guide

Ubuntu on R-Car

English ver. R-Car/Ubuntu
日本語ver. R-Car/Ubuntu(J)

R-Car Chromium

See R-Car/Chromium.

Kubernetes(k8s) on R-Car

See R-Car/k8s(J).