Basic Configuration

  1. Execute the following command to enter the menu configuration GUI:
    make menuconfig
    In the menu configuration GUI, follow the steps to select the corresponding option:
    1. In OpenWrt Configuration, select Target System and Target Profile
      • Target System (StarFive JH71x0 (7100/7110))
      • Target Profile (StarFive VisionFive 2 v1.2a) 或Target Profile (StarFive VisionFive 2 v1.3b)
        Note: VisionFive 2 currently has 2 versions, v1.2a and v1.3b.
        Figure 1. Profile Configuration
    2. In OpenWrt Configuration, select Root filesystem archives under Target Image
      Figure 2. Target Images
  2. Luci configuration
    1. Execute the following command to install luci:
      ./scripts/feeds update packages luci
      ./scripts/feeds install -a -p luci
    2. Execute the following command to enter the menu configuration GUI to configure luci:
      make menuconfig
    3. Select uhttpd in the configuration menu bar in the following order:

      Network > Web Servers/Proxies > uhttpd

      Figure 3. uhttpd
    4. Select luci in the configuration menu bar in the following order:
      • Select luci in the configuration menu bar in the following order:

        LuCI > 1. Collections > luci

        Figure 4. luci
      • (Optional) Select Chinese Simplified (zh_Hans) in the configuration menu bar in the following order:

        LuCI > 2. Modules > Translations > Chinese Simplified (zh_Hans)

        Figure 5. Chinese Simplified (zh_Hans)
      • Select luci-app-ddns, luci-app-firewall, luci-app-samba4, luci-app-uhttpd in the configuration menu bar in the following order:

        LuCI > 3. Applications > luci-app-ddns, luci-app-firewall, luci-app-samba4, luci-app-uhttpd

        Figure 6. Applications
      • Select all in the configuration menu bar in the following order:

        LuCI > 4. Themes > Select all

        Figure 7. Themes