MMC:
sdio0@16010000: 0, sdio1@16020000: 1
Loading Environment from SPIFlash... SF: Detected gd25lq128 with page
size 256 Bytes, erase size 4 KiB, total 16 MiB
OK
In:
serial
Out:
serial
Err:
serial
Model: StarFive JH7110 DevKits
Net:
eth0: ethernet@16030000, eth1: ethernet@16040000
Hit any key to stop autoboot:
StarFive #
5. Press any key to stop and enter the U-Boot terminal.
3.2.2. Boot JH-7110 DevKit
There are two ways to boot the JH-7110 DevKit.
•
Run the Default DTB with image.fit (on page 19)
•
Run the Other DTB Files with the Image.gz and initramfs.cpio.gz (on page 20)
•
Run System with Image (on page 20)
•
Run Debian System (on page 21)
3.2.2.1. Run the Default DTB with image.fit
This section provides steps to transfer image.fit through TFTP and run image.fit with the
default DTB: jh7110-devkits.dtb.
1. Run the following command to set environment parameters:
setenv ipaddr 192.168.xxx.xxx; setenv serverip 192.168.xxx.xxx;
2. Upload the image file to DDR:
tftpboot ${loadaddr} image.fit;
3. Load and execute the file by running:
bootm start ${loadaddr};bootm loados ${loadaddr};run
chipa_set_linux;run cpu_vol_set; booti ${kernel_addr_r}
${ramdisk_addr_r}:${filesize} ${fdt_addr_r};
4. Login with the following credentials:
buildroot login:root
Password: starfive
19
0
© 2018-2024 StarFive Technology
All rights reserved
| 3 - Getting Started
www.starfivetech.com
Need help?
Do you have a question about the JH-7110 DevKit and is the answer not in the manual?