请使用 36.0.0 或更早版本的 fastboot 主机工具。
使用热键进入 Fastboot
设备通电后,按下 VOL-。 下图显示了设备进入 Fastboot 模式时的 Fastboot 日志。Fastboot 命令
当系统检测到 Fastboot 模式时,您可以运行相应的 Fastboot 命令。表:Fastboot 命令
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
🚀 QLI Version 2.1 is now live ! Switch to new version to check out the latest content
表:Fastboot 命令
| 命令 | 用法 | 示例或用例 |
|---|---|---|
fastboot reboot | 允许您重新启动设备。 | 示例命令:fastboot reboot在以下情况后可能需要重新启动系统:
|
fastboot devices | 如果识别并连接到设备,Fastboot 会显示设备信息。 | 示例命令:fastboot devices |
fastboot getvar <variable> | 从各个分区检索数据。 以下是支持的 getvar 命令。
| Fastboot 支持多个变量。可以通过此命令检索这些变量的数据。 示例命令: fastboot getvar version |
fastboot flash <partition name> <full path to the SW image> | 刷写软件镜像。 | 要刷写 xbl_config.elf 镜像,请运行:fastboot flash xbl_config_a xbl_config.elf其中:
|
fastboot erase | 擦除分区。 | 示例命令:fastboot erase xbl_config_a擦除 xbl_config_a 分区。 |
fastboot continue | 继续启动。 | 示例命令:fastboot continue启动 OS。 |
