Difference between revisions of "Talk:Xenomai"
From ArmadeusWiki
(New page: JulienB: super ta page creber, merci !) |
|||
| (2 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
| − | + | ==On the APF28 (Work in Progress)== | |
| + | |||
| + | <pre class="host"> | ||
| + | $ make menuconfig | ||
| + | </pre> | ||
| + | |||
| + | <pre class="config"> | ||
| + | Kernel ---> | ||
| + | Kernel version (Custom version) ---> | ||
| + | (3.4.6) Kernel version | ||
| + | |||
| + | Linux Kernel Extensions ---> | ||
| + | [*] Adeos/Xenomai Real-time patch | ||
| + | (http://download.gna.org/adeos/patches/v3.x/arm/older) Adeos patch URL | ||
| + | (ipipe-core-3.4.6-arm-4.patch) Path for Adeos patch file | ||
| + | </pre> | ||
| + | |||
| + | ==On the APF6 (Work in Progress)== | ||
| + | <pre class="host"> | ||
| + | $ make apf6xenomai_defconfig | ||
| + | ... | ||
| + | $ make | ||
| + | </pre> | ||
Latest revision as of 14:53, 17 February 2014
On the APF28 (Work in Progress)
$ make menuconfig
Kernel --->
Kernel version (Custom version) --->
(3.4.6) Kernel version
Linux Kernel Extensions --->
[*] Adeos/Xenomai Real-time patch
(http://download.gna.org/adeos/patches/v3.x/arm/older) Adeos patch URL
(ipipe-core-3.4.6-arm-4.patch) Path for Adeos patch file
On the APF6 (Work in Progress)
$ make apf6xenomai_defconfig ... $ make