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:
Now you will receive a kernel.elf, you can flash it using the following fastboot command:
== Xperia T & TX kernel sources ==
You can download the kernel sources for build 7.0.A.1.303 here: Sony developer world
Enjoy it
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
Code:
fastboot -i 0x0fce flash boot kernel.elf
You can download the kernel sources for build 7.0.A.1.303 here: Sony developer world
Enjoy it
Last edited: