Build Applications for TIYCam
  • Build Applications for TIYCam
  • Install Cross-Compile ToolChain
  • SDK and Build Demo Code
  • NFS and Mount to TIYCam
  • Pack the application
Powered by GitBook
On this page

SDK and Build Demo Code

PreviousInstall Cross-Compile ToolChainNextNFS and Mount to TIYCam

Last updated 1 year ago

Download the into the home directory /home/ubuntu, and unzip it:

$tar xzf sysroot.tgz 

download and put into home directory too. The final file directory will look like:

Before we build the demo code, we need to install 'cmake':

$sudo apt install cmake

Build the demo code:

$cd demo/build
$./set.sh arm-linux-gnueabihf-
$make && make install
SDK
Demo Code