Skip to content

shakalaca/ASUS_ZenFone_ZE601KL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to build zenfone kernel

#1 download qcom open source code
	cd [working dir]
	repo init -u git://codeaurora.org/platform/manifest -b release -m LA.BR.1.2.6-01010-8x16.0.xml
	repo sync -c

#2 remove some folder
	rm -rf kernel 

#3 extract kernel source code to working dir
	tar -zxvf [kernel-source].tar.gz


#4 build kernel image and modules
#build ze550kl ze600kl
rm -rf out
source build/envsetup.sh
lunch Z00L-user
make bootimage

#build ze551kl ze601kl zd551kl
rm -rf out
source build/envsetup.sh
lunch Z00T-user
make bootimage

	

About

Kernel source of ZenFone 2 Laser (ZE601KL, Z00T)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published