10 lines
528 B
Bash
10 lines
528 B
Bash
apt-get update
|
|
apt-get install -y unzip
|
|
echo "Downloading SDK from https://www.dropbox.com/s/ado3kcr58lfw9f3/IFB122_Linux_V.1.0.11.zip"
|
|
wget https://www.dropbox.com/s/ado3kcr58lfw9f3/IFB122_Linux_V.1.0.11.zip -q
|
|
unzip IFB122_Linux_V.1.0.11.zip
|
|
# chmod 777 IFB122_Linux_V.1.0.11 -R
|
|
cd IFB122_Linux_V.1.0.11/IFB122-LINUX-bsp-V.1.0.11/Toolchain/64-bit/
|
|
bash poky-glibc-x86_64-meta-toolchain-cortexa7hf-vfp-neon-toolchain-1.8.1.sh -y
|
|
echo "source /opt/poky/1.8.1/environment-setup-cortexa7hf-vfp-neon-poky-linux-gnueabi" > .profile
|