我有一个来自IMX7的TechNexion板。这是一个板连接从Android网站作为一个支持的董事会。在打开板子时,我无法通过Fastboot连接到设备。我可以通过串行连接访问引导提示符和默认/附带的linux安装。它还通过以太网连接。但没有快靴。我想安装最新的Android操作系统。
fastboot devices什么也不返回。adb devices什么也不返回。重新启动亚行没有任何影响。我也尝试过从Fastboot提示符启动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发布于 2017-09-11 21:09:05
看上去你的板不是随安卓系统所必需的fastboot引导程序一起提供的,而是用Linux发行版预闪现的。
您将需要使用NXP中的mfgtools包重新刷新您的板,并使用适当的引导加载程序继续运行。NXP Pico Android快速启动指南描述了从哪里获得这个工具(第7.3节),以及如何用mfgtools重新刷新引导加载器(第9.1节)。
在更新了引导加载程序之后,您应该能够跟踪官方闪存指示,使用从控制台下载的映像安装安卓设备。
发布于 2017-09-10 07:51:10
https://stackoverflow.com/questions/46124356
复制相似问题