2017-12-17 3 views
0

Ich habe kürzlich ein Android Things Kit bei den Google Developer Days India gekauft. Ich habe versucht, es über meinen Mac einzurichten. Ich habe das Android Things Setup Utility von der Android-Konsole heruntergeladen. Ich habe versucht, es zu starten und es begann die Firmware zu installieren. Es hörte auf zu sagen "Exit Status 1". Was mache ich falsch?Fehler beim Flashen von Android-Geräten mit dem Starterkit

Android Things Setup Utility (version 1.0.16) 
============================ 
This tool will help you install Android Things on your board and set up Wi-Fi. 

What do you want to do? 
1 - Install Android Things and optionally set up Wi-Fi 
2 - Set up Wi-Fi on an existing Android Things device 
1 
What hardware are you using? 
1 - Raspberry Pi 3 
2 - NXP Pico i.MX7D 
3 - NXP Pico i.MX6UL 
2 
You chose NXP Pico i.MX7D. 


Looking for devices... This can take up to 3 minutes. 
found device 
Unzipping image... 
Flashing Android Things. This will take a few minutes... 
*Do not disconnect or interrupt!* 

target reported max download size of 419430400 bytes 
sending 'bootloader' (559 KB)... 
OKAY [ 0.018s] 
writing 'bootloader'... 
OKAY [ 0.250s] 
finished. total time: 0.268s 
rebooting into bootloader... 
OKAY [ 0.000s] 
finished. total time: 0.000s 
target reported max download size of 419430400 bytes 
sending 'gpt' (33 KB)... 
OKAY [ 0.004s] 
writing 'gpt'... 
OKAY [ 0.434s] 
rebooting into bootloader... 
OKAY [ 0.000s] 
finished. total time: 0.439s 
target reported max download size of 419430400 bytes 

Error: error flashing android things: exit status 1 
Stopping adb server... 
Stopped adb server... 

Antwort

1

Für meinen Fall ist es, da MacOS nicht mke2fs bietet.

Ich habe einen im entpackten Bildordner gefunden (android-things-setup-utility/quickstart-temp/unzipped/mke2fs).

Und laufen mv android-things-setup-utility/quickstart-temp/unzipped/mke2fs /usr/local/bin

Hope this helfen kann.

Verwandte Themen