Kernel Menu Configuration

Follow the steps below to enable the kernel menu configuration for U-Boot.
  1. Enter the root directory of the SDK: freelight-u-sdk.
  2. Run the following command to build the kernel menu configuration dialog.
    make uboot-menuconfig
    Result: The following menu configuration dialog is generated.
    Figure 1. Menu Configuration Dialog
  3. If you need to enable a function, navigate the menu and select your target option in correspondence with the function.
  4. Save your change before you exit the kernel configuration dialog.
  5. Run the make command to generate the bin file.
Note:
You can use menuconfig to view and edit any a macro definition in the deconfiguration file as described in Kernel Menu Deconfiguration.
  1. Enter the kernel menu configuration dialog.
  2. Type “/” to enter the search screen.
  3. Input the keyword of the macro definition which you want to search.
  4. Edit the macro definition following your need.