0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

flash-all.bat実行でエラー

Posted at

flash-all.bat実行でエラー

fastboot: error: device requires partition vendor_kernel_boot which is not known to this version of fastboot

image.png

原因

ADB用ソフトウェアが古かった。
※以下推測で間違っていたらごめんなさい
Androidのドライブはいくつかのパーティションで分かれているようで、デバイスの方にはvendor_kernel_bootというパーティションが存在するが、ADBソフトでは非対応だったようです。

解決策
ADB用ソフトウェアを最新版にする。

※vendor_kernel_bootというパーティションに対応したADBソフトにしたことで、解決したようです。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?