Build, Install and Run Hello World
#
Install the CompilerThis will install a GCC compiler at $SOS_SDK_PATH
along with some static libraries that are used for building Stratify OS applications.
sl cloud.install:compiler
#
Clone and Build Hello Worldnote
You need to make sure you have git
and cmake
installed on your computer. If you are using windows, we recommend you use git for windows which includes a bash
terminal. You can download cmake too.
git clone https://github.com/StratifyLabs/HelloWorldcd HelloWorldmkdir cmake_arm && cd cmake_armcmake ..make
#
Install and Run HelloWorldMake sure your development board is attached to your computer using the native USB port then execute the following to install and run HelloWorld
. You need t
cd ../..sl app.install:path=HelloWorld,run,terminal