update :用于从官方update.zip升级系统,要求update.zip为官方版本。flashall 'flash boot' +'flash system':批量刷入boot和system分区。flash [ ]:将文件写入指定分区,文件需为正确格式,分区名包括但不限于system、recovery、boot、splash1、hboot、radio、userdata、cache。erase :清空指定分区。...
moto-fastboot -w 是清空用户应用程序和设置,但不会删除你sk卡的数据。moto-fastboot reboot 这个是重启手机。moto-fastboot erase 相关分区(比较常用的有 boot,system,recovery,webtop这几个分区)例如 moto-fastboot erase recovery 是清除recovery分区,这个可以很干净的刷入另外的recovery。moto-fastboot...
6.4 fastboot getvar all 查看所有设备信息 6.5 fastboot -w 清空所有数据 6.6 fastboot flash <分区名> <镜像文件名或路径> 烧录镜像到分区 6.7 fastboot erase <分区名> 擦除分区内数据 6.8 fastboot boot <内核镜像文件名或路径> 临时启动 6.9 fastboot oem device-info 查看当前BL锁状态(非MTK) 6.10 fastbo...
9.devices list all connected devices 10.reboot reboot device normally 11.reboot-bootloader reboot device into bootloader 12.options: 13.-w erase userdata and cache 14.-s <serial...
erase<分区名>清空一个分区. getvar<参数名>显示一个启动参数 boot<内核文件>[]将电脑上的内核下载到手机并用该内核启动系统. flash:rawboot<内核文件>[]创建boot.img并下载到手机启动系统. devices列出所有与电脑连接的设备. reboot正常启动系统 reboot-bootloader启动系统到...
例如,moto-fastboot -w用于清除用户应用程序和设置,但保留SIM卡数据;moto-fastboot reboot用于重启手机;moto-fastboot erase 用于擦除指定分区的数据,如moto-fastboot erase recovery可以清除recovery分区;moto-fastboot flash 用于刷入新的文件,如moto-fastboot flash recovery recovery-xxxx.img可以刷入...
若是使用vivo手机,进入fastboot模式后,按音量+、-键选择“开机”菜单,再按电源键确定,让手机重启即可退出。fastboot
void fb_mmc_erase(const char *cmd, char *response) { int ret; block_dev_desc_t *dev_desc; disk_partition_t info; lbaint_t blks, blks_start, blks_size, grp_size; struct mmc *mmc = find_mmc_device(CONFIG_FASTBOOT_FLASH_MMC_DEV); if (mmc == NULL) { error("invalid mmc device...
擦除镜像→ erase 作⽤: 擦除boot.img、system.img、recovery.img 列句: fastboot erase boot 列句: fastboot erase system 刷⼊内核→ boot 作⽤: 刷⼊kernel.img 列句: fastboot boot kernel.img ramdisk.gz 创建内核→ flash:raw boot 作⽤: 询问中列句: fastboot flash:raw boot ...