一.具体步骤:
1.使用usb线连接好你的设备终端
2.让设备进入fastboot模式.两种方式:
2.1: 按住音量键和电源键重启设备,自动进入fastboot模式
2.2: 如果你的终端可以进入adb模式,可以执行下面命令
C:\Windows>adb devices
List of devices attached
106f17b2 device
adb reboot bootloader
3.确认终端是否已经进入了fastboot模式
windos:
fastboot devices
linux;
cd /LINUX/device/out/host/linux-x86/bin
sudo fastboot devices
(这里建议把fastboot加入环境变量)
4.fastboot烧写命令--单个img烧写:
fastboot flash super (img包的路径)
我们一般在img包所在当前目录,执行:
fastboot flash super super.img
然后等待烧写提示ok
fastboot flash abl_a abl.elf