aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhang Nguyen <khang.nguyen.xw@renesas.com>2019-08-08 09:56:27 +0700
committerKhang Nguyen <khang.nguyen.xw@renesas.com>2019-08-08 11:50:30 +0700
commit14fe2b63e6c580bd48446317a9430e6f035a5895 (patch)
treeca0b72787832c5514a4a9b7bdd5e74a3e0ce2340
parentf5b7f9a6142a2f60c78fa54e7e368164ec583282 (diff)
rcar-gen3: README: Update release informationthud-Yocto-v3.21.0
This updates READMEs for the following changes: - Add the available values for MACHINE and the location of sample local configuration files. - Remove redundant paragraph. - Improve the format and contents. Change-Id: Ib58a07750795877700c578864927e3c14d2d3d8b Signed-off-by: Khang Nguyen <khang.nguyen.xw@renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
-rw-r--r--meta-rcar-gen3/README.evaproprietary.md8
-rw-r--r--meta-rcar-gen3/README.md29
-rw-r--r--meta-rcar-gen3/README.proprietary.md3
3 files changed, 24 insertions, 16 deletions
diff --git a/meta-rcar-gen3/README.evaproprietary.md b/meta-rcar-gen3/README.evaproprietary.md
index 83dc92b..69a33d8 100644
--- a/meta-rcar-gen3/README.evaproprietary.md
+++ b/meta-rcar-gen3/README.evaproprietary.md
@@ -14,7 +14,7 @@ This README describes how to use these features and setting local.conf.
**NOTE:**
* However, to have a completed local.conf, please also refer to Build
-Instruction in meta-renesas/meta-rcar-gen3/README.
+Instruction in [meta-renesas/meta-rcar-gen3/README.md](README.md).
* In addition, these libraries are not provided with recipes. If you would like
to use, you will need to get them from Renesas.
@@ -42,6 +42,12 @@ to use, you will need to get them from Renesas.
MACHINE = "m3ulcb"
```
+ * For R-Car Starter Kit Pro(M3NULCB) board
+
+ ```bash
+ MACHINE = "m3nulcb"
+ ```
+
* For Ebisu board
```bash
diff --git a/meta-rcar-gen3/README.md b/meta-rcar-gen3/README.md
index e264d7d..dfb712c 100644
--- a/meta-rcar-gen3/README.md
+++ b/meta-rcar-gen3/README.md
@@ -1,17 +1,6 @@
# meta-rcar-gen3
-This layer provides the support for the evaluation board mounted ARM SoCs of Renesas
-Electronics, called the R-Car Generation 3.
-
-Currently, this supports boards and the SoCs of the following:
-
-- Board: Salvator-X / SoC: R8A7795 (R-Car H3), R8A7796 (R-Car M3), R8A77965 (R-Car M3N)
-- Board: R-Car Starter Kit premier(H3ULCB) / SoC: R8A7795 (R-Car H3)
-- Board: R-Car Starter Kit pro(M3ULCB) / SoC: R8A7796 (R-Car M3)
-- Board: R-Car Starter Kit pro(M3NULCB) / SoC: R8A77965 (R-Car M3N)
-- Board: Ebisu / SoC: R8A77990 (R-Car E3)
-
This layer provides the support for the evaluation board mounted ARM SoCs of
Renesas Electronics, called the R-Car Generation 3.
@@ -21,6 +10,7 @@ Currently, this supports boards and the SoCs of the following:
- Board: Salvator-X / SoC: R8A7795 (R-Car H3), R8A7796 (R-Car M3), R8A77965 (R-Car M3N)
- Board: R-Car Starter Kit premier(H3ULCB) / SoC: R8A7795 (R-Car H3)
- Board: R-Car Starter Kit pro(M3ULCB) / SoC: R8A7796 (R-Car M3)
+ - Board: R-Car Starter Kit pro(M3NULCB) / SoC: R8A77965 (R-Car M3N)
- Board: Ebisu / SoC: R8A77990 (R-Car E3)
```
@@ -120,6 +110,14 @@ e.g.:
MACHINE ??= "<supported board name>"
```
+Board|MACHINE
+-----|-------
+Salvator-X/XS|MACHINE="salvator-x"
+Ebisu|MACHINE="ebisu"
+Starter Kit Pro (M3ULCB)|MACHINE="m3ulcb"
+Starter Kit Pro (M3NULCB)|MACHINE="m3nulcb"
+Starter Kit Premier (H3ULCB)|MACHINE="h3ulcb"
+
* Select the SOC
* For H3: r8a7795
@@ -172,6 +170,8 @@ e.g.:
MACHINE_FEATURES_append = " cas"
```
+* For a list of sample local.conf file, please refer to: [docs/sample/conf/](docs/sample/conf/)
+
* Build the target file system image using bitbake:
```bash
@@ -185,11 +185,11 @@ Images generated:
* Image (generic Linux Kernel binary image file)
-* Image-<machine name>.dtb (DTB for target machine)
+* \<SoC\>-\<machine name\>.dtb (DTB for target machine)
-* core-image-minimal-<machine name>.tar.bz2 (rootfs tar+bzip2)
+* core-image-minimal-\<machine name\>.tar.bz2 (rootfs tar+bzip2)
-* core-image-minimal-<machine name>.ext4 (rootfs ext4 format)
+* core-image-minimal-\<machine name\>.ext4 (rootfs ext4 format)
## Build Instructions for SDK
@@ -239,4 +239,5 @@ Install the SDK to the default: `/opt/poky/x.x`
Refer to the following for more information from eLinux website
+
https://elinux.org/R-Car
diff --git a/meta-rcar-gen3/README.proprietary.md b/meta-rcar-gen3/README.proprietary.md
index ca8030d..22da393 100644
--- a/meta-rcar-gen3/README.proprietary.md
+++ b/meta-rcar-gen3/README.proprietary.md
@@ -10,6 +10,7 @@ This README describes how to use these features and setting to local.conf.
I/ Board configuration
II/ Build with GLES
III/ Build with Renesas multimedia libraries
+ IV/ Enable Linux ICCOM driver and Linux ICCOM library
```
There are 2 main paths:
@@ -23,7 +24,7 @@ check section IV.
**NOTE:**
* However, to have a completed local.conf, please also refer to Build
-Instruction in meta-renesas/meta-rcar-gen3/README.
+Instruction in [meta-renesas/meta-rcar-gen3/README.md](README.md).
* In addition, these libraries are not provided with recipes. If you would like
to use, you will need to get them from Renesas.