This repository contains reciped and scripts to build the kernel used on the Magellan board.
The old instructions and files have been moved to old/
-
install a few dependencies:
sudo apt-get install fakeroot kernel-package u-boot-tools gcc-arm-linux-gnueabihf
-
build the kernel debians & u-boot image:
./build.sh
This will generate 3 files:
linux-image-.....deb
: the kernel package (with modules)linux-headers-.....deb
: the headers (to build more modules later)uImage
: the u-boot compatible kernel (to be placed in the boot partition)