StarFive JH-7110 DevKit Quick Start Manual page 20

Hide thumbs Also See for JH-7110 DevKit:
Table of Contents

Advertisement

| 3 - Getting Started
Result:
The launch is successful!
3.2.2.2. Run the Other DTB Files with the Image.gz and
initramfs.cpio.gz
If you want to load the other DTBs, for example, jh7110-devkits-wifi.dtb, follow the steps
below.
1. Set the environment parameter:
setenv ipaddr 192.168.xxx.xxx; setenv serverip 192.168.xxx.xxx;
2. Upload files to DDR:
tftpboot ${fdt_addr_r} jh7110-devkits-wifi.dtb;
tftpboot ${kernel_addr_r} Image.gz;
tftpboot ${ramdisk_addr_r} initramfs.cpio.gz;
run chipa_set_linux;run cpu_vol_set;
3. Load and execute:
booti ${kernel_addr_r} ${ramdisk_addr_r}:${filesize} ${fdt_addr_r}
4. Login with the following credentials:
buildroot login:root
Password: starfive
Result:
The launch is successful!
Note:
The command for this step only supports version equal to or later than VF2_v3.4.5. If
your SDK version is VF2_v3.1.5 or earlier, please perform the following command to
install the required additional packages:
a. Set the environment parameter:
3.2.2.3. Run System with Image
Follow the steps below to run the system by using sdcard.img:
www.starfivetech.com
© 2018-2024 StarFive Technology
All rights reserved
20

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the JH-7110 DevKit and is the answer not in the manual?

Related Products for StarFive JH-7110 DevKit

Table of Contents