Compiling Bootloader

To compile Bootloader, perform the following steps:

  1. Clone the repo from GitHub.
    git clone https://github.com/starfive-tech/JH7100_secondBoot.git
  2. Go into the build directory.
    cd JH7100_secondBoot/build
  3. Compile bootloader.
    make

    Result:

    You will see the following output if the compilation is successful.

    Figure 1. Example Output
    bootloder_make_output.jpg