Download the SDKarrow-up-right into the home directory /home/ubuntu, and unzip it:
$tar xzf sysroot.tgz
download arrow-up-rightDemo Codearrow-up-right and put into home directory too. The final file directory will look like:
Before we build the demo code, we need to install 'cmake':
Build the demo code:
Last updated 2 years ago
$sudo apt install cmake
$cd demo/build $./set.sh arm-linux-gnueabihf- $make && make install