Skip to content

Commit d80f00d

Browse files
hal-fengandyhu-stf
authored andcommitted
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 <[email protected]>
1 parent 8d4d99e commit d80f00d

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,11 @@ work/
6161
├── linux/arch/riscv/boot
6262
├── dts
6363
│ └── starfive
64-
│ ├── jh7110-visionfive-v2-ac108.dtb
65-
│ ├── jh7110-visionfive-v2.dtb
66-
│ ├── jh7110-visionfive-v2-wm8960.dtb
64+
│ ├── jh7110-starfive-visionfive-2-A10.dtb
65+
│ ├── jh7110-starfive-visionfive-2-A11.dtb
66+
│ ├── jh7110-starfive-visionfive-2-ac108.dtb
67+
│ ├── jh7110-starfive-visionfive-2-v1.3b.dtb
68+
│ ├── jh7110-starfive-visionfive-2-wm8960.dtb
6769
│ ├── vf2-overlay
6870
│ │ └── vf2-overlay-uart3-i2c.dtbo
6971
└── Image.gz
@@ -183,7 +185,7 @@ StarFive #
183185

184186
Then press any key to stop and enter uboot terminal, there are two way to boot the board
185187

186-
#### 1. Running image.fit with the default dtb `jh7110-visionfive-v2.dtb`
188+
#### 1. Running image.fit with the default dtb `jh7110-starfive-visionfive-2-v1.3b.dtb`
187189

188190
transfer image.fit through TFTP:
189191

@@ -214,7 +216,7 @@ Password: starfive
214216

215217
#### 2. Running the other dtb with the Image.gz and initramfs.cpio.gz
216218

217-
If we want to load the other dtb, e.g. `jh7110-visionfive-v2-wm8960.dtb`, follow the below
219+
If we want to load the other dtb, e.g. `jh7110-starfive-visionfive-2-wm8960.dtb`, follow the below
218220

219221
Step1: set environment parameters:
220222

@@ -225,7 +227,7 @@ setenv ipaddr 192.168.xxx.xxx; setenv serverip 192.168.xxx.xxx;
225227
Step2: upload files to ddr:
226228

227229
```
228-
tftpboot ${fdt_addr_r} jh7110-visionfive-v2-wm8960.dtb;
230+
tftpboot ${fdt_addr_r} jh7110-starfive-visionfive-2-wm8960.dtb;
229231
tftpboot ${kernel_addr_r} Image.gz;
230232
tftpboot ${ramdisk_addr_r} initramfs.cpio.gz;
231233
run chipa_set_linux;run cpu_vol_set;

conf/visionfive2-fit-image.its

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
};
3131

3232
fdt {
33-
data = /incbin/("../work/linux/arch/riscv/boot/dts/starfive/jh7110-visionfive-v2.dtb");
33+
data = /incbin/("../work/linux/arch/riscv/boot/dts/starfive/jh7110-starfive-visionfive-2-v1.3b.dtb");
3434
type = "flat_dt";
3535
arch = "riscv";
3636
load = <0x0 0x46000000>;

0 commit comments

Comments
 (0)