从分支
MDB08M android-6.0.0_r26 Marshmallow Nexus 5X, Nexus 6P
我做了
source build/envsetup.sh
lunch aosp_bullhead-userdebug
make -j16
然后快速启动
fastboot flash bootloader bootloader-bullhead-bhz10i.img //this is from google's official rom.
fastboot flash radio radio-bullhead-m8994f-2.6.28.0.65.img //this is from google's official rom.
fastboot reboot-bootloader
fastboot flash recovery recovery.img
fastboot flash boot boot.img //build from aosp
fastboot flash vendor vendor.img //this is from google's official rom.
fastboot flash cache cache.img //build from aosp
fastboot flash userdata userdata.img //build from aosp
fastboot flash system system.img //build from aosp
fastboot reboot
什么都没有,但停在“谷歌”标志处。
官方工厂ROM可以快速启动和启动成功。