MFGtool: UCL.xml for mx53 WinCE

前端之家收集整理的这篇文章主要介绍了MFGtool: UCL.xml for mx53 WinCE前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

the UCL.xml to be able to flash the NOR via the MFGtoolPrevIoUsly,using the ATK tool.

using mx53 ARD. Let flash NOR spansion and numonyx.


UCL.xml:
<UCL>
<CFG>
<STATE name="BootStrap" dev="MX53" />
<DEV name="MX53" vid="15A2" pid="004E"/>
<STATE name="Updater" dev="Updater" />
<DEV name="Updater" vid="066F" pid="37FF" />
</CFG>

<LIST name="NOR (all)" desc="Write files to NORflash">
<CMD type="find" body="BootStrap" timeout="60"/>
<CMD type="boot" body="BootStrap" file ="eboot_uut.nb0" >Running plugin to init DDR Memory.</CMD>
<CMD type="load" file="uce.nb0" address="0x70200000" loadSection="OTH" setSection="OTH" HasFlashHeader="FALSE" >Doing preLoad."</CMD>
<CMD type="jump" > Jumping to OS image. </CMD>
<CMD type="find" body="Updater" timeout="180"/>

<CMD type="push" body="MediaType:SPINOR">Send media type.</CMD>
<CMD type="push" body="wrd:0xF0000000">Write Bootstrap.</CMD>
<CMD type="push" body="send" file="files/Bootstrap.nbx">Sending a file.</CMD>
<CMD type="push" body="save">Finish sending data.</CMD>
<CMD type="push" body="wrd:0xF0240000">Write Bootloader1.</CMD>
<CMD type="push" body="send" file="files/Bootloader1.fli">Sending a file.</CMD>
<CMD type="push" body="save">Finish sending data.</CMD>
<CMD type="push" body="wrd:0xF00C0000">Write Bootloader2.</CMD>
<CMD type="push" body="send" file="files/Bootloader2.fli">Sending a file.</CMD>
<CMD type="push" body="save">Finish sending data.</CMD>
<CMD type="push" body="wrd:0xF0DC0000">Write EBOOTNOR.</CMD>
<CMD type="push" body="send" file="files/EBOOTNOR.fli">Sending a file.</CMD>
<CMD type="push" body="save">Finish sending data.</CMD>
<CMD type="push" body="wrd:0xF0060000">Write HWInfo.</CMD>
<CMD type="push" body="send" file="files/HWInfo.fli">Sending a file.</CMD>
<CMD type="push" body="save">Finish sending data.</CMD>
<CMD type="push" body="Update Complete!">Done</CMD>
</LIST>
</UCL>

末完。

原文链接:https://www.f2er.com/xml/299791.html

猜你在找的XML相关文章