Vybrid MFG TOOL issue

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

Vybrid MFG TOOL issue

跳至解决方案
9,978 次查看
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 项奖励
回复
1 解答
9,354 次查看
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 ?

在原帖中查看解决方案

0 项奖励
回复
22 回复数
521 次查看
alejandrolozan1
NXP Employee
NXP Employee

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

/Alejandro

0 项奖励
回复
521 次查看
yibinjin
Contributor III

hi ,Alejandro,it still won't work

0 项奖励
回复