From: John Morris <john@zultron.com>
To: xenomai@xenomai.org
Subject: [Xenomai] Debian packages for testing: Xenomai 2.6.3, Linux 3.8.13, x86 and Beaglebone
Date: Fri, 18 Jul 2014 13:07:58 -0500 [thread overview]
Message-ID: <53C9627E.4010102@zultron.com> (raw)
I've built new Xenomai kernel packages for the Machinekit project. As
the subject says, they're based on Xenomai 2.6.3 and Linux 3.8.13 and
run on the x86 architectures (mostly vanilla with the Debian config) and
Beaglebone (Robert C Nelson's patches and config).
They are based on the upstream Debian packaging, completely different
from my previous packages, which were based on the awful make-kpkg
stuff. These promise to be much more maintainable.
RTAI kernels are also included in the new packaging.
To install:
# configure the Debian archive
sudo sh -c \
"sudo apt-key adv --keyserver hkp://keys.gnupg.net \
--recv-key 73571BB9; \
echo 'deb http://deb.dovetail-automata.com wheezy main' > \
/etc/apt/sources.list.d/machinekit.list"
# update the apt database
sudo apt-get update
# install the Xenomai kernel and headers; pick the command
# applicable to your situation
#
# amd64 architecture:
apt-get install \
linux-image-xenomai.x86-amd64 \
linux-headers-xenomai.x86-amd64
# i386 architecture:
apt-get install \
linux-image-xenomai.x86-i686-pae \
linux-headers-xenomai.x86-i686-pae
# Beaglebone:
apt-get install \
linux-image-xenomai.beaglebone-omap \
linux-headers-xenomai.beaglebone-omap
If you have an r8168 NIC in your PC, see
/etc/modprobe.d/r816x_blacklist.conf to enable that driver and disable
the r8169.
The packaging lives on GitHub:
https://github.com/zultron/kernel-rt-deb
These kernels have been running well in the Machinekit Buildbot for some
time now, and have seen a little testing in the Machinekit community.
The archive signatures and a few other details are new, so please be
patient and report any hiccups. Feedback is greatly appreciated,
positive or negative!
John
next reply other threads:[~2014-07-18 18:07 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-07-18 18:07 John Morris [this message]
2014-07-18 19:26 ` [Xenomai] Debian packages for testing: Xenomai 2.6.3, Linux 3.8.13, x86 and Beaglebone Gilles Chanteperdrix
2014-07-18 19:48 ` John Morris
2014-07-18 19:51 ` Gilles Chanteperdrix
2014-07-23 7:02 ` John Morris
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=53C9627E.4010102@zultron.com \
--to=john@zultron.com \
--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.