Created
March 13, 2018 02:52
-
-
Save wuyongzheng/3e7bc8f9aba54ed5f24dd5c548fdec21 to your computer and use it in GitHub Desktop.
fastboot flash-all error
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
C:\Users\v>cd Desktop\aimage\walleye-opm1.171019.011 | |
C:\Users\v\Desktop\aimage\walleye-opm1.171019.011>flash-all.bat | |
target reported max download size of 536870912 bytes | |
sending 'bootloader_a' (38644 KB)... | |
OKAY [ 0.833s] | |
writing 'bootloader_a'... | |
(bootloader) Updating: partition:0 @00002000 sz=0000B000 | |
FAILED (remote: Command Flash Error) | |
finished. total time: 0.841s | |
rebooting into bootloader... | |
OKAY [ 0.002s] | |
finished. total time: 0.002s | |
target reported max download size of 536870912 bytes | |
sending 'radio_a' (60428 KB)... | |
OKAY [ 1.304s] | |
writing 'radio_a'... | |
(bootloader) Updating: modem @00001000 sz=03B01000 | |
OKAY [ 0.384s] | |
finished. total time: 1.691s | |
rebooting into bootloader... | |
OKAY [ 0.000s] | |
finished. total time: 0.001s | |
extracting android-info.txt (0 MB) to RAM... | |
extracting boot.img (32 MB) to disk... took 0.152s | |
target reported max download size of 536870912 bytes | |
archive does not contain 'boot.sig' | |
archive does not contain 'boot_other.img' | |
extracting dtbo.img (8 MB) to disk... took 0.024s | |
archive does not contain 'dtbo.sig' | |
archive does not contain 'dt.img' | |
archive does not contain 'recovery.img' | |
extracting system.img (1920 MB) to disk... took 9.235s | |
archive does not contain 'system.sig' | |
extracting system_other.img (568 MB) to disk... took 3.266s | |
archive does not contain 'system.sig' | |
extracting vbmeta.img (0 MB) to disk... took 0.000s | |
archive does not contain 'vbmeta.sig' | |
extracting vendor.img (347 MB) to disk... took 1.911s | |
archive does not contain 'vendor.sig' | |
archive does not contain 'vendor_other.img' | |
wiping userdata... | |
mke2fs 1.43.3 (04-Sep-2016) | |
Creating filesystem with 29551611 4k blocks and 7389184 inodes | |
Filesystem UUID: 33b27342-2668-11e8-8e73-734e69260db7 | |
Superblock backups stored on blocks: | |
32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632, 2654208, | |
4096000, 7962624, 11239424, 20480000, 23887872 | |
Allocating group tables: done | |
Writing inode tables: done | |
Creating journal (131072 blocks): done | |
Writing superblocks and filesystem accounting information: done | |
-------------------------------------------- | |
Bootloader Version...: mw8998-002.0059.00 | |
Baseband Version.....: g8998-00164-1710262031 | |
Serial Number........: HT7BXXXXXXXX | |
-------------------------------------------- | |
checking product... | |
OKAY [ 0.000s] | |
checking version-bootloader... | |
FAILED | |
Device version-bootloader is 'mw8998-002.0059.00'. | |
Update requires 'mw8998-002.0066.00'. | |
finished. total time: 0.015s | |
Press any key to exit... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment