Update README 63/25763/1 10.91.0 koi/10.91.0 koi_10.91.0
authorScott Murray <scott.murray@konsulko.com>
Mon, 7 Dec 2020 18:26:44 +0000 (13:26 -0500)
committerScott Murray <scott.murray@konsulko.com>
Mon, 7 Dec 2020 18:26:44 +0000 (13:26 -0500)
Update top-level README to match the change to a "agl-refhw-h3"
feature in meta-agl that was integrated for Kooky Koi, and to
remove the note about HDMI issues, as they have been resolved.

Bug-AGL: SPEC-3708

Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: Ic3e398abd47b0a79c8f0cb5847ebca2018fb924c

README

diff --git a/README b/README
index aa8e63d..38837ce 100644 (file)
--- a/README
+++ b/README
@@ -16,7 +16,7 @@ This layer depends on:
   branch: dunfell
 
   URI: https://github.com/renesas-rcar/meta-renesas
-  branch: dunfell-dev-4.14
+  branch: dunfell-Yocto-v4.1.0
 
 
 Build Instructions
@@ -44,16 +44,17 @@ II. Build for Reference Hardware
 You should follow the instructions in the "Building for Supported Renesas Boards"
 section on the AGL developer site to build images for the reference hardware.
 
-Use the "h3ulcb" machine when configuring, e.g.:
+Use the "h3ulcb" machine and "agl-refhw-h3" feature when configuring, e.g.:
 
        $ cd $AGL_TOP
        $ source meta-agl/scripts/aglsetup.sh -m h3uclb -b build \
-         agl-devel agl-demo agl-localdev
+         agl-refhw-h3 agl-demo agl-devel
 
-This works as the AGL reference hardware support has been integrated with the
-"h3ulcb" (and "h3ulcb-nogfx") machine templates in the AGL UCB tree.  In the
-resulting build, the image can be used on the reference hardware by using the
-DTB file "r8a7795-agl-refhw.dtb".  In the reference hardware u-boot settings,
+This works as the AGL reference hardware support activated by the "agl-refhw-h3"
+feature integrates on top of the "h3ulcb" (or "h3ulcb-nogfx") machine support in
+the AGL UCB tree.  Note that it has not been tested with the "h3ulcb-kf" machine.
+In the resulting build, the image can be used on the reference hardware by using
+the DTB file "r8a7795-agl-refhw.dtb".  In the reference hardware u-boot settings,
 this can be done with the following (in case of booting from the Micro SD card
 in SD#0):
 
@@ -81,5 +82,3 @@ Please refer to meta-agl-refhw-gen3/docs/ReferenceHW_Rcar_gen3.md for details.
 IV. Notes
 =========
 1.  SD#1 is not supported.
-2.  There are suspicious HDMI0/1 interrupts detected and disabled forcibly by
-    the kernel during boot. The reason is under investigation.