[DEV]Instructions making kernel.elf for Xperia T & TX + kernel sources

krabappel2548

Inactive Recognized Developer
Nov 15, 2011
6,443
16,111
0
Lommel
Dear Xperia T & TX user/dev,

Do you want to compile a kernel for Xperia T, no problem, just follow my instructions :)
First of all you need linux and the files I attached in this post.

== Make the kernel.elf ==
1. Put mkelf.py, RPM.bin, bootcmd, your zImage and ramdisk in the same folder.
2. Rename you own ramdisk to ramdisk and you zImage to zImage or edit the command to make it work.
3. make the kernel.elf using this command in linux terminal:
Code:
python mkelf.py -o kernel.elf [email protected] [email protected],ramdisk [email protected],rpm [email protected],cmdline
Now you will receive a kernel.elf, you can flash it using the following fastboot command:
Code:
fastboot -i 0x0fce flash boot kernel.elf
== Xperia T & TX kernel sources ==
You can download the kernel sources for build 7.0.A.1.303 here: Sony developer world

Enjoy it :)
 
Last edited: