fastboot

fastboot devices #查看当前连接的设备

fastboot reboot #正常重新启动系统

fastboot reboot-bootloader #重新启动系统到BootLoader阶段

 

与烧写有关的命令

fastboot fashall #烧写所有分区

fastboot fash <partition>[<filename>] #指定烧写一个分区

fastboot erase <partition>#擦除一个分区

 

 

你可能感兴趣的:(Boot)