Hi Christopher, Here are the indications to download kernel source and compile it:
git clone https://android.googlesource.com/kernel/omap cd omap git checkout remotes/origin/android-omap-panda-3.0 make ARCH=arm CROSS_COMPILE=<path_to_ics_src>/prebuilt/linux-x86/ toolchain/arm-eabi-4.4.0/bin/arm-eabi- mrproper make ARCH=arm CROSS_COMPILE=<path_to_ics_src>/prebuilt/linux-x86/ toolchain/arm-eabi-4.4.0/bin/arm-eabi- defconfig panda_defconfig These adresses have been taken from here: https://wiki.linaro.org/Platform/Android/CompileAndRunAOSPICS I followed the instructions, made my own modifications and built my own binary kernel image (zImage to retrieve under <path_to_kernel_src>/ arch/arm/boot). Once compiled, replace the kernel binary image under device/ti/panda and produce another boot.img you can use to flash your boot partition or directly use fastboot to boot on it. -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
