Skip to content
andersson edited this page Apr 17, 2013 · 2 revisions

This is the kernel source code for the C6603 kernel binary checked into https://github.com/sonyxperiadev/device-sony-c6603

To be able to rebuild this source code, the Android cross compiler can be used. To set your environment up for using this go to your Android directory and typ:

 source build/envsetup.sh
 setpaths

After that go to the directory containing your kernel source code and execute:

 CROSS_COMPILE="ccache arm-eabi-" ARCH=arm make fusion3_yuga_defconfig
 CROSS_COMPILE="ccache arm-eabi-" ARCH=arm make -j4

Upon successful completion copy the file arch/arm/boot/zImage over device/sony/c6603/kernel and rebuild your Android tree. The new kernel will be included in the build.

Clone this wiki locally