使用热键进入 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.
表: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启动操作系统。 |
此页面对您有帮助吗?
