我用直接从官网下载的Android4.4.2的u-boot-6q.bin,boot.img、system.img、recovery.img等文件,工具是android_KK4.4.3_2.0.0-ga_tools.tar,解压后只修改了ucl2.xml文件,最后用修改了:
1、<CMD state="Updater" type="push" body="send" file="files/android/sabresd/u-boot-6q.bin" ifdev="MX6Q">Sending u-boot.bin</CMD>
2、 <CMD state="Updater" type="push" body="send" file="files/android/sabresd/boot.img" ifdev="MX6Q">Sending and writting boot.img</CMD>
3、 <CMD state="Updater" type="push" body="pipe dd of=/dev/mmcblk%mmc%p5 bs=512" file="files/android/sabresd/system.img">Sending and writting system.img</CMD>
4、<CMD state="Updater" type="push" body="pipe dd of=/dev/mmcblk%mmc%p2 bs=512" file="files/android/sabresd/recovery.img" ifdev="MX6Q">Sending and writting recovery.img</CMD>
各种尝试了都不成功,最后用一位网友提供了u-boot-imx6q.imx替换了u-boot-6q.bin的文件,才终于可用。不知问题根源在哪? |