- 资料一:www.ti.com/.../spraco0.pdf
- 资料二:wiki.linaro.org/.../BeagleboardX15
- 资料三:http://software-dl.ti.com/processor-sdk-android/esd/docs/latest/android/Overview_Building_the_SDK.html
我基于上述资料编译了android automotive,但是在参考ti官方的烧录方法进行烧录时,使用setup.sh脚步时会出现报错——please ensure that fastboot is running on the target device。
而后我又基于资料1进行了烧录,但是在picocom中使用Fastboot 0/1也没有生效,依然报出了please ensure that fastboot is running on the target device的错误。
而后我使用lsusb去检查连接,发现并没有检测到usb micro的连接,但是我用其他的usb设备去测试usb口,usb口是有效,同时对usb micro线进行测试,也是一样有效的。请问这个问题应该怎么解决?