一.具体步骤:
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
本文介绍了如何进行8155设备的fastboot烧写镜像,包括进入fastboot模式的步骤、烧写命令以及解决Windows下找不到设备的问题。提供了一种将fastboot工具添加到环境变量的方法,并分享了Linux和Windows下快速启动设备的实用技巧。
订阅专栏 解锁全文
1590

被折叠的 条评论
为什么被折叠?



