MFG TOOL Imx51

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

MFG TOOL Imx51

1,435 Views
YaronCohen
Contributor I

Hello

I am tring to configure our imx51 board to work with mfg tool

We manged to succesfully create UUT image with our BSP,

And succesfully Programming through our board the EVK image.

(Of course we test the burn card on EVK board)

Our problem is how to configure UCL.XML file to with our image  (Media SDMMC)

When burning our image through mfg toll it seems the Eboot is overlapping with NK address

and can't boot with burn Image.

Our EBOOT is 512Kb size

 when I am using CFimager to burn same image it is O.K


These are the setting in UCL file:

       <CMD type="push" body="Partitions:Firmware:100MB,File">Starting partitions.</CMD>
        <CMD type="push" body="QueryFolderStatus:SDMemory,Timeout:10">Query store folder status.</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/xldr.nb0">Sending a file.</CMD>
        <CMD type="push" body="save">Finish sending data.</CMD>        
        <CMD type="push" body="wrd:0x20000">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:0x60000">Write raw data to device with a specified starting address.</CMD>
        <CMD type="push" body="send" file="files/nk.nb0">Sending a file

What I am missing?

 how does the EVK image is successfully burn through CFImager and MFGTool

and our image is only can be burn through CFimager , both tools have same settings the only different I can see is that our Eboot size is 512k and EVK Eboot size is 256K


Please advise

0 Kudos
Reply
1 Reply

1,009 Views
YaronCohen
Contributor I

Problem solved :

NK should be written into 0xa0000 Address

0 Kudos
Reply