Install The SDK Source

Put the files downloaded in the “Source Download” step in the same directory on your Linux system, and then complete the installation of the SDK source code by following the following steps.
Then unzip all the files in the zip package:

# tar -xvf boot.tar.gz
# tar -xvf kernel.tar.gz
# tar -xvf project.tar.gz
# tar -xvf sdk.tar.gz

Set permissions for all files to avoid unnecessary problems:

# sudo chown industio:industio -R ./*
文档更新时间: 2021-07-26 11:27   作者:Aeeditor