Downloading ChronOS Linux v3.4

From ChronOS Linux

Revision as of 21:41, 16 April 2014 by Kburns (Talk | contribs)
(diff) ← Older revision | Current revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Linux Kernel

Create a directory to keep your ChronOS-related code in, and navigate to it.

mkdir chronos
cd chronos 

Clone the PREEMPT_RT git repository

git clone git://git.kernel.org/pub/scm/linux/kernel/git/rt/linux-stable-rt.git 

Everything Else (ChronOS Kernel Patch, Userspace Libraries, etc.)

Download the latest version of the ChronOS archive which contains the latest PREEMPT_RT and ChronOS kernel patches, associated libraries, and the middleware test application called sched_test_app from the repository. The current version is ChronOS 3.4.

Extract the contents of this folder and move them to the 'chronos' folder you created above.

tar xf ChronOS_3.0.tar.bz2
mv ChronOS_3.4/* chronos/

Continue with the Installation Guide.



Back to main page

Personal tools