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