win10 fastboot 无法识别,驱动下载地址GitHub - xushuan/google_latest_usb_driver_windows
把inf文件更新到设备管理器驱动更新即可
问题
bash
archive does not contain 'super_empty.img'
Sending 'vbmeta_a' (4 KB) OKAY [ 0.117s]
Writing 'vbmeta_a' OKAY [ 0.060s]
archive does not contain 'super_empty.img'
archive does not contain 'super_empty.img'
extracting product.img (194 MB) to disk... took 0.331s
archive does not contain 'product.sig'
archive does not contain 'super_empty.img'
Sending 'product_a' (307200 KB) FAILED (remote: 'No enough buffer to download data')
fastboot: error: Command failed
Press any key to exit...
在fastboot后面加入 -S 64M 限制分段传输内存
bash
PATH=%PATH%;"%SYSTEMROOT%\System32"
fastboot flash -S 64M bootloader bootloader-crosshatch-b1c1-0.1-5578427.img
fastboot reboot-bootloader
ping -n 5 127.0.0.1 >nul
fastboot flash -S 64M radio radio-crosshatch-g845-00017-190312-b-5369743.img
fastboot reboot-bootloader
ping -n 5 127.0.0.1 >nul
fastboot -w update -S 64M image-crosshatch-pq3a.190801.002.zip
echo Press any key to exit...
pause >nul
exit