site  contact  subhomenews

Kernel 3.10.103 for Odroid XU4

September 27, 2016 — BarryK
I posted about compiling the 4.8.0rc Linux kernel for the Odroid XU4:
http://bkhome.org/news/201609/smaller-git-downloads.html

They worked, but audio, wireless and usb3 are broken. And who knows what else?

The 3.10.x source however, is very mature. It has been heavily patched to work with the Odroid boards.

My main reason for wanting to move up to a later kernel, is I wanted Overlay FS. However, if I am going to compile the kernel myself, why not patch with Aufs, as have always done.

So I downloaded the Aufs patch, which I found here:
https://sourceforge.net/p/aufs/aufs3-standalone/ci/aufs3.10.x/tree/

And downloaded the Odroid kernel source:
https://github.com/hardkernel/linux/tree/odroidxu3-3.10.y

...see how active it is, the last commit 7 days ago.

Hey, I discovered that the Odroid source already has Aufs!

I have shoehorned the Odroid source into my standard build scripts, and the kernel is compiling now.

Comments

Had some problems with compiling, posted to the Odroid forum:
http://forum.odroid.com/viewtopic.php?f=95&t=23812

Seems to be resolved.

Tags: linux