* Has anyone 2.6 kernel with Xenomai and MPC5200 Lite running?
@ 2006-11-04 16:31 Matthias Fechner
2006-11-05 1:32 ` Wolfgang Denk
2006-11-05 2:32 ` Grant Likely
0 siblings, 2 replies; 18+ messages in thread
From: Matthias Fechner @ 2006-11-04 16:31 UTC (permalink / raw)
To: linuxppc-embedded
Hi,
I have here a MPC5200 Lite (IceCube/Freescale Lite 5200) and tried to
get Xenomai running.
If I use the 2.6 kernel from denx the board boots fine but I am not
able to patch the kernel with the adeos patch (adeos-patch is for
kernel 2.6.18) and the kernel from denx is 2.6.19rc4. I checked the
changes and they are to much for me to adapt it.
What I need now is a patch for kernel 2.6.18 to get all the MPC5200
stuff running (priority has the networkchip) or a adeos patch for the
denx kernel 2.6.19-rc4.
Can anyone help me here, please?
Best regards,
Matthias
--
"Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs, and the universe trying to
produce bigger and better idiots. So far, the universe is winning." --
Rich Cook
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: Has anyone 2.6 kernel with Xenomai and MPC5200 Lite running?
2006-11-04 16:31 Has anyone 2.6 kernel with Xenomai and MPC5200 Lite running? Matthias Fechner
@ 2006-11-05 1:32 ` Wolfgang Denk
2006-11-05 10:21 ` Matthias Fechner
2006-11-05 2:32 ` Grant Likely
1 sibling, 1 reply; 18+ messages in thread
From: Wolfgang Denk @ 2006-11-05 1:32 UTC (permalink / raw)
To: linuxppc-embedded
In message <20061104163119.GC69112@server.idefix.loc> you wrote:
>
> I have here a MPC5200 Lite (IceCube/Freescale Lite 5200) and tried to
> get Xenomai running.
>
> If I use the 2.6 kernel from denx the board boots fine but I am not
Note that we explicitely do NOT support the MPC5200 in this tree yet.
> able to patch the kernel with the adeos patch (adeos-patch is for
> kernel 2.6.18) and the kernel from denx is 2.6.19rc4. I checked the
> changes and they are to much for me to adapt it.
Then just check out the 2.6.18 version of the tree. This is a git
repo, so seeking to any version you like is a matter of seconds.
> What I need now is a patch for kernel 2.6.18 to get all the MPC5200
> stuff running (priority has the networkchip) or a adeos patch for the
> denx kernel 2.6.19-rc4.
You do not want this, if you're on a MPC5200. I repeat, this is not
supported.
Best regards,
Wolfgang Denk
--
Software Engineering: Embedded and Realtime Systems, Embedded Linux
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd@denx.de
If I had to live my life again, I'd make the same mistakes, only
sooner. -- Tallulah Bankhead
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: Has anyone 2.6 kernel with Xenomai and MPC5200 Lite running?
2006-11-04 16:31 Has anyone 2.6 kernel with Xenomai and MPC5200 Lite running? Matthias Fechner
2006-11-05 1:32 ` Wolfgang Denk
@ 2006-11-05 2:32 ` Grant Likely
2006-11-05 10:23 ` Matthias Fechner
1 sibling, 1 reply; 18+ messages in thread
From: Grant Likely @ 2006-11-05 2:32 UTC (permalink / raw)
To: linuxppc-embedded, Matthias Fechner
On 11/4/06, Matthias Fechner <idefix@fechner.net> wrote:
> Hi,
>
> I have here a MPC5200 Lite (IceCube/Freescale Lite 5200) and tried to
> get Xenomai running.
>
> If I use the 2.6 kernel from denx the board boots fine but I am not
> able to patch the kernel with the adeos patch (adeos-patch is for
> kernel 2.6.18) and the kernel from denx is 2.6.19rc4. I checked the
> changes and they are to much for me to adapt it.
>
> What I need now is a patch for kernel 2.6.18 to get all the MPC5200
> stuff running (priority has the networkchip) or a adeos patch for the
> denx kernel 2.6.19-rc4.
>
> Can anyone help me here, please?
Yup, there exists patches for all the functionality that you're
looking for. You can find them if you search the list, but I'll send
you a link to a git tree with all those patches in it later tonight.
Cheers
g.
--
Grant Likely, B.Sc. P.Eng.
Secret Lab Technologies Ltd.
grant.likely@secretlab.ca
(403) 399-0195
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: Has anyone 2.6 kernel with Xenomai and MPC5200 Lite running?
2006-11-05 1:32 ` Wolfgang Denk
@ 2006-11-05 10:21 ` Matthias Fechner
2006-11-05 15:48 ` Wolfgang Denk
0 siblings, 1 reply; 18+ messages in thread
From: Matthias Fechner @ 2006-11-05 10:21 UTC (permalink / raw)
To: linuxppc-embedded
Hello Wolfgang,
* Wolfgang Denk <wd@denx.de> [05-11-06 02:32]:
> Then just check out the 2.6.18 version of the tree. This is a git
> repo, so seeking to any version you like is a matter of seconds.
hm, I did it but was not successfully. What I did was:
git clone git://www.denx.de/git/linux-2.6-denx.git linux-2.6-denx
cd linux-2.6-denx
git checkout -b private2.6.18 v2.6.18
Now I had kernel 2.6.18 but without network :(
Is that wrong? Sry but git is completely new for me.
> You do not want this, if you're on a MPC5200. I repeat, this is not
> supported.
ok, that is clear but if the kernel boots fine on the board with
network and I am able to patch it with Xenomai I can live with it.
Best regards,
Matthias
--
"Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs, and the universe trying to
produce bigger and better idiots. So far, the universe is winning." --
Rich Cook
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: Has anyone 2.6 kernel with Xenomai and MPC5200 Lite running?
2006-11-05 2:32 ` Grant Likely
@ 2006-11-05 10:23 ` Matthias Fechner
2006-11-05 10:34 ` Sylvain Munaut
2006-11-06 16:54 ` Grant Likely
0 siblings, 2 replies; 18+ messages in thread
From: Matthias Fechner @ 2006-11-05 10:23 UTC (permalink / raw)
To: linuxppc-embedded
Hello Grant,
* Grant Likely <grant.likely@secretlab.ca> [04-11-06 20:32]:
> Yup, there exists patches for all the functionality that you're
> looking for. You can find them if you search the list, but I'll send
> you a link to a git tree with all those patches in it later tonight.
you maybe mean:
http://gitbits.246tNt.com/gitbits/linux-2.6-mpc52xx.git
I tried that repository but here I was not able to patch the tree with
Xenomai.
But if you have another link it would be a pleasure for me to receive
the link :)
Best regards,
Matthias
--
"Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs, and the universe trying to
produce bigger and better idiots. So far, the universe is winning." --
Rich Cook
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: Has anyone 2.6 kernel with Xenomai and MPC5200 Lite running?
2006-11-05 10:23 ` Matthias Fechner
@ 2006-11-05 10:34 ` Sylvain Munaut
2006-11-05 20:24 ` Matthias Fechner
2006-11-06 16:54 ` Grant Likely
1 sibling, 1 reply; 18+ messages in thread
From: Sylvain Munaut @ 2006-11-05 10:34 UTC (permalink / raw)
To: linuxppc-embedded, idefix
Matthias Fechner wrote:
> Hello Grant,
>
> * Grant Likely <grant.likely@secretlab.ca> [04-11-06 20:32]:
>
>> Yup, there exists patches for all the functionality that you're
>> looking for. You can find them if you search the list, but I'll send
>> you a link to a git tree with all those patches in it later tonight.
>>
>
> you maybe mean:
> http://gitbits.246tNt.com/gitbits/linux-2.6-mpc52xx.git
>
> I tried that repository but here I was not able to patch the tree with
> Xenomai.
> But if you have another link it would be a pleasure for me to receive
> the link :)
>
Take the patchs off that link (bestcomm branch), and apply them on a
fresh/recent
tree, that should work. (that is, clone a official tree, then pull from
the above link
and merge the two).
There is work in progress for the arch/powerpc port but it's not done yet.
Sylvain
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: Has anyone 2.6 kernel with Xenomai and MPC5200 Lite running?
2006-11-05 10:21 ` Matthias Fechner
@ 2006-11-05 15:48 ` Wolfgang Denk
2006-11-05 20:23 ` Matthias Fechner
0 siblings, 1 reply; 18+ messages in thread
From: Wolfgang Denk @ 2006-11-05 15:48 UTC (permalink / raw)
To: linuxppc-embedded
In message <20061105102137.GG79990@server.idefix.loc> you wrote:
>
> > Then just check out the 2.6.18 version of the tree. This is a git
> > repo, so seeking to any version you like is a matter of seconds.
>
> hm, I did it but was not successfully. What I did was:
...
> git checkout -b private2.6.18 v2.6.18
This will give you the exact 2.6.18 kernel.org tree without any
extensions / modifications. It has even less support for the MPC5200
than our tree, wher eit is unsupported.
> Now I had kernel 2.6.18 but without network :(
ACK. The kernel.org tree does not include Sylvain's patches.
> ok, that is clear but if the kernel boots fine on the board with
> network and I am able to patch it with Xenomai I can live with it.
You mean, you don't care about reliability? Umm... then you don't
need Xenomai, either.
Best regards,
Wolfgang Denk
--
Software Engineering: Embedded and Realtime Systems, Embedded Linux
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd@denx.de
"In matrimony, to hesitate is sometimes to be saved." - Butler
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: Has anyone 2.6 kernel with Xenomai and MPC5200 Lite running?
2006-11-05 15:48 ` Wolfgang Denk
@ 2006-11-05 20:23 ` Matthias Fechner
2006-11-05 21:48 ` Wolfgang Denk
0 siblings, 1 reply; 18+ messages in thread
From: Matthias Fechner @ 2006-11-05 20:23 UTC (permalink / raw)
To: linuxppc-embedded
Hello Wolfgang,
* Wolfgang Denk <wd@denx.de> [05-11-06 16:48]:
> This will give you the exact 2.6.18 kernel.org tree without any
> extensions / modifications. It has even less support for the MPC5200
> than our tree, wher eit is unsupported.
how can I checkout kernel 2.6.18 with denx improvements?
> You mean, you don't care about reliability? Umm... then you don't
> need Xenomai, either.
I need the system only for development, the targetsystem will run on
another board :)
Best regards,
Matthias
--
"Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs, and the universe trying to
produce bigger and better idiots. So far, the universe is winning." --
Rich Cook
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: Has anyone 2.6 kernel with Xenomai and MPC5200 Lite running?
2006-11-05 10:34 ` Sylvain Munaut
@ 2006-11-05 20:24 ` Matthias Fechner
2006-11-05 20:50 ` Wolfgang Grandegger
0 siblings, 1 reply; 18+ messages in thread
From: Matthias Fechner @ 2006-11-05 20:24 UTC (permalink / raw)
To: linuxppc-embedded
Hello Sylvain,
* Sylvain Munaut <tnt@246tNt.com> [05-11-06 11:34]:
> Take the patchs off that link (bestcomm branch), and apply them on a
> fresh/recent
> tree, that should work. (that is, clone a official tree, then pull from
> the above link
> and merge the two).
>
> There is work in progress for the arch/powerpc port but it's not done yet.
thx a lot, I will try it tomorrow.
Best regards,
Matthias
--
"Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs, and the universe trying to
produce bigger and better idiots. So far, the universe is winning." --
Rich Cook
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: Has anyone 2.6 kernel with Xenomai and MPC5200 Lite running?
2006-11-05 20:24 ` Matthias Fechner
@ 2006-11-05 20:50 ` Wolfgang Grandegger
2006-11-05 21:24 ` Matthias Fechner
0 siblings, 1 reply; 18+ messages in thread
From: Wolfgang Grandegger @ 2006-11-05 20:50 UTC (permalink / raw)
To: linuxppc-embedded
Matthias Fechner wrote:
> Hello Sylvain,
>
> * Sylvain Munaut <tnt@246tNt.com> [05-11-06 11:34]:
>> Take the patchs off that link (bestcomm branch), and apply them on a
>> fresh/recent
>> tree, that should work. (that is, clone a official tree, then pull from
>> the above link
>> and merge the two).
>>
>> There is work in progress for the arch/powerpc port but it's not done yet.
>
> thx a lot, I will try it tomorrow.
I also tried to get Sylvain's patches working on 2.6.18 and gave up
rather frustrated. They do not work "as is" :-(. I can offer you a
solution for Xenomai on 2.6.17, if this is an option for you. That's
what I got working for development.
Wolfgang.
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: Has anyone 2.6 kernel with Xenomai and MPC5200 Lite running?
2006-11-05 20:50 ` Wolfgang Grandegger
@ 2006-11-05 21:24 ` Matthias Fechner
2006-11-06 11:21 ` Wolfgang Grandegger
2006-11-06 11:25 ` Wolfgang Grandegger
0 siblings, 2 replies; 18+ messages in thread
From: Matthias Fechner @ 2006-11-05 21:24 UTC (permalink / raw)
To: linuxppc-embedded
Hello Wolfgang,
* Wolfgang Grandegger <wg@grandegger.com> [05-11-06 21:50]:
> I also tried to get Sylvain's patches working on 2.6.18 and gave up
> rather frustrated. They do not work "as is" :-(. I can offer you a
> solution for Xenomai on 2.6.17, if this is an option for you. That's
> what I got working for development.
that would be fantastic.
I only need kernel 2.6 running on MPC5200 with xenomai.
I can give you access to one of my servers if you want to copy there
the kernel.
Best regards,
Matthias
--
"Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs, and the universe trying to
produce bigger and better idiots. So far, the universe is winning." --
Rich Cook
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: Has anyone 2.6 kernel with Xenomai and MPC5200 Lite running?
2006-11-05 20:23 ` Matthias Fechner
@ 2006-11-05 21:48 ` Wolfgang Denk
2006-11-07 18:54 ` Matthias Fechner
0 siblings, 1 reply; 18+ messages in thread
From: Wolfgang Denk @ 2006-11-05 21:48 UTC (permalink / raw)
To: linuxppc-embedded
In message <20061105202336.GA30026@server.idefix.loc> you wrote:
>
> how can I checkout kernel 2.6.18 with denx improvements?
run gitk and check where our tree was megred with the Linus tree after
the v2.6.18 release - you will find that it's commit ID
dee0eedc749e35f85103f33d9c28bdfcdc1a8fb4
> I need the system only for development, the targetsystem will run on
> another board :)
I'm not talking about a specific board, but about MPC5200 in general.
Best regards,
Wolfgang Denk
--
Software Engineering: Embedded and Realtime Systems, Embedded Linux
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd@denx.de
About the use of language: it is impossible to sharpen a pencil with
a blunt ax. It is equally vain to try to do it with ten blunt axes
instead. -- Edsger Dijkstra
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: Has anyone 2.6 kernel with Xenomai and MPC5200 Lite running?
2006-11-05 21:24 ` Matthias Fechner
@ 2006-11-06 11:21 ` Wolfgang Grandegger
2006-11-07 9:00 ` Matthias Fechner
2006-11-06 11:25 ` Wolfgang Grandegger
1 sibling, 1 reply; 18+ messages in thread
From: Wolfgang Grandegger @ 2006-11-06 11:21 UTC (permalink / raw)
To: linuxppc-embedded
Hello Matthias,
Matthias Fechner wrote:
> Hello Wolfgang,
>
> * Wolfgang Grandegger <wg@grandegger.com> [05-11-06 21:50]:
>> I also tried to get Sylvain's patches working on 2.6.18 and gave up
>> rather frustrated. They do not work "as is" :-(. I can offer you a
>> solution for Xenomai on 2.6.17, if this is an option for you. That's
>> what I got working for development.
>
> that would be fantastic.
> I only need kernel 2.6 running on MPC5200 with xenomai.
> I can give you access to one of my servers if you want to copy there
> the kernel.
Some time ago I got the MPC5200 patches from the Pengutronix's OSELAS
project working for DENX Linux 2.6.17. In the meantime they have update
to 2.6.18. Take OSELAS.BSP-Phytec-phyCORE-MPC5200B-tiny-4.tar.gz from
http://www.pengutronix.de/oselas/bsp/phytec/download/phyCORE-MPC5200B-tiny/,
unpack it and apply the relevant patches from the kernel-patches-target
diretory to linux-2.6-denx#v2.6.18. I think the following patches should
be sufficient (in that order):
fec_mpc52xx_bestcomm.diff
fec_mpc52xx.diff
drivers_serial_mpc52xx_uart_fix.diff
mpc5200_physmap.diff
You can find the most recent Xenomai patch 2.6.18-ppc-1.05.00 at
"ftp://ftp.denx.de/xenomai". I'm going to test them later today with
Xenomai.
Good luck.
Wolfgang.
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: Has anyone 2.6 kernel with Xenomai and MPC5200 Lite running?
2006-11-05 21:24 ` Matthias Fechner
2006-11-06 11:21 ` Wolfgang Grandegger
@ 2006-11-06 11:25 ` Wolfgang Grandegger
1 sibling, 0 replies; 18+ messages in thread
From: Wolfgang Grandegger @ 2006-11-06 11:25 UTC (permalink / raw)
To: linuxppc-embedded
Hello Matthias,
Matthias Fechner wrote:
> Hello Wolfgang,
>
> * Wolfgang Grandegger <wg@grandegger.com> [05-11-06 21:50]:
>> I also tried to get Sylvain's patches working on 2.6.18 and gave up
>> rather frustrated. They do not work "as is" :-(. I can offer you a
>> solution for Xenomai on 2.6.17, if this is an option for you. That's
>> what I got working for development.
>
> that would be fantastic.
> I only need kernel 2.6 running on MPC5200 with xenomai.
> I can give you access to one of my servers if you want to copy there
> the kernel.
Some time ago I got the MPC5200 patches from the Pengutronix's OSELAS
project working for DENX Linux 2.6.17. In the meantime they have update
to 2.6.18. Take OSELAS.BSP-Phytec-phyCORE-MPC5200B-tiny-4.tar.gz from
http://www.pengutronix.de/oselas/bsp/phytec/download/phyCORE-MPC5200B-tiny/,
unpack it and apply the relevant patches from the kernel-patches-target
directory to linux-2.6-denx#v2.6.18. I think the following patches
should be sufficient (in that order):
fec_mpc52xx_bestcomm.diff
fec_mpc52xx.diff
drivers_serial_mpc52xx_uart_fix.diff
mpc5200_physmap.diff
You can find the most recent Xenomai patch 2.6.18-ppc-1.05.00 at
ftp://ftp.denx.de/xenomai. I'm going to test them later today with Xenomai.
Good luck.
Wolfgang.
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: Has anyone 2.6 kernel with Xenomai and MPC5200 Lite running?
2006-11-05 10:23 ` Matthias Fechner
2006-11-05 10:34 ` Sylvain Munaut
@ 2006-11-06 16:54 ` Grant Likely
1 sibling, 0 replies; 18+ messages in thread
From: Grant Likely @ 2006-11-06 16:54 UTC (permalink / raw)
To: linuxppc-embedded
On 11/5/06, Matthias Fechner <idefix@fechner.net> wrote:
> Hello Grant,
>
> * Grant Likely <grant.likely@secretlab.ca> [04-11-06 20:32]:
> > Yup, there exists patches for all the functionality that you're
> > looking for. You can find them if you search the list, but I'll send
> > you a link to a git tree with all those patches in it later tonight.
>
> you maybe mean:
> http://gitbits.246tNt.com/gitbits/linux-2.6-mpc52xx.git
>
> I tried that repository but here I was not able to patch the tree with
> Xenomai.
Yup, that's the tree I was referring to; and yes you would need to do
some work to get all the patches to play nice together. :)
> But if you have another link it would be a pleasure for me to receive
> the link :)
Unfortunately, I've had some technical issues on my end, so I haven't
been able to get a tree together for you yet.
Sorry,
g.
--
Grant Likely, B.Sc. P.Eng.
Secret Lab Technologies Ltd.
grant.likely@secretlab.ca
(403) 399-0195
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: Has anyone 2.6 kernel with Xenomai and MPC5200 Lite running?
2006-11-06 11:21 ` Wolfgang Grandegger
@ 2006-11-07 9:00 ` Matthias Fechner
2006-11-07 18:55 ` Matthias Fechner
0 siblings, 1 reply; 18+ messages in thread
From: Matthias Fechner @ 2006-11-07 9:00 UTC (permalink / raw)
To: linuxppc-embedded
Hello Wolfgang,
* Wolfgang Grandegger <wg@grandegger.com> [06-11-06 12:21]:
> unpack it and apply the relevant patches from the kernel-patches-target
> diretory to linux-2.6-denx#v2.6.18. I think the following patches should
> be sufficient (in that order):
>
> fec_mpc52xx_bestcomm.diff
> fec_mpc52xx.diff
> drivers_serial_mpc52xx_uart_fix.diff
> mpc5200_physmap.diff
ok, my boards boots fine after that.
> You can find the most recent Xenomai patch 2.6.18-ppc-1.05.00 at
> "ftp://ftp.denx.de/xenomai". I'm going to test them later today with
> Xenomai.
I applied now everything and Xenomai builds fine.
I configured now my kernel, build it but the board do not boot or at
least the console has gone.
Which bootargs you use in u-boot to boot the Xenomai kernel?
My bootargs are:
bootargs=root=/dev/nfs rw
nfsroot=192.168.0.151:/usr/local/eldk/ppc_6xx
ip=192.168.0.101:192.168.0.151:192.168.0.151:255.255.255.0:icecube::off
console=ttyPSC0
You can find what I did on:
http://wiki.idefix.fechner.net/index.php/Xenomai
Thx for tips.
Best regards,
Matthias
--
"Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs, and the universe trying to
produce bigger and better idiots. So far, the universe is winning." --
Rich Cook
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: Has anyone 2.6 kernel with Xenomai and MPC5200 Lite running?
2006-11-05 21:48 ` Wolfgang Denk
@ 2006-11-07 18:54 ` Matthias Fechner
0 siblings, 0 replies; 18+ messages in thread
From: Matthias Fechner @ 2006-11-07 18:54 UTC (permalink / raw)
To: linuxppc-embedded
Hello Wolfgang,
* Wolfgang Denk <wd@denx.de> [05-11-06 22:48]:
> I'm not talking about a specific board, but about MPC5200 in general.
ah ok, thx for that hint. Maybe it will change in the future :)
Best regards,
Matthias
--
"Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs, and the universe trying to
produce bigger and better idiots. So far, the universe is winning." --
Rich Cook
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: Has anyone 2.6 kernel with Xenomai and MPC5200 Lite running?
2006-11-07 9:00 ` Matthias Fechner
@ 2006-11-07 18:55 ` Matthias Fechner
0 siblings, 0 replies; 18+ messages in thread
From: Matthias Fechner @ 2006-11-07 18:55 UTC (permalink / raw)
To: linuxppc-embedded
Hi,
* Matthias Fechner <idefix@fechner.net> [07-11-06 10:00]:
> You can find what I did on:
> http://wiki.idefix.fechner.net/index.php/Xenomai
ok, problem is solved, everything is documented on my page. Hope that
helps some ppl.
(was a problem with the kernel configuration)
Best regards,
Matthias
--
"Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs, and the universe trying to
produce bigger and better idiots. So far, the universe is winning." --
Rich Cook
^ permalink raw reply [flat|nested] 18+ messages in thread
end of thread, other threads:[~2006-11-07 18:55 UTC | newest]
Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-04 16:31 Has anyone 2.6 kernel with Xenomai and MPC5200 Lite running? Matthias Fechner
2006-11-05 1:32 ` Wolfgang Denk
2006-11-05 10:21 ` Matthias Fechner
2006-11-05 15:48 ` Wolfgang Denk
2006-11-05 20:23 ` Matthias Fechner
2006-11-05 21:48 ` Wolfgang Denk
2006-11-07 18:54 ` Matthias Fechner
2006-11-05 2:32 ` Grant Likely
2006-11-05 10:23 ` Matthias Fechner
2006-11-05 10:34 ` Sylvain Munaut
2006-11-05 20:24 ` Matthias Fechner
2006-11-05 20:50 ` Wolfgang Grandegger
2006-11-05 21:24 ` Matthias Fechner
2006-11-06 11:21 ` Wolfgang Grandegger
2006-11-07 9:00 ` Matthias Fechner
2006-11-07 18:55 ` Matthias Fechner
2006-11-06 11:25 ` Wolfgang Grandegger
2006-11-06 16:54 ` Grant Likely
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).