forked from DooMLoRD/android_kernel_sony_apq8064
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README_Xperia
31 lines (18 loc) · 786 Bytes
/
README_Xperia
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Configuration files can be found in arch/arm/configs.
Xperia ZL -> fusion3_odin_defconfig
Xperia Z -> fusion3_yuga_defconfig
How to flash your kernel using Fastboot:
Prerequisites:
* zImage - the kernel you built, located in arch/arm/boot
* ramdisk.img - root fs
* mkbootimg
How to obtain these files is beyond the scope of this document,
but note that they should match the phone model and the rest of the
software.
Do:
1. Assemble flashable image
$ mkbootimg --kernel zImage --ramdisk ramdisk.img --pagesize 2048 --base 0x80200000 \
--cmdline "androidboot.hardware=qcom user_debug=31 msm_rtb.filter=0x3F ehci-hcd.park=3 vmalloc=400M androidboot.emmc=true" \
--ramdisk_offset 0x02000000 --output boot.img
2. Flash
$ fastboot flash boot boot.img