Downloading ChronOS Linux v3.4

From ChronOS Linux

(Difference between revisions)
Jump to: navigation, search
(Created page with '== Linux Kernel == Create a directory to keep your ChronOS-related code in, and navigate to it. <tt>'''mkdir''' chronos '''cd''' chronos </tt> Clone the PREEMPT_RT git repos…')
(Everything Else (ChronOS Kernel Patch, Userspace Libraries, etc.))
 
(4 intermediate revisions not shown)
Line 6: Line 6:
  '''cd''' chronos </tt>
  '''cd''' chronos </tt>
-
Clone the PREEMPT_RT git repository
+
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>'''git clone''' git://git.kernel.org/pub/scm/linux/kernel/git/rt/linux-stable-rt.git </tt>
+
== Everything Else (ChronOS Kernel Patch, Userspace Libraries, etc.) ==
== 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 <tt>sched_test_app</tt> from the [http://chronoslinux.org/repo/releases/ repository]. The current version is [http://chronoslinux.org/repo/releases/ChronOS_Beta_3.4.tar.bz2 ChronOS 3.4].
+
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 <tt>sched_test_app</tt> from the [http://chronoslinux.org/repo/releases/ repository]. The current version is [http://chronoslinux.org/repo/releases/ChronOS_Beta_3.4.1.tar.bz2 ChronOS 3.4.1].
Extract the contents of this folder and move them to the 'chronos' folder you created above.
Extract the contents of this folder and move them to the 'chronos' folder you created above.
-
  <tt>'''tar xf''' ChronOS_3.0.tar.bz2
+
  <tt>'''tar xf''' ChronOS_Beta_3.4.1.tar.bz2
  '''mv''' ChronOS_3.4/* chronos/</tt>
  '''mv''' ChronOS_3.4/* chronos/</tt>
-
Continue with the [[Installation Guide]].
+
Continue with the [[Installation Guide 3.4]].
----
----
Back to [[Main Page | main page]]
Back to [[Main Page | main page]]

Current revision as of 12:56, 6 July 2015

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.1.

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

tar xf ChronOS_Beta_3.4.1.tar.bz2
mv ChronOS_3.4/* chronos/

Continue with the Installation Guide 3.4.



Back to main page

Personal tools