Build, Install and Run Hello World
Install the Compiler#
This 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:compilerClone and Build Hello World#
note
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 ..makeInstall and Run HelloWorld#
Make 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