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) or Target Profile (StarFive VisionFive 2 v1.3b)
        Note: VisionFive 2VisionFive 2 currently has 2 versions, v1.2a and v1.3b.
      Figure 1. Profile Configuration
    2. Target Images Configuration
      Figure 2. Target Images Configuration
  2. Luci Configuration
    1. Execute the following command to install luci (The LuCI configuration will appear after installation):
      ./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 options for Luci configuration in the following order:
      • Select luci in the configuration menu bar in the following order:

        LuCI > 1. Collections > luci

        Figure 4. luci
      • Select luci-app-ddns, luci-app-firewal, 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 5. Application Configuration
        Figure 6. Application Configuration
      • Select all options in the configuration menu bar in the following order:

        LuCI > 4. Themes > All

        Figure 7. Themes Configuration
      • Select luci-lib-ipkg in the configuration menu bar in the following order:

        LuCI > 6. Libraries > luci-lib-ipkg

        Figure 8. Libraries Configuration