Dear Jimmy,
I referred to your link.
But, there was only MFG tool for i.MX53.
The structure of MFG tool for i.MX6 and one for i.MX53 was different.
I found description of "pull" - Does UtpRead(body, file) transaction in ucl2.xml.
And, refer to the following code.
=====
<LIST name="test" desc="for KM500">
<CMD state="BootStrap" type="boot" body="BootStrap" file ="u-boot-mfg.bin" >Loading U-boot for KM500</CMD>
<CMD state="BootStrap" type="load" file="uImage-mfg" address="0x10800000"
loadSection="OTH" setSection="OTH" HasFlashHeader="FALSE" >Loading Kernel.</CMD>
<CMD state="BootStrap" type="load" file="initramfs.cpio.gz.uboot" address="0x10C00000"
loadSection="OTH" setSection="OTH" HasFlashHeader="FALSE" >Loading Initramfs.</CMD>
<CMD state="BootStrap" type="jump" > Jumping to OS image. </CMD>
<CMD state="Updater" type="push" body="$ dd if=/dev/mtdblock0 of=NorFile.bin">read nor</CMD>
<CMD state="Updater" type="push" body="read NorFile.bin" savedfile="NorFile.bin">Getting uboot bin</CMD>
<CMD state="Updater" type="push" body="$ echo Update Complete!">Done</CMD>
</LIST>
=====
[Result]
The contents of NOR FLASH could save.
But, it couldn't read the data which is written in NOR FLASH and transfer the data to own PC.
[Question]
Could you tell me the way of adding a pull feature to ucl2.xml?
Or, give me some information.
Keita