我仔细看了一下log, 其实你这个板子 utp的服务已经启动了.
你在你的工具里面更改一下ucl2.xml
在
<LIST name="eMMC-Android" desc="Choose eMMC as media">下面的
<CMD state="BootStrap" type="jump" > Jumping to OS image. </CMD>
后面加一条
<CMD state="Updater" type="push" body="$ ls -l /dev/mmc*" > show the mmc device</CMD>
这条语句只是让你测试一下你的烧写内核是否已经完全启动.
如果完全启动, 我看到另外一个帖子,可能跟windows的系统有关.
https://community.freescale.com/thread/303521
里面提问者回答了这个问题,似乎跟windows有关.
Hello
Problem is solved It turned out that it is not a problem with configuration of sabreauto board and not with MFGtool configuration but simply with my Windows XP machine.
I tried to use MFG Tool on my private Win7 computer and it worked ok! After that I used administrator rights and run MFG tool again on WinXP machine. This time everything was ok. I don't know why administrator rights are so important - device was properly visible on begining of update and in MFG tool, but after "BootStrap" part, update suddenly stopped.
Right now I am able to update empty SD card using MFG tool, and startup evaluation board from this SD card.
I will close this question as answered.
Thanks all for your support!
|