<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wikilegacy.armadeus.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=ThibautR</id>
	<title>ArmadeusWiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="http://wikilegacy.armadeus.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=ThibautR"/>
	<link rel="alternate" type="text/html" href="http://wikilegacy.armadeus.com/index.php?title=Special:Contributions/ThibautR"/>
	<updated>2026-06-12T01:38:17Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.6</generator>
	<entry>
		<id>http://wikilegacy.armadeus.com/index.php?title=Adeos&amp;diff=5079</id>
		<title>Adeos</title>
		<link rel="alternate" type="text/html" href="http://wikilegacy.armadeus.com/index.php?title=Adeos&amp;diff=5079"/>
		<updated>2008-11-29T10:01:10Z</updated>

		<summary type="html">&lt;p&gt;ThibautR: /* Get Adeos */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;span style=&amp;quot;font-size: 2em; font-weight:bold;&amp;quot;&amp;gt; How to install Adeos on your board &amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
The purpose of Adeos is to provide a flexible environment for sharing hardware resources among multiple operating systems, or among multiple instances of a single OS.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
==Get Adeos==&lt;br /&gt;
&lt;br /&gt;
First create a working directory&lt;br /&gt;
 $ cd armadeus&lt;br /&gt;
 $ mkdir patches/adeos&lt;br /&gt;
 $ cd patches/adeos&lt;br /&gt;
&lt;br /&gt;
Adeos is provided as a linux kernel patch. Thus, you have to carefully select a patch matching the kernel version running on the board. &amp;lt;br /&amp;gt;&lt;br /&gt;
On April 2008, the status was the following :&lt;br /&gt;
* Adeos patches was provided for the kernels&lt;br /&gt;
** 2.6.24&lt;br /&gt;
** 2.6.20&lt;br /&gt;
** 2.6.19&lt;br /&gt;
* Kernels ported for the board:&lt;br /&gt;
** 2.6.24&lt;br /&gt;
** 2.6.23&lt;br /&gt;
** 2.6.23.18&lt;br /&gt;
&lt;br /&gt;
The latest kernel matching is the 2.6.24.&lt;br /&gt;
So you have to make sure this kernel will be run on the board. &amp;lt;br /&amp;gt;&lt;br /&gt;
To do this, at the root of the armadeus project :&lt;br /&gt;
 $ make menuconfig&lt;br /&gt;
