From: Elmar Grom <elmar@grom.net>
To: xenomai@xenomai.org
Subject: Re: [Xenomai] Xenomai on Raspberry Pi 2
Date: Thu, 28 Jan 2016 07:33:55 -0800 [thread overview]
Message-ID: <56AA34E3.40205@grom.net> (raw)
In-Reply-To: <DUB122-W12189AD8672E553549138CC5DA0@phx.gbl>
Gianmarco,
unless you need to compile for a very specific reason, you could try the
following:
Here is what to do:
* Install the kernel image
* Make a backup copy of the existing kernel
* Rename the Xenomai kernel
* Reboot
|sudo apt-get install linux-image-xenomai
sudo mv /boot/kernel.img /boot/kernel.img.bck
sudo cp /boot/vmlinuz* /boot/kernel.img
sudo shutdown -r now
|
This will install the ready made image for 3.10. I have it running on a
Pi2 just fine. Of course make sure you have an image for your SD card
ready, in case things go bad.
Elmar
On 1/28/2016 7:19 AM, Gianmarco Ottavi wrote:
> I'm trying to make xenomai works on Pi 2 but i get some building errors while compiling the kernel. I've looked it up online for some guide on how to make it works, tried for example https://github.com/awesomebytes/xenorasp, and seems to work and boot on Pi b+ but if i try it on Pi 2 it won't boot up(maybe becasue works only on 3.18 and newer, and xenorasp is on 3.10).The error i get while compiling for xenomai 3.0 on kernel 3.18 is:"undefined reference to '__ipipe_mach_get_tscinfo'
> any idea?
> _______________________________________________
> Xenomai mailing list
> Xenomai@xenomai.org
> http://xenomai.org/mailman/listinfo/xenomai
>
next prev parent reply other threads:[~2016-01-28 15:33 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-01-28 15:19 [Xenomai] Xenomai on Raspberry Pi 2 Gianmarco Ottavi
2016-01-28 15:33 ` Elmar Grom [this message]
2016-01-28 15:37 ` Gilles Chanteperdrix
2016-02-13 3:44 ` Mathieu Rondonneau
2016-02-13 12:57 ` Gilles Chanteperdrix
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=56AA34E3.40205@grom.net \
--to=elmar@grom.net \
--cc=xenomai@xenomai.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.