Skip to content

Instantly share code, notes, and snippets.

@fernandoc1
Created September 28, 2020 12:53
Show Gist options
  • Save fernandoc1/9533bd0770f9e211ddb5607f53d2dc44 to your computer and use it in GitHub Desktop.
Save fernandoc1/9533bd0770f9e211ddb5607f53d2dc44 to your computer and use it in GitHub Desktop.
Installing Hisilicon SDK

To install Hisilicon SDK toolchain in Ubuntu 18.04 install the following packages:

Download the SDK from:

sudo apt-get install libc6:i386 libncurses5:i386 libstdc++6:i386 
sudo apt-get install multiarch-support 
sudo dpkg --add-architecture i386 
sudo apt-get install zlib1g:i386

Add to your .bashrc profile the following line:

PATH=${PATH}:/opt/hisi-linux/x86-arm/arm-hisiv300-linux/target/bin/

hisi-linux.tar.bz2

@fernandoc1
Copy link
Author

There is another link to download the SDK:
hisi-linux.tar.bz2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment