diff options
author | Khang Nguyen <khang.nguyen.xw@renesas.com> | 2019-08-08 09:56:27 +0700 |
---|---|---|
committer | Khang Nguyen <khang.nguyen.xw@renesas.com> | 2019-08-08 11:50:30 +0700 |
commit | 14fe2b63e6c580bd48446317a9430e6f035a5895 (patch) | |
tree | ca0b72787832c5514a4a9b7bdd5e74a3e0ce2340 /meta-rcar-gen3/README.md | |
parent | f5b7f9a6142a2f60c78fa54e7e368164ec583282 (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>
Diffstat (limited to 'meta-rcar-gen3/README.md')
-rw-r--r-- | meta-rcar-gen3/README.md | 29 |
1 files changed, 15 insertions, 14 deletions
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 |