Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

In this article, we will guide you through the process of downloading and compiling the SP7350 code. The source code for SP7350 is automatically updated on both GitHub and Gitee every day, ensuring users have access to the latest developments.

...

Before downloading or compiling the SP7350 code, ensure the following software packages, libraries, and Python3 packages are installed:

Packages:

  • bison

  • flex

  • git

  • make

  • u-boot-toolsmtd-utils

  • mtools

  • openssl

  • bison

  • flex

  • mtd-utilspv

  • python3-pip

  • pv

  • mtools

  • u-boot-tools

Libraries:

  • libncurses*

  • libssllibgmp-dev

  • libmpc-dev

  • libgmplibssl-dev

  • libncurses*

Python3 Packages:

  • crypto

  • pycryptodomex

  • pyelftoolscrypto

If not yet installed, use the following commands:

Code Block
sudo apt install bison flex git make u-boot-toolsmtd-utils mtools openssl bison flex mtd-utilspv python3-pip pv mtools
u-boot-tools
sudo apt install libncurses* libssllibgmp-dev libmpc-dev libgmplibssl-dev
libncurses*
pip install crypto pycryptodomex pyelftools crypto

Download Code from GitHub or Gitee.

...

Once you have completed the configuration selections in the menu, the system will start configuring the building environment. This process may take tens seconds or even a few minutes, depending on your computer's performance. Please wait patiently for the configuration process to conclude.

Please note that the system takes additional time to complete its initial run during the configuration process, as it requires the download of the toolchain.

Configure X-Boot Features (optional)

...