重启
fastboot reboot
刷写zip文件
文件内至少包含boot.img
,system.img
,recovery.img
fastboot update xxxx.zip
擦除分区
fastboot erase 分区
刷写分区
fastboot flash 分区 xxxx.img
刷写所有分区
该操作将刷写文件夹内(adb/fastboot工具所在文件夹)的所有镜像文件到对应分区中,谨慎操作
fastboot flashall
列出已连接的fastboot设备
fastboot devices
重启到对应模式
fastboot oem reboot-模式
查看fastboot版本号
fastboot getver:version
查看设备bl锁状态
fastboot oem device-info
Comments | NOTHING