Browse Source

Rename jh7110-visionfive-v2-*.dts to jh7110-starfive-visionfive-2-*.dts

Rename the dts file, for sync with Linux mainline.

Signed-off-by: Hal Feng <hal.feng@starfivetech.com>
Hal Feng 2 months ago
parent
commit
38a99d1c9c
2 changed files with 9 additions and 7 deletions
  1. 8 6
      README.md
  2. 1 1
      conf/visionfive2-fit-image.its

+ 8 - 6
README.md

@@ -62,9 +62,11 @@ work/
 ├── linux/arch/riscv/boot
     ├── dts
     │   └── starfive
-    │       ├── jh7110-visionfive-v2-ac108.dtb
-    │       ├── jh7110-visionfive-v2.dtb
-    │       ├── jh7110-visionfive-v2-wm8960.dtb
+    │       ├── jh7110-starfive-visionfive-2-A10.dtb
+    │       ├── jh7110-starfive-visionfive-2-A11.dtb
+    │       ├── jh7110-starfive-visionfive-2-ac108.dtb
+    │       ├── jh7110-starfive-visionfive-2-v1.3b.dtb
+    │       ├── jh7110-starfive-visionfive-2-wm8960.dtb
     │       ├── vf2-overlay
     │       │   └── vf2-overlay-uart3-i2c.dtbo
     └── Image.gz
@@ -184,7 +186,7 @@ StarFive #
 
 Then press any key to stop and enter uboot terminal, there are two way to boot the board
 
-#### 1. Running image.fit with the default dtb `jh7110-visionfive-v2.dtb`
+#### 1. Running image.fit with the default dtb `jh7110-starfive-visionfive-2-v1.3b.dtb`
 
 transfer image.fit through TFTP:
 
@@ -215,7 +217,7 @@ Password: starfive
 
 #### 2. Running the other dtb with the Image.gz and initramfs.cpio.gz
 
-If we want to load the other dtb, e.g. `jh7110-visionfive-v2-wm8960.dtb`, follow the below
+If we want to load the other dtb, e.g. `jh7110-starfive-visionfive-2-wm8960.dtb`, follow the below
 
 Step1: set environment parameters:
 
@@ -226,7 +228,7 @@ setenv ipaddr 192.168.xxx.xxx; setenv serverip 192.168.xxx.xxx;
 Step2: upload files to ddr:
 
 ```
-tftpboot ${fdt_addr_r} jh7110-visionfive-v2-wm8960.dtb;
+tftpboot ${fdt_addr_r} jh7110-starfive-visionfive-2-wm8960.dtb;
 tftpboot ${kernel_addr_r} Image.gz;
 tftpboot ${ramdisk_addr_r} initramfs.cpio.gz;
 run chipa_set_linux;run cpu_vol_set;

+ 1 - 1
conf/visionfive2-fit-image.its

@@ -30,7 +30,7 @@
                 };
 
                 fdt {
-                        data = /incbin/("../work/linux/arch/riscv/boot/dts/starfive/jh7110-visionfive-v2.dtb");
+                        data = /incbin/("../work/linux/arch/riscv/boot/dts/starfive/jh7110-starfive-visionfive-2-v1.3b.dtb");
                         type = "flat_dt";
                         arch = "riscv";
                         load = <0x0 0x46000000>;