Vybrid MFG TOOL issue

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

Vybrid MFG TOOL issue

Jump to solution
10,133 Views
yibinjin
Contributor III

   hi ,I have a custom board of Vybrid VF6xx (64X16 DDR3, X8 Nand ),

I downloaded  the  Vybrid manufacturing tool ,try to burn my own u-boot and kernel.

i have read some docs about MFG TOOL , and  I think before burning my own uboot and kernel ,

MFG TOOL will download  specific mfg u-boot and Kernel into the target RAM first.Yet in the zip file i downloaded ,I only found

mfg u-boot ,no kernel. And in the UCL2.xml, it has only CMD to download mfg u-boot, as follows:

<LIST name="vybrid-nand-uboot" desc="Boot Vybrid FW">

    <CMD state="BootStrap" type="boot" body="BootStrap" file ="u-boot_nand.vybrid" >Loading U-boot</CMD>

    <CMD state="BootStrap" type="jump" > Jumping to OS image. </CMD>

  <CMD state="Updater" type="push" body="nandinit addr=0x80000">Initializing NAND</CMD>

    <CMD state="Updater" type="push" body="pipenand addr=0x80000" file="files/u-boot-nand.vybrid">Sending and writing NAND U-Boot</CMD>

    <CMD state="Updater" type="push" body="$ !">Done</CMD>

  </LIST>

i have checked the MFG tool for IMX, i found both mfg u-boot and kernel would be downloaded  .

now i am totally confused  ,  seems to me ,it's not like what the docs about MFG said ,

and what i have to do ,if i want to customize firmware for my own vybrid board?

thanks so much

0 Kudos
Reply
1 Solution
9,509 Views
yibinjin
Contributor III

Hi ,Alejandro,

    my nand can boot now . I set the wrong PAGECNT, In CPU MODE ,  NFC_CFG[PAGECNT] should be 1 , even if splitting 4096 page into 2 virtual pages, I set it 2.  and In DMA mode , it should be 2.  But why ?

View solution in original post

0 Kudos
Reply
22 Replies
526 Views
alejandrolozan1
NXP Employee
NXP Employee

No, you do not have to apply all the patches only the nand related files.

/Alejandro

0 Kudos
Reply
526 Views
yibinjin
Contributor III

hi ,Alejandro,it still won't work

0 Kudos
Reply