天天看点

fastboot使用方法

ctrl + c 
    fastboot erase misc

    adb.exe reboot-bootloader

    加载根文件系统
    fastboot.exe flash system  E:\adb\mdm9607-perf-sysfs.ubi   根文件系统路径(xxxx.ubi)

    modem
    fastboot.exe flash modem  E:\adb\NON-HLOS.ubi modem系统路径(xxxx.ubi)

    加载内核和设备树
    fastboot.exe flash boot  E:\adb\mdm9607-perf-boot.img    内核文件路径(xxxx.img)

    重启
    fastboot.exe reboot
           

继续阅读