aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
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
..