Downloading ChronOS Linux v3.4
From ChronOS Linux
(Difference between revisions)
(→Linux Kernel) |
(→Linux Kernel) |
||
Line 6: | Line 6: | ||
'''cd''' chronos </tt> | '''cd''' chronos </tt> | ||
- | + | Download the 3.4.82 kernel to your chronos directory. | |
<tt>'''wget''' https://www.kernel.org/pub/linux/kernel/v3.0/linux-3.4.82.tar.xz</tt> | <tt>'''wget''' https://www.kernel.org/pub/linux/kernel/v3.0/linux-3.4.82.tar.xz</tt> | ||
Revision as of 14:29, 17 April 2014
Linux Kernel
Create a directory to keep your ChronOS-related code in, and navigate to it.
mkdir chronos cd chronos
Download the 3.4.82 kernel to your chronos directory.
wget https://www.kernel.org/pub/linux/kernel/v3.0/linux-3.4.82.tar.xz
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_Beta_3.4.tar.bz2 mv ChronOS_3.4/* chronos/
Continue with the Installation Guide 3.4.
Back to main page