Wiki

Clone wiki

roseline / Tutorial 11 - Running synchronization protocol

1- login to the central controller ssh -p 45000 user-name@128.97.92.37

From nesl network : ssh user-name@172.17.9.125

2- Follow Tutorial 10 to make your own branch.

3- Clone your own branch on the central controller

git clone https://Alanwar@bitbucket.org/user-nameroseline.git -b your-branch

4- Get the compiler by running the script, get_compiler.sh at the following directory location.

cd /home/user-name/roseline/core

5- To access the timesync application and build it, follow the steps below,

cd roseline/applications/timesync/

mkdir build

cd build

cmake -G "Unix Makefiles" ..

make

6- For building the kernel, run the script, build_kernel.sh

Updated