Loading
柚木鉉の空間
0%
INITIALIZING
首页 文章 标签 归档 友链 推广 搜索
文档编号 // 5C2787 在线

fastboot 刷写 boot 分区错误 error: Couldn’t parse partition size '0x'

2021-05-07
更新: 2026-04-25
227 字符
这篇文章写于 2021,已经超过 5 年了。内容可能已经过时。

由于 adb 的更新,原生的 boot 分区刷写模式已经不适合使用,目前需要使用 flash:raw 进行刷写

fastboot flash boot boot.img

替换为:

fastboot flash:raw boot boot.img

如果设备的 boot 分区被分割为 boot_a, boot_b

fastboot flash:raw boot_a boot.img
fastboot flash:raw boot_b boot.img
WeChat Pay 微信
Alipay 支付宝
导航 // 相关文章
目录