繁体   English   中英

无法通过Fastboot连接到i.MX7

[英]Can't connect to i.MX7 via fastboot

我有TechNexion的IMX7开发板。 这是从Android Things网站链接的板,是受支持的板。 拆开开发板的包装时,我无法通过Fastboot连接到设备。 我可以通过串行连接访问引导提示符和默认/出厂的linux安装。 它还通过以太网连接。 但是没有Fastboot。 我想安装最新的Android Things操作系统。

fastboot devices返回任何内容。 adb devices返回任何内容。 重新启动adb没有影响。 我也尝试过从U-Boot提示符启动Fastboot。

=> fastboot
Unknown command 'fastboot' - try 'help'

该文档暗示它已安装在设备上。

我正在Mac(10.12.6)上运行最新的Android平台工具(26.0.0)。

我没有使用Fastboot或硬件的丰富经验,但是我已经连接到其他几块板上,没有任何问题。 任何想法表示赞赏。

编辑:下面是从串行连接看到的输出。 这是引导加载程序的输出,也是Linux引导序列的初始部分。

MMC:   FSL_SDHC: 0, FSL_SDHC: 1
No panel detected: default to MCIMX28LCD
Display: MCIMX28LCD (800x480)
Video: 800x480x24
In:    serial
Out:   serial
Err:   serial
switch to partitions #0, OK
mmc1(part 0) is current device
Net:   FEC0
Warning: FEC0 MAC addresses don't match:
Address in SROM is         00:1f:7b:86:2e:3f
Address in environment is  00:1f:7b:aa:01:32

Normal Boot
Hit any key to stop autoboot:  0 
switch to partitions #0, OK
mmc1(part 0) is current device
switch to partitions #0, OK
mmc1(part 0) is current device
reading boot.scr
** Unable to read file boot.scr **
reading zImage
5726824 bytes read in 149 ms (36.7 MiB/s)
Booting from mmc ...
reading imx7d-pico_pi.dtb
44004 bytes read in 17 ms (2.5 MiB/s)
Kernel image @ 0x80800000 [ 0x000000 - 0x576268 ]
## Flattened Device Tree blob at 83000000
   Booting using the fdt blob at 0x83000000
   Using Device Tree in place at 83000000, end 8300dbe3

Starting kernel ...

Booting Linux on physical CPU 0x0
Linux version 4.1.15-224683-gf3ba9d9 (tapani@triceratops) (gcc version 5.1.1 20150608 (Linaro GCC 5.1-2015.08) ) #4 SMP PREEMPT Tue Dec 20 17:50:41 HKT 2016

看来您的开发板未随附Android Things所需的fastboot引导加载程序,而是已预装了Linux发行版。

您将需要使用NXP的mfgtools软件包,使用适当的引导加载程序重新刷新您的电路板,然后继续。 《适用于Android ThingsNXP Pico快速入门指南》介绍了在何处获得此工具(第7.3节)以及如何使用它使用mfgtools (第9.1节)重新刷新引导加载程序。

在更新引导加载程序之后,您应该能够按照官方的闪烁说明使用从控制台下载的映像安装Android Things。

也许尝试:

adb kill-server 

它在这里帮助了Android Things-pico i.mx7无法连接

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM