我一直在关注“开发板入门”页面,目前正在使用mac作为我的主机首次刷新我的Coral。
我的屏幕终端显示"request #### was not queued to eplin-bulk“,我的快速启动终端显示清除输入和输出管道时出现错误,并且当前正在重新引导到引导加载程序。它已经像这样卡了30多分钟了。
作为参考,我使用(Installing ADB on macOS)说明下载快速启动,并使用(https://coral.withgoogle.com/docs/dev-board/get-started/)说明进行安装。
以下是来自fastboot终端的输出:
Sending 'bootloader0' (1006 KB) OKAY [ 0.048s]
Writing 'bootloader0' OKAY [ 0.190s]
Finished. Total time: 0.264s
Rebooting into bootloader OKAY [ 0.024s]
Finished. Total time: 0.024s
Sending 'gpt' (33 KB) OKAY [ 0.018s]
Writing 'gpt' OKAY [ 0.309s]
Finished. Total time: 0.346s
ERROR: could not clear input pipe; result e00002ed, ignoring...
ERROR: could not clear output pipe; result e0004051, ignoring....
Rebooting into bootloader发布于 2019-08-29 00:01:09
修复了这个问题,但不能完全确定是什么导致了这个问题。我重新查看了问题中链接的说明,重新下载了系统映像,刷新过程成功
发布于 2019-09-17 23:19:24
问题似乎是脚本在重新启动主板后睡眠时间不够长。
在flash.sh脚本中,查找重新引导后的休眠。他们在74 & 79行。我把它们换成了睡眠状态10秒,一切都很顺利。
https://stackoverflow.com/questions/57678057
复制相似问题