Downloading ChronOS Linux
From ChronOS Linux
(Difference between revisions)
m (moved Downloading ChronOS Linux 3.0 to Downloading ChronOS Linux: ChronOS 3.0 Release) |
|||
Line 6: | Line 6: | ||
'''cd''' chronos </tt> | '''cd''' chronos </tt> | ||
- | Download the <tt>3.0. | + | Download the <tt>3.0.24</tt> kernel to your <tt>chronos</tt> directory. |
- | <tt>'''wget''' http://www.kernel.org/pub/linux/kernel/v3.0/linux-3.0. | + | <tt>'''wget''' http://www.kernel.org/pub/linux/kernel/v3.0/linux-3.0.24.tar.bz2</tt> |
== Everything Else (PREEMPT_RT and ChronOS Kernel Patches, Userspace Libraries, etc.) == | == Everything Else (PREEMPT_RT and ChronOS Kernel Patches, Userspace Libraries, etc.) == |
Revision as of 03:07, 21 March 2012
Linux Kernel
Create a directory to keep your ChronOS-related code in, and navigate to it.
mkdir chronos cd chronos
Download the 3.0.24 kernel to your chronos directory.
wget http://www.kernel.org/pub/linux/kernel/v3.0/linux-3.0.24.tar.bz2
Everything Else (PREEMPT_RT and ChronOS Kernel Patches, 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.0.
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.0/* chronos/
Continue with the Installation Guide 3.0.
Back to main page