Note:
The pin name with "*" means that you can set the different dip switch methods to realize
the multiplexing function, refer to
4.2. Generating Booting TF Card
If you don't use a local TFTP server, then you may want to make the TF card target.
Important:
The operation will overwrite all existing data on the target TF card.
The default size is 16 GB. The GPT Partition Table for the TF card is recommended.
Perform the following steps to generate the booting SD card:
1. Execute the following commands to generate sdcard.img file.
$ make -j$(nproc)
$ make buildroot_rootfs -j$(nproc)
$ make img
Result:
The output file
work/sdcard.img
Tip:
The image file can be burned into a TF card by:
• executing the following
$ sudo dd if=work/sdcard.img of=/dev/sdX bs=4096
$ sync
• or using
2. (Optional) Extend the partition if needed. The following methods are both applicable:
• Option 1: On the Ubuntu host:
a. Install the package by running the following command on the Ubuntu host:
$ sudo apt install cloud-guest-utils e2fsprogs
b. Insert the TF card to the Ubuntu host.
c. Execute the following command to extend partition.
25
GPIO Dip Switch Settings (on page
will be generated.
command:
dd
or
rpi-imager
balenaEtcher
© 2018-2024 StarFive Technology
All rights reserved
13).
tool.
www.starfivetech.com
| 4 - Reference
Need help?
Do you have a question about the JH-7110 DevKit and is the answer not in the manual?