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.
...
git
make
u-boot-tools
openssl
bison
flex
mtd-utils
python3-pip
pv
mtools
Libraries:
libssl-dev
libmpc-dev
libgmp-dev
libncurses*
Python3 Packages:
pycryptodomex
pyelftools
crypto
...
Code Block |
---|
sudo apt install git make u-boot-tools openssl bison flex mtd-utils python3-pip pv mtools sudo apt install libssl-dev libmpc-dev libgmp-dev libncurses* pip install pycryptodomex pyelftools crypto |
...
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)
...