The graped piano was successful on the Maker Faire Berlin 2015 Children and grown up visitors asked me […]
Yes, the Maker Faire 2015 in Berlin is already over and … it was really awesome! Thanks to […]
Inspired by an earlier work published on makezine (http://makezine.com/projects/a-touchless-3d-tracking-interface/) I have build another 3d controller interface with an […]
Hi, this is a first impression of what you can see and test live on the Maker Faire […]
Working on the new Odroid-C1+ becomes more and more interesting. Having compiled the realtime kernel sources successfully on […]
My github account does not exist anymore since 5th of July 2018 because Microsoft has swallowed it.
Since yesterday the 3.10.80-rt88 kernel sources for the Odroid-C1/C1+ are available from my new github account
https://github.com/chlorisdroid/linux-rt-odroid-c1/tree/odroidc-3.10.80-rt88
To compile the sources read http://odroid.com/dokuwiki/doku.php?id=en:c1_building_kernel
Some things change if you use my sources.
Be sure to have the odroidc-3.10.80-rt88 branch selected
and clone with (this is one single line->)
git clone --depth 1 https://github.com/chlorisdroid/linux-rt-odroid-c1.git -b odroidc-3.10.80-rt88
change directory with
cd linux-rt-odroid-c1
create the
.config
file with
make arch=ARM odroidc_rt_defconfig