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
184186Then 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
188190transfer 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
219221Step1: set environment parameters:
220222
@@ -225,7 +227,7 @@ setenv ipaddr 192.168.xxx.xxx; setenv serverip 192.168.xxx.xxx;
225227Step2: 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;
229231tftpboot ${kernel_addr_r} Image.gz;
230232tftpboot ${ramdisk_addr_r} initramfs.cpio.gz;
231233run chipa_set_linux;run cpu_vol_set;
0 commit comments