升級文件名 → update 作用: 刷入ROM 列句: fastboot update update.zip
刷入所有鏡像 → flashall 作用: 刷入boot.img、system.img、recovery.img 列句: fastboot flashall update.zip
刷入鏡像 → flash 作用: 刷入boot.img、system.img、recovery.img 列句: fastboot flash system system.img
擦除鏡像 → 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 kernel.img ramdisk.gz
輸出設備 → devices 作用: 輸出所有連接的設備 列句: fastboot devices
重啟設備 → reboot 作用: 重新啟動,正常開機 列句: fastboot reboot
重啟進入HBoot → reboot-bootloader 作用: 重新啟動,進入HBoot 列句: fastboot reboot-bootloader
選項: 擦除數據 → -w 作用: Recovery下的wipe 列句: fastboot -w
指定設備 → -s 作用: 指定某設備 列句: fastboot -s 序列號
指定設備 → -p 作用: 指定某設備 列句: fastboot -p 設備名
指定設備 → -c 作用: 替代系統啟動命令 列句: fastboot -c 代碼
供應商代碼 → -i 作用: 指定一個自定義USB供應商ID 列句: fastboot -i 代碼
供應商代碼 → -i 作用: 指定一個定制內核基址 列句: fastboot -i 代碼