* [Xenomai] Xenomai-3.0.1 with raspberry pi
@ 2016-03-13 23:16 mosta
2016-03-14 7:47 ` Nicolas SCHURANDO
0 siblings, 1 reply; 5+ messages in thread
From: mosta @ 2016-03-13 23:16 UTC (permalink / raw)
To: xenomai
Hallo everyone,
I try to compile the current stable release of xenomai for the raspberry
pi2. I found a linuxcnc installation guide for xenomai 2.6.1
(http://wiki.linuxcnc.org/cgi-bin/wiki.pl?RaspbianXenomaiBuild) and I
compiled on image with it, so I use it as a template to compile
xenomai-3.0.1 and the problem I found is that there are pre- and post
patches for the raspberry pi and I can't find any for xenomai-3.0.1 are
they not needed or do I have to create them myself?
tips and hints for moving forward are welcome.
greetings mosta
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Xenomai] Xenomai-3.0.1 with raspberry pi
2016-03-13 23:16 [Xenomai] Xenomai-3.0.1 with raspberry pi mosta
@ 2016-03-14 7:47 ` Nicolas SCHURANDO
2016-03-15 3:58 ` Mathieu Rondonneau
0 siblings, 1 reply; 5+ messages in thread
From: Nicolas SCHURANDO @ 2016-03-14 7:47 UTC (permalink / raw)
To: mosta; +Cc: xenomai
Hi Mosta,
I have written a quick guide to get Xenomai 3.0 on the Raspberry Pi 2
working at https://www.raspberrypi.org/forums/viewtopic.php?p=926466#p926466
.
It relies on a post patch written by a member of the mailing list a few
month ago.
I however find the system to be very unstable so I would love to hear some
feedback from you, especially if your system freezes or not.
Hope this helps.
Regards,
Nicolas
2016-03-14 0:16 GMT+01:00 mosta <mosta.me@googlemail.com>:
> Hallo everyone,
>
> I try to compile the current stable release of xenomai for the raspberry
> pi2. I found a linuxcnc installation guide for xenomai 2.6.1
> (http://wiki.linuxcnc.org/cgi-bin/wiki.pl?RaspbianXenomaiBuild) and I
> compiled on image with it, so I use it as a template to compile
> xenomai-3.0.1 and the problem I found is that there are pre- and post
> patches for the raspberry pi and I can't find any for xenomai-3.0.1 are
> they not needed or do I have to create them myself?
>
> tips and hints for moving forward are welcome.
>
> greetings mosta
>
> _______________________________________________
> Xenomai mailing list
> Xenomai@xenomai.org
> https://xenomai.org/mailman/listinfo/xenomai
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Xenomai] Xenomai-3.0.1 with raspberry pi
2016-03-14 7:47 ` Nicolas SCHURANDO
@ 2016-03-15 3:58 ` Mathieu Rondonneau
2016-03-21 15:41 ` Nicolas SCHURANDO
0 siblings, 1 reply; 5+ messages in thread
From: Mathieu Rondonneau @ 2016-03-15 3:58 UTC (permalink / raw)
To: Nicolas SCHURANDO, mosta; +Cc: xenomai
On 16-03-14 12:47 AM, Nicolas SCHURANDO wrote:
> Hi Mosta,
>
> I have written a quick guide to get Xenomai 3.0 on the Raspberry Pi 2
> working at https://www.raspberrypi.org/forums/viewtopic.php?p=926466#p926466
> .
>
> It relies on a post patch written by a member of the mailing list a few
> month ago.
>
> I however find the system to be very unstable so I would love to hear some
> feedback from you, especially if your system freezes or not.
>
> Hope this helps.
>
> Regards,
>
> Nicolas
>
> 2016-03-14 0:16 GMT+01:00 mosta <mosta.me@googlemail.com>:
>
>> Hallo everyone,
>>
>> I try to compile the current stable release of xenomai for the raspberry
>> pi2. I found a linuxcnc installation guide for xenomai 2.6.1
>> (http://wiki.linuxcnc.org/cgi-bin/wiki.pl?RaspbianXenomaiBuild) and I
>> compiled on image with it, so I use it as a template to compile
>> xenomai-3.0.1 and the problem I found is that there are pre- and post
>> patches for the raspberry pi and I can't find any for xenomai-3.0.1 are
>> they not needed or do I have to create them myself?
>>
>> tips and hints for moving forward are welcome.
>>
>> greetings mosta
>>
>> _______________________________________________
>> Xenomai mailing list
>> Xenomai@xenomai.org
>> https://xenomai.org/mailman/listinfo/xenomai
>>
> _______________________________________________
> Xenomai mailing list
> Xenomai@xenomai.org
> https://xenomai.org/mailman/listinfo/xenomai
>
Thanks Nicolas for taking the time to write the guide.
I have not looked at the problem but there is port to the 4.1 kernel
from Philippe Gerum here:
http://git.xenomai.org/ipipe.git/log/?h=vendors/raspberry/ipipe-4.1
It is likely more up to date than mine.
Regards,
-Mathieu
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Xenomai] Xenomai-3.0.1 with raspberry pi
2016-03-15 3:58 ` Mathieu Rondonneau
@ 2016-03-21 15:41 ` Nicolas SCHURANDO
2016-03-28 9:45 ` Philippe Gerum
0 siblings, 1 reply; 5+ messages in thread
From: Nicolas SCHURANDO @ 2016-03-21 15:41 UTC (permalink / raw)
To: Mathieu Rondonneau; +Cc: xenomai
Thanks Mathieu for the reminder. I had bookmarked Philippe's new year
message introducing the specific vendor branch, but in the interval I
somehow forgot it existed.
I was able to produce a working Xenomai 3.0 image for the Raspberry Pi 1
using the bcmrpi_defconfig as a base. It seems stable so far.
However, when using bcm2709_defconfig, the generated kernel won't boot on a
Raspberry Pi 2, leaving me with the initial rainbow screen.
Philippe, have you had any feedback from people testing on the Raspberry Pi
2 yet ?
Regards,
Nicolas
2016-03-15 4:58 GMT+01:00 Mathieu Rondonneau <mathieu_rondonneau@hotmail.com
>:
> On 16-03-14 12:47 AM, Nicolas SCHURANDO wrote:
> > Hi Mosta,
> >
> > I have written a quick guide to get Xenomai 3.0 on the Raspberry Pi 2
> > working at
> https://www.raspberrypi.org/forums/viewtopic.php?p=926466#p926466
> > .
> >
> > It relies on a post patch written by a member of the mailing list a few
> > month ago.
> >
> > I however find the system to be very unstable so I would love to hear
> some
> > feedback from you, especially if your system freezes or not.
> >
> > Hope this helps.
> >
> > Regards,
> >
> > Nicolas
> >
> > 2016-03-14 0:16 GMT+01:00 mosta <mosta.me@googlemail.com>:
> >
> >> Hallo everyone,
> >>
> >> I try to compile the current stable release of xenomai for the raspberry
> >> pi2. I found a linuxcnc installation guide for xenomai 2.6.1
> >> (http://wiki.linuxcnc.org/cgi-bin/wiki.pl?RaspbianXenomaiBuild) and I
> >> compiled on image with it, so I use it as a template to compile
> >> xenomai-3.0.1 and the problem I found is that there are pre- and post
> >> patches for the raspberry pi and I can't find any for xenomai-3.0.1 are
> >> they not needed or do I have to create them myself?
> >>
> >> tips and hints for moving forward are welcome.
> >>
> >> greetings mosta
> >>
> >> _______________________________________________
> >> Xenomai mailing list
> >> Xenomai@xenomai.org
> >> https://xenomai.org/mailman/listinfo/xenomai
> >>
> > _______________________________________________
> > Xenomai mailing list
> > Xenomai@xenomai.org
> > https://xenomai.org/mailman/listinfo/xenomai
> >
>
> Thanks Nicolas for taking the time to write the guide.
> I have not looked at the problem but there is port to the 4.1 kernel
> from Philippe Gerum here:
> http://git.xenomai.org/ipipe.git/log/?h=vendors/raspberry/ipipe-4.1
> It is likely more up to date than mine.
>
> Regards,
> -Mathieu
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Xenomai] Xenomai-3.0.1 with raspberry pi
2016-03-21 15:41 ` Nicolas SCHURANDO
@ 2016-03-28 9:45 ` Philippe Gerum
0 siblings, 0 replies; 5+ messages in thread
From: Philippe Gerum @ 2016-03-28 9:45 UTC (permalink / raw)
To: Nicolas SCHURANDO, Mathieu Rondonneau; +Cc: xenomai
On 03/21/2016 04:41 PM, Nicolas SCHURANDO wrote:
> Thanks Mathieu for the reminder. I had bookmarked Philippe's new year
> message introducing the specific vendor branch, but in the interval I
> somehow forgot it existed.
>
> I was able to produce a working Xenomai 3.0 image for the Raspberry Pi 1
> using the bcmrpi_defconfig as a base. It seems stable so far.
>
> However, when using bcm2709_defconfig, the generated kernel won't boot on a
> Raspberry Pi 2, leaving me with the initial rainbow screen.
>
> Philippe, have you had any feedback from people testing on the Raspberry Pi
> 2 yet ?
>
Sorry, this message was buried in a bottomless log. I received no
feedback regarding this specific target. The original work was aimed at
porting to the RPI Zero, which is the only target I have tested so far.
Other changes are untested by-products of that work, which should be
considered as a template for porting to other RPI SBCs based on the
bcm270x families.
--
Philippe.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2016-03-28 9:45 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-13 23:16 [Xenomai] Xenomai-3.0.1 with raspberry pi mosta
2016-03-14 7:47 ` Nicolas SCHURANDO
2016-03-15 3:58 ` Mathieu Rondonneau
2016-03-21 15:41 ` Nicolas SCHURANDO
2016-03-28 9:45 ` Philippe Gerum
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.