大家好,我最近得到了一个IMX7D安卓的东西板。我有一些问题,闪光图像。感谢任何能给我一些建议的人,我使用窗口运行,首先我使用mfgtool运行mfgtool2-brillo-mx7d-pico-emmc.vbs,结果看起来不错。然后我下载android的东西镜像我只需要运行flash-all.bat
target reported max download size of 419430400 bytes
sending 'bootloader0' (559 KB)...
OKAY [ 0.033s]
writing 'bootloader0'...
FAILED (remote: partition does not exist)
finished. total time: 0.264s
target reported max download size of 419430400 bytes
sending 'bootloader' (559 KB)...
OKAY [ 0.027s]
writing 'bootloader'...
OKAY [ 0.252s]
finished. total time: 0.285s
rebooting into bootloader...
OKAY [ 0.007s]
finished. total time: 0.009s
target reported max download size of 419430400 bytes
sending 'gpt' (33 KB)...
OKAY [ 0.006s]
writing 'gpt'...
OKAY [ 0.440s]
rebooting into bootloader...
OKAY [ 0.008s]
finished. total time: 0.465s
target reported max download size of 419430400 bytes
Creating filesystem with parameters:
Size: 1930952704
Block size: 4096
Blocks per group: 32768
Inodes per group: 7872
Inode size: 256
Journal blocks: 7366
Label:
Blocks: 471424
Block groups: 15
Reserved block group size: 119
Created filesystem with 11/118080 inodes and 15505/471424 blocks
Slot a does not exist. supported slots are:
_a
_b发布于 2017-12-29 12:07:35
这通常是由于在您的计算机上使用不兼容的fastboot版本造成的。我推荐使用Android Things Setup Utility (如i.MX7D Setup Docs中所述),而不是flash-all脚本。此实用程序将自动为您下载和管理正确版本的fastboot。
https://stackoverflow.com/questions/47995111
复制相似问题