Skip to content

Instantly share code, notes, and snippets.

View markoradinovic's full-sized avatar

Marko Radinovic markoradinovic

View GitHub Profile
@Brainiarc7
Brainiarc7 / native-kernel-compilation-odroid-c2.md
Last active July 13, 2016 16:04
This document summarizes the steps needed to perform a native kernel compilation on the ARM-based Odroid C2 development board.

Native kernel compilation on the Odroid-C2:

The Odroid-C2's processor is fast enough to compile the Linux kernel on it natively, and as such, taking this path should eliminate the complexity involved in cross-compilation.

Installing tools

Depending on the distro you are running, and the packages you have installed, you might need to add the compiler and other build-related tools. For example, a minimal base Debian image would not have gcc, since an embedded Linux appliance generally has no requirement to be used as a development tool. This item shows how to install what you need: Adding Native Compiler and Tools