&lt;br /&gt;
Then select :&lt;br /&gt;
 Target options  &amp;gt; Armadeus Device Support &amp;gt; Linux &amp;gt; Linux kernel version&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Download the adeos patch from [http://download.gna.org/adeos/patches/v2.6/arm/ this page].&lt;br /&gt;
&lt;br /&gt;
For instance :&lt;br /&gt;
 $ wget http://download.gna.org/adeos/patches/v2.6/arm/older/adeos-ipipe-2.6.24-arm-1.9-01.patch&lt;br /&gt;
&lt;br /&gt;
==Install Adeos==&lt;br /&gt;
&lt;br /&gt;
Go to the linux kernel directory&lt;br /&gt;
&lt;br /&gt;
 $ cd ../../..&lt;br /&gt;
 $ cd armadeus/buildroot/build_arm/linux-2.6.XX.YY&lt;br /&gt;
&lt;br /&gt;
And apply the patch with the &#039;&#039;-p1&#039;&#039; option.&lt;br /&gt;
&lt;br /&gt;
 $ patch -p1 &amp;lt; ../../../patches/adeos/adeos-ipipe-2.6.XX-arm-1.9-01.patch&lt;br /&gt;
&lt;br /&gt;
Now, let&#039;s see if everything went fine. Run the command:&lt;br /&gt;
 $ find . -name &#039;*.rej&#039;&lt;br /&gt;
If you get any results, it means that some errors occurred while trying to patch. In a such case,&lt;br /&gt;
you will have to apply the changes manually. &amp;lt;br /&amp;gt;&lt;br /&gt;
These pages can help you to do the job:&lt;br /&gt;
* [http://www.linuxdocs.org/HOWTOs/Kernel-HOWTO-6.html   http://www.linuxdocs.org/HOWTOs/Kernel-HOWTO-6.html]&lt;br /&gt;
* [http://www.tuxfinder.com/french/HOWTOhtml/Kernel-HOWTO-5.html   http://www.tuxfinder.com/french/HOWTOhtml/Kernel-HOWTO-5.html] (&#039;&#039;French&#039;&#039;)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Configure Adeos==&lt;br /&gt;
&lt;br /&gt;
Adeos is now installed, let&#039;s configure it a bit.&lt;br /&gt;
&lt;br /&gt;
In the kernel directory, run the command&lt;br /&gt;
 $ make menuconfig&lt;br /&gt;
&lt;br /&gt;
And select the following options&lt;br /&gt;
&lt;br /&gt;
 Kernel Features ---&amp;gt;&lt;br /&gt;
     [*] Interrupt Pipeline&lt;br /&gt;
     (4)   Max domains&lt;br /&gt;
     [ ]   Maintain code compatibility with older releases  &lt;br /&gt;
&lt;br /&gt;
Optionally, you can also enable ipipe debugging&lt;br /&gt;
&lt;br /&gt;
  Kernel hacking  ---&amp;gt;&lt;br /&gt;
     [*] I-pipe debugging&lt;br /&gt;
     [*]   Check for illicit cross-domain calls (NEW)&lt;br /&gt;
     [*]   Latency tracing&lt;br /&gt;
     [*]     Enable tracing on boot (NEW)&lt;br /&gt;
     [*]     Instrument function entries (NEW)&lt;br /&gt;
     [*]     Trace IRQs-off times (NEW)&lt;br /&gt;
     (14)    Depth of trace log (14 =&amp;gt; 16Kpoints, 15 =&amp;gt; 32Kpoints) (NEW)&lt;br /&gt;
     [*]     Use vmalloc&#039;ed trace buffer (NEW)&lt;br /&gt;
     [*]     Enable panic back traces (NEW)       &lt;br /&gt;
&lt;br /&gt;
Well, it&#039;s now time for compilation !&lt;br /&gt;
&lt;br /&gt;
 $ cd ../../../..&lt;br /&gt;
 $ cd armadeus&lt;br /&gt;
 $ make&lt;br /&gt;
&lt;br /&gt;
Then check that your kernel size is lower than 1.5 Mb&lt;br /&gt;
 $ ls -lh buildroot/binaries/armadeus/linux-kernel-2.6.XX.Y-arm.bin&lt;br /&gt;
 -rw-r--r-- 1 creber users 1.4M 2008-04-05 23:29 buildroot/binaries/armadeus/linux-kernel-2.6.XX.Y-arm.bin&lt;br /&gt;
&lt;br /&gt;
If the test is OK, you&#039;re ready to [[Target_Software_Installation | transfer ]] the kernel to the board.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Test==&lt;br /&gt;
&lt;br /&gt;
To validate your Adeos installation, boot the target an run the command &lt;br /&gt;
&lt;br /&gt;
 dmesg | grep I-pipe&lt;br /&gt;
&lt;br /&gt;
You should get an output similar to :&lt;br /&gt;
&lt;br /&gt;
 I-pipe 1.9-01: pipeline enabled.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Links==&lt;br /&gt;
* A page describing how to use the ipipe tracer option. [http://www.xenomai.org/index.php/I-pipe:Tracer   http://www.xenomai.org/index.php/I-pipe:Tracer]&lt;br /&gt;
&lt;br /&gt;
[[Category:Software]]&lt;br /&gt;
[[Category:Virtualization]]&lt;br /&gt;
[[Category:Real-Time]]&lt;/div&gt;</summary>
		<author><name>ThibautR</name></author>
	</entry>
	<entry>
		<id>http://wikilegacy.armadeus.com/index.php?title=User:ThibautR&amp;diff=4687</id>
		<title>User:ThibautR</title>
		<link rel="alternate" type="text/html" href="http://wikilegacy.armadeus.com/index.php?title=User:ThibautR&amp;diff=4687"/>
		<updated>2008-10-02T09:51:26Z</updated>

		<summary type="html">&lt;p&gt;ThibautR: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Bonjour tout le monde,&lt;br /&gt;
&lt;br /&gt;
j&#039;ai découvert cette association lors de sa présentation à la fac de Besançon.&lt;br /&gt;
Etant un fanatique de linux depuis une dizaine d&#039;année, et travaillant dans le domaine bio-médical, qui nécessite une miniaturisation toujours plus poussée, j&#039;ai halluciné sur le travail que vous avez fournit. Je pense que c&#039;est une formidable expression de la philosophie linux et je suis fier d&#039;en faire désormais partie.&lt;br /&gt;
&lt;br /&gt;
Rapide CV: &lt;br /&gt;
ISIFC (école d&#039;ingé bio-med) après un deug de Math et l&#039;échec du concour de première année de médecine&lt;br /&gt;
&lt;br /&gt;
Passionné par les Paroles de Bouddha qui démontre que la Paix sur Terre est possible si chacun s&#039;en donne les moyens, j&#039;arpente (embarqué) assez souvent la nature à travers les bois, les plan &amp;amp; cour d&#039;eau. Assez écolo d&#039;esprit (faible consommation), j&#039;espère pouvoir vivre très prochainement au fond des bois pour y vivre de culture végétal et animal, tout en continuant l&#039;étude d&#039;un phénomène biologique passionnant: les biophotons (high-tech). De mes yeux, vues des malades guéries avec des rayons lumineux issu d&#039;une lampe et filtré a travers des filtres coloré par mon père spirituel, le Professeur Pierre Magnin. Ainsi je voudrais comprendre qu&#039;elle est se lien si spectaculaire entre la biologie et la lumière.&lt;/div&gt;</summary>
		<author><name>ThibautR</name></author>
	</entry>
	<entry>
		<id>http://wikilegacy.armadeus.com/index.php?title=User:ThibautR&amp;diff=4686</id>
		<title>User:ThibautR</title>
		<link rel="alternate" type="text/html" href="http://wikilegacy.armadeus.com/index.php?title=User:ThibautR&amp;diff=4686"/>
		<updated>2008-10-02T09:34:37Z</updated>

		<summary type="html">&lt;p&gt;ThibautR: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Bonjour tout le monde,&lt;br /&gt;
&lt;br /&gt;
j&#039;ai découvert cette association lors de sa présentation à la fac de Besançon.&lt;br /&gt;
Etant un fanatique de linux depuis une dizaine d&#039;année, et travaillant dans le domaine bio-médical, qui nécessite une miniaturisation toujours plus poussée, j&#039;ai halluciné sur le travail que vous avez fournit. Je pense que c&#039;est une formidable expression de la philosophie linux et je suis fier d&#039;en faire désormais partie.&lt;br /&gt;
&lt;br /&gt;
Rapide CV: &lt;br /&gt;
-ISIFC (école d&#039;ingé bio-med) après un deug de Math et l&#039;échec du concour de première année de médecine&lt;br /&gt;
&lt;br /&gt;
Passionné par les Paroles de Bouddha qui démontre que la Paix sur Terre est possible si chacun s&#039;en donne les moyens, j&#039;arpente (embarqué) assez souvent la nature à travers les bois, les plan &amp;amp; cour d&#039;eau. Assez écolo d&#039;esprit (faible consommation), j&#039;espère pouvoir vivre très prochainement au fond des bois pour y vivre de culture végétal et animal, tout en continuant l&#039;étude d&#039;un phénomène biologique passionnant: les biophotons (high-tech). De mes yeux, vues des malades guéries avec des rayons lumineux issu d&#039;une lampe et filtré a travers des filtres coloré par mon père spirituel, le Professeur Pierre Magnin. Ainsi je voudrais comprendre qu&#039;elle est se lien si spectaculaire entre la biologie et la lumière.&lt;/div&gt;</summary>
		<author><name>ThibautR</name></author>
	</entry>
	<entry>
		<id>http://wikilegacy.armadeus.com/index.php?title=User:ThibautR&amp;diff=4685</id>
		<title>User:ThibautR</title>
		<link rel="alternate" type="text/html" href="http://wikilegacy.armadeus.com/index.php?title=User:ThibautR&amp;diff=4685"/>
		<updated>2008-10-02T09:33:21Z</updated>

		<summary type="html">&lt;p&gt;ThibautR: New page: Bonjour tout le monde,  j&amp;#039;ai découvert cette association lors de sa présentation à la fac de Besançon. Etant un fanatique de linux depuis une dizaine d&amp;#039;année, et travaillant dans le d...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Bonjour tout le monde,&lt;br /&gt;
&lt;br /&gt;
j&#039;ai découvert cette association lors de sa présentation à la fac de Besançon.&lt;br /&gt;
Etant un fanatique de linux depuis une dizaine d&#039;année, et travaillant dans le domaine bio-médical, qui nécessite une miniaturisation toujours plus poussée, j&#039;ai halluciné sur le travail que vous avez fournit. Je pense que c&#039;est une formidable expression de la philosophie linux et je suis fier d&#039;en faire désormais partie.&lt;br /&gt;
&lt;br /&gt;
Rapide CV: &lt;br /&gt;
-ISIFC (école d&#039;ingé bio-med) après un deug de Math et l&#039;échec du concour de première année de médecine&lt;br /&gt;
&lt;br /&gt;
Passionné par les Paroles de Bouddha qui démontre que la Paix sur Terre est possible si chacun s&#039;en donne les moyens, j&#039;arpente (embarqué) assez souvent la nature à travers les bois, les plan &amp;amp; cour d&#039;eau. Assez écolo dans l&#039;âme (faible consommation), j&#039;espère pouvoir vivre très prochainement au fond des bois pour y vivre de culture végétal et animal, tout en continuant l&#039;étude d&#039;un phénomène biologique passionnant: les biophotons (high-tech). De mes yeux, vues des malades guéries avec des rayons lumineux issu d&#039;une lampe et filtré a travers des filtres coloré par le Professeur Magnin Pierre. Ainsi je voudrais comprendre qu&#039;elle est se lien si spectaculaire entre la biologie et la lumière.&lt;/div&gt;</summary>
		<author><name>ThibautR</name></author>
	</entry>
	<entry>
		<id>http://wikilegacy.armadeus.com/index.php?title=MemberList&amp;diff=4684</id>
		<title>MemberList</title>
		<link rel="alternate" type="text/html" href="http://wikilegacy.armadeus.com/index.php?title=MemberList&amp;diff=4684"/>
		<updated>2008-10-02T08:55:28Z</updated>

		<summary type="html">&lt;p&gt;ThibautR: /* Here is the list of the (active) members and their skills */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Here is the list of the (active) members and their skills==&lt;br /&gt;
&lt;br /&gt;
This list is maintained by the users themself.&lt;br /&gt;
&lt;br /&gt;
*0: Novice&lt;br /&gt;
*1: Notions. At least one successfull experiment&lt;br /&gt;
*2: Confirmed&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; summary=&amp;quot;Signal connections&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background:#efefef;&amp;quot;&lt;br /&gt;
! &#039;&#039;&#039;Name / IRC Nickname&#039;&#039;&#039; || &#039;&#039;&#039;Linux Apps&#039;&#039;&#039;|| &#039;&#039;&#039;Linux Drivers&#039;&#039;&#039;|| &#039;&#039;&#039;FPGA&#039;&#039;&#039; || &#039;&#039;&#039;Board Design&#039;&#039;&#039; || &#039;&#039;&#039;Projet/Domain&#039;&#039;&#039;&lt;br /&gt;
|----------------&lt;br /&gt;
|[[User:Salocin68|Nicolas Colombain / Salocin]] || 1 || 1 || 1 || 2 || domotics&lt;br /&gt;
|----------------&lt;br /&gt;
|[[User:JulienB|Julien Boibessot / Artemys]] || 2 || 2 || 0 || 1 || multimedia&lt;br /&gt;
|----------------&lt;br /&gt;
|[[User:JeanBaptisteM|Jean-Baptiste Mayer / JiBee]] || 2 || 1 || 1 || 1 || robotics&lt;br /&gt;
|----------------&lt;br /&gt;
|[[User:NicolasA|Nicolas Aguirre]] || 2 || 0 || 1 || 1 || multimedia&lt;br /&gt;
|----------------&lt;br /&gt;
|[[User:BenoitC|Benoît Canet]] || 2 || 0 || 0 || 0 || multimedia&lt;br /&gt;
|----------------&lt;br /&gt;
|[[User:SonZerro|Sonzerro]] || 0 || 0 || 1 || 2 || domotics&lt;br /&gt;
|----------------&lt;br /&gt;
|[[User:HenriG|Henri Geist]] || 1 || 1 || 0 || 1 || robotics&lt;br /&gt;
|----------------&lt;br /&gt;
|[[User:BorredonB|Bernard Borredon]] || 2 || 1 || 0 || 1 || domotics&lt;br /&gt;
|----------------&lt;br /&gt;
|[[User:ThomasB|Thomas Bores]] || 2 || 0 || 0 || 1 || Entertainment&lt;br /&gt;
|----------------&lt;br /&gt;
|[[User:FabriceM|Fabrice Mousset / KroMignon]] || 1 || 1 || 2 || 1 || Domotics &amp;amp; multimedia&lt;br /&gt;
|----------------&lt;br /&gt;
|[[User:AmineH|Amine EL HEDADI]] || 2 || 2 || 0 || 0 || domotics &amp;amp; robotics&lt;br /&gt;
|----------------&lt;br /&gt;
|[[User:PhilippeM|Philippe Monteil]] || 2 || 0 || 0 || 0 || multimedia&lt;br /&gt;
|----------------&lt;br /&gt;
|[[User:CedricZ|Cédric Zmyj]] || 0 || 0 || 0 || 0 || domotics &amp;amp; robotics&lt;br /&gt;
|----------------&lt;br /&gt;
|[[User:JeanMichelN|Jean Michel Naimo / jeanmi12 ]] || 2 || 1 || 1 || 1 || Domotics &amp;amp; entertainment&lt;br /&gt;
|----------------&lt;br /&gt;
|[[User:OlivierC|Olivier Coutanceau]] || 1 || 0 || 0 || 0 || multimedia&lt;br /&gt;
|----------------&lt;br /&gt;
|[[User:ArnaudC|Arnaud COFFINET]] || 0 || 0 || 1 || 2 || multimedia &amp;amp; domotics&lt;br /&gt;
|----------------&lt;br /&gt;
|[[User:SylvainP|Sylvain PARRINO]] || 2 || 1 || 0 || 0 || robotics&lt;br /&gt;
|----------------&lt;br /&gt;
|[[User:AurelienH|Aurélien HIRON]] || 2 || 0 || 0 || 1 || robotics&lt;br /&gt;
|----------------&lt;br /&gt;
|[[User:GuillaumeT|Guillaume TRANNOY]] || 0 || 0 || 0 || 2 || domotics &amp;amp; robotics&lt;br /&gt;
|----------------&lt;br /&gt;
|[[User:JulienN|Julien NICOLAS / jujun]] || 2 || 1 || 0 || 1 || multimedia &amp;amp; network&lt;br /&gt;
|----------------&lt;br /&gt;
|[[User:StephaneF|Stéphane Falck]] || 0 || 0 || 0 || 0 || multimedia &amp;amp; robotics &amp;amp; domotics&lt;br /&gt;
|----------------&lt;br /&gt;
|[[User:GillesD|Gilles DUSSIN/ Sellig]] || 1 || 0 || 1 || 1 || robotics&lt;br /&gt;
|----------------&lt;br /&gt;
|[[User:MaximeL|Maxime Liron]] || 0 || 0 || 0 || 0 || domotics, robotics &amp;amp; multimedia&lt;br /&gt;
|----------------&lt;br /&gt;
|[[User:NicolasC|Nicolas CHARLERY/ realniko]] || 2 || 0 || 0 || 0 || electronic&lt;br /&gt;
|----------------&lt;br /&gt;
|[[User:BenoitJ|Benoit JESTER]] || 0 || 0 || 0 || 0 || robotics &lt;br /&gt;
|----------------&lt;br /&gt;
|[[User:FabienM|Fabien MARTEAU/ FabM]] || 1 || 1 || 1 || 1 || robotics,domotics &lt;br /&gt;
|----------------&lt;br /&gt;
|[[User:XavierA|Xavier AZNAR]] || 1 || 1 || 0 || 0 || environment, entertainment, domotic &lt;br /&gt;
|----------------&lt;br /&gt;
|[[User:AlbericA|Albéric AUBLANC / PoueT]] || 2 || 0 || 1 || 0 || domotics &amp;amp; multimedia, robotics, entertainment, &lt;br /&gt;
|----------------&lt;br /&gt;
|[[User:FredericB| Frédéric Blain / creber]] || 2 || 1 || 0 || 0 || system, domotics&lt;br /&gt;
|----------------&lt;br /&gt;
|[[User:JeanBaptisteMa| Jean-Baptiste Maillet]] || 2 || 1 || 0 || 0 || system&lt;br /&gt;
|----------------&lt;br /&gt;
|[[User:JeanFrancoisR| Jean-François Rousval]] || 2 || 1 || 0 || 1 || &lt;br /&gt;
|----------------&lt;br /&gt;
|[[User:JulienPeeters| Julien Peeters]] || 2 || 1 || 0 || 0 || domotics, real-time, entertainment, network&lt;br /&gt;
|----------------&lt;br /&gt;
|[[User:YoannC| Yoann Congal / Alpheb]] || 0 || 0 || 0 || 1 || robotics&lt;br /&gt;
|----------------&lt;br /&gt;
|[[User:MatthieuT| Matthieu Texier / weeber]] || 1 || 0 || 1 || 0 || robotics, real-time&lt;br /&gt;
|----------------&lt;br /&gt;
|[[User:MartialG| Martial Guex]] || 2 || 1 || 1 || 2 || transceiver RF, real-time, wireless&lt;br /&gt;
|----------------&lt;br /&gt;
|[[User:NicolasL| Nicolas Lantz]] || 2 || 2 || 1 || 1 ||&lt;br /&gt;
|----------------&lt;br /&gt;
|[[User:GuillaumeD| Guillaume DELVIT]] || 1 || 1 || 1 || 1 || system, asynchronous CPU&lt;br /&gt;
|----------------&lt;br /&gt;
|[[User:BernardR|Bernard REMOND ]] || x || x || x || x || &lt;br /&gt;
|----------------&lt;br /&gt;
|[[User:SamirH| Samir HAMNACHE]] || 0 || 0 || 0 || 1 || électronique&lt;br /&gt;
|----------------&lt;br /&gt;
|[[User:OlivierT|Olivier TARDIEU]] || 0 || 0 || 0 || 1 || électronique,robotics,domotics &lt;br /&gt;
|----------------&lt;br /&gt;
|[[User:ThibautR|Thibault Rétornaz]] || 1 || 1 || 1 || 0 || bio-med, électronique&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Links==&lt;br /&gt;
* [[Members | Geographical position of the members]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Association]]&lt;/div&gt;</summary>
		<author><name>ThibautR</name></author>
	</entry>
</feed>