<br><br><div class="gmail_quote">On Sat, Nov 15, 2008 at 6:02 PM, Nicholas Mc Guire <span dir="ltr">&lt;<a href="mailto:hofrat@hofr.at" target="_blank">hofrat@hofr.at</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

<div>&gt; &gt;<br>
&gt;<br>
&gt; I mount my ext2.img and run ls -l and I get<br>
&gt;<br>
&gt; crw-r----- 1 root root &nbsp; 5, &nbsp; 1 2008-11-15 02:24 console<br>
&gt;<br>
&gt; I think is not ok ?!<br>
&gt;<br>
&gt;<br>
<br>
</div>thats fine - so that should not be your problem.<br>
<br>
what is the console device set to ? can you pass it an explicid<br>
<br>
console=/dev/ttyS0 or the like to map it to a device that exists for sure<br>
and is in /dev/ ? off course you also have to check that the driver<br>
support is in the kernel.<br>
<br>
hofrat</blockquote><div>&nbsp;</div><div>I&#39;ve managed to solve my problem. I took a clean ramdisk (that came with the ELDK) mount it , added my needed libs, devs and test apps , then generated an ramdisk.img (using genext2fs) , compressed it and then created an uBoot image file. The modified rootfs is now on my USB Flash stick and it works.<br>
My USB Flash rootfs is loaded properly by the kernel and related to my initial problem, to be more specific,&nbsp; I&#39;ve created a root filesystem on my USB Flash stick where I added the
xenomai dir (including /bin /lib /include...) generated during the
Xenomai (from the trunk) install and also the devices rtheap rtp0... in
the /dev directory of my FS. I also used the proper libc-2.6 standard
shared libraries so the dynamic linker does&#39;t send a SIGSEGV anymore
and&nbsp; I am able now to run ./latency or ./cyclictest). I don&#39;t receive SegFault
anymore. <br><br>Thanks to all,<br>Cristian<br></div></div>