fastboot烧录bootimage和aboot

来源:互联网 发布:js格式化日期函数 编辑:程序博客网 时间:2024/05/20 13:36

烧录aboot:
sudo adb reboot boodloader
sudo fastboot falsh aboot emmc_appsboot.mbn
sudo fastboot reboot
烧录bootimage:
sudo adb reboot boodloader
sudo fastboot falsh boot boot.img
sudo fastboot reboot