Skip to content

Instantly share code, notes, and snippets.

@No9
Created December 4, 2012 01:45
Show Gist options
  • Save No9/4199784 to your computer and use it in GitHub Desktop.
Save No9/4199784 to your computer and use it in GitHub Desktop.
Building Ardrone OS on Ubuntu 12.04

A login is required but the source is available
https://devzone.parrot.com/repositories/entry/oss-ardrone2/trunk/linux.tar.gz?format=raw

Configuring the environment for a build is here http://tjworld.net/wiki/Linux/Kernel/ARMCrossCompileOnIntel

make -j2 O=../builds/ardrone CROSS_COMPILE=arm-none-linux-gnueabi- ARCH=arm EXTRA_AFLAGS=-mfpu=neon menuconfig

Some build issues I hit are covered here http://www.idroidproject.org/wiki/Compiling_a_Kernel

mkdir /tmp/modules make ARCH=arm modules_install INSTALL_MOD_PATH=/tmp/modules

Arch http://www.codesourcery.com/public/gnu_toolchain/arm-none-li

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment