Tuesday, January 11, 2011

Creating + Flashing Custom Kernel

Yeah...

Creating a kernel.plf file from zImage+initrd --> WORKS!
Booting this kernel.plf file over USB --> WORKS!
Flashing this kernel.plf to NAND --> to be done...

More will follow soon :-)

2 comments:

  1. This page contains the instructions for building the kernel and flashing it to the drone. It assumes that you have the toolchain and our source available here.

    Patch the Kernel

    cd drone-rk/kernel/linux-2.6.27
    patch -p1 < ../p6_sdhci-patch1.patch
    Building Kernel

    cd drone-rk/kernel/linux-2.6.27
    make ARCH=arm CROSS_COMPILE=~/drone-rk/toolchain/arm-2009q1/bin/arm-none-linux-gnueabi- zImage.
    Your blog are really amazing and very informative.

    ReplyDelete