aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorVasyl Vavrychuk <vasyl.vavrychuk@opensynergy.com>2021-07-29 23:49:57 +0200
committerVasyl Vavrychuk <vasyl.vavrychuk@opensynergy.com>2021-10-08 11:06:41 +0200
commit4d1bd5bf43bfe28a225dbc97b14593716e5ab32a (patch)
tree1c949ea72c4af1a73d9bb1ca26713e7ed2e55e2a /README
parent2f89119bd5b08da539650893e5659f11c86390d0 (diff)
linux: Update patches for Renesas BSP v5.1.0.
Adapt to rename done in repo: https://github.com/renesas-rcar/linux-bsp.git branch: v5.10/rcar-5.0.0.rc5 commit: 052e99d arm64: dts: renesas: Rename r8a7795{-es1,}* to r8a7795[01]* Bug-AGL: SPEC-3997 Change-Id: I4422c1d3998a4e623a6655e2e6ebc7a22f9de1c9 Signed-off-by: Vasyl Vavrychuk <vasyl.vavrychuk@opensynergy.com>
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index 0f4d00d..e37220f 100644
--- a/README
+++ b/README
@@ -56,13 +56,13 @@ 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,
+the DTB file "r8a77951-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):
=> setenv bootargs 'console=ttySC0,115200 root=/dev/mmcblk1p1 rootwait ro rootfstype=ext4'
=> setenv bootcmd 'run load_ker; run load_dtb; booti 0x48080000 - 0x48000000'
- => setenv load_dtb 'ext4load mmc 0:1 0x48000000 /boot/r8a7795-agl-refhw.dtb'
+ => setenv load_dtb 'ext4load mmc 0:1 0x48000000 /boot/r8a77951-agl-refhw.dtb'
=> setenv load_ker 'ext4load mmc 0:1 0x48080000 /boot/Image'
=> saveenv
@@ -70,7 +70,7 @@ in SD#0):
...
bootargs=console=ttySC0,115200 root=/dev/mmcblk1p1 rootwait ro rootfstype=ext4
bootcmd=run load_ker; run load_dtb; booti 0x48080000 - 0x48000000
- load_dtb=ext4load mmc 0:1 0x48000000 /boot/r8a7795-agl-refhw.dtb
+ load_dtb=ext4load mmc 0:1 0x48000000 /boot/r8a77951-agl-refhw.dtb
load_ker=ext4load mmc 0:1 0x48080000 /boot/Image
..