MFG tool has been released for Windows CE.

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

MFG tool has been released for Windows CE.

1,200 Views
jamesko
Contributor II

Hi!

I need the MFG tool for Windows CE.

I'm going to test you to download WEC7 OS image on a custom board (IMX6Q).

Those who have the information, please help me to.

Thanks. 

James

Labels (2)
0 Kudos
Reply
2 Replies

827 Views
SergioSolis
NXP Employee
NXP Employee

Hello James,

Unfortunately MFGTool is not programmed to flash Windows to our Boards.

827 Views
jamesko
Contributor II

Hi!

Thank you reply.

Below WEC7 OS image was being downloaded to iMX53 to Mfgtools-Rel-1.6.2.048,

1. that may be used to fix this?

File = 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="NAND" desc="Choose NAND as media">
   <CMD type="find" body="BootStrap" timeout="300"/>
        <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="300"/>
        <CMD type="push" body="MediaType:NAND">Send media type.</CMD>
        <CMD type="push" body="QueryStoreName:NAND FLASH Storage,Timeout:10">Query store name.</CMD>                         
        <CMD type="push" body="wfw">Notity device to prepare receiving a firmware.</CMD>
        <CMD type="push" body="fwtype:EB_NB">Specify firmware type.</CMD>
        <CMD type="push" body="send" file="files/eboot.nb0">Sending a firmware file.</CMD>
        <CMD type="push" body="save">write the firmware to NAND flash.</CMD>   
        <CMD type="push" body="wfw">Notity device to prepare receiving a firmware.</CMD>
        <CMD type="push" body="fwtype:NK_NB">Specify firmware type.</CMD>
        <CMD type="push" body="send" file="files/nk.nb0">Sending a firmware file.</CMD>
        <CMD type="push" body="save">write the firmware to NAND flash.</CMD>
        <CMD type="push" body="QueryFolderStatus:NANDFlash,Timeout:10">Query store folder status.</CMD>
        <CMD type="push" body="wfl">Notity device to prepare receiving a file.</CMD>
        <CMD type="push" body="filename:NANDFlash\\sandy.mp3">Sending file name.</CMD>
        <CMD type="push" body="send" file="files/sandy.mp3">Sending a file.</CMD>   
        <CMD type="push" body="save">Finish sending data.</CMD>                                                
        <CMD type="push" body="Done">Whole update work is finished.</CMD>
        <!--<CMD type="push" body="ResetBoard">Reset the board to start next round test.</CMD>-->
  </LIST>
    <LIST name="SD/MMC" desc="Choose SD/MMC as media">
<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="FuseRead:0x00000860">read fuse value.</CMD>
        <CMD type="push" body="FuseSense:0x00000860:0x00000003">read fuse value.</CMD>
        <CMD type="push" body="FuseProgram:0x00000860:0x00000010">read fuse value.</CMD>-->               
        <CMD type="push" body="MediaType:SDMMC">Send media type.</CMD>
        <!--<CMD type="push" body="QueryStoreStatus:DSK2:,Timeout:10">Query store status.</CMD>-->
        <CMD type="push" body="QueryStoreName:SD Memory Card,Timeout:10">Query store name.</CMD>
      <CMD type="push" body="Partitions:Firmware:100MB,File">Starting partitions.</CMD>     
        <CMD type="push" body="wrd:0x400">Write raw data to device with a specified starting address.</CMD>
        <CMD type="push" body="send" file="files/eboot.nb0">Sending a file.</CMD>
        <CMD type="push" body="save">Finish sending data.</CMD>     
        <CMD type="push" body="wrd:0x80400">Write raw data to device with a specified starting address.</CMD>
        <CMD type="push" body="send" file="files/nk.nb0">Sending a file.</CMD>
        <CMD type="push" body="save">Finish sending data.</CMD> 
        <CMD type="push" body="QueryFolderStatus:SDMemory,Timeout:10">Query store folder status.</CMD>
        <CMD type="push" body="wfl">Notity device to prepare receiving a file.</CMD>
        <CMD type="push" body="filename:SDMemory\\sandy.mp3">Sending file name.</CMD>
        <CMD type="push" body="send" file="files/sandy.mp3">Sending a file.</CMD>
        <CMD type="push" body="filename:SDMemory\\DWS.exe">Sending file name.</CMD>
        <CMD type="push" body="send" file="files/DWS.exe">Sending a file.</CMD>         
        <CMD type="push" body="save">Finish sending data.</CMD>      
        <CMD type="push" body="Done">Whole update work is finished.</CMD>
    </LIST>   
</UCL>

0 Kudos
Reply