1、Download Sourcecode
- Copy the downloaded file to the Linux system
2、Install cross compilation chain
- unzip gcc-arm-8.2-2018.08-x86_64-arm-linux-gnueabihf.tar.gz
#tar -xvf gcc-arm-8.2-2018.08-x86_64-arm-linux-gnueabihf.tar.gz -C .
- Modify environment variables
#vi ~/.bashrc
- Verification
#source ~/.bashrc #which arm-linux-gnueabihf-gcc
3、 Install SDK source
- unzip boot source code
#tar -xvf boot-TAKOYAKI_DLS00V008.tar.gz -C .
- upzip kernel source code
#tar -xvf kernel-TAKOYAKI_DLS00V008.tar.gz -C .
- unzip project source code
#tar -xvf project-TAKOYAKI_DLS00V008.tar.gz -C .
- unzip sdk source code
#tar -xvf sdk-TAKOYAKI_DLS00V008.tar.gz -C .
Download Release_to_customer.sh and copy it to the Linux system boot and kernel directory at the same level:
- unzip boot source code
文档更新时间: 2020-11-02 21:16 作者:admin