I want to get the process down for using the MfgTool 2.0.0 to the EMMC chip on a Freescale Development Board
Using MfgTool 2.0.0 - On Freescale development board MCIMX6Q-SDB. i.Mx6 QUAD
Downloaded --- L4.1.15_2.0.0-ga_mfg-tools.tar.gz unzipped, etc.
UICfg.ini was fine had "PortMgrDlg=1."
changed cfg.ini to reflex this development board (sorry I can't figure out how to attach files):
*******************************************************
[profiles]
chip = Linux
[platform]
board = SabreSD
[LIST]
name = eMMC
[variable]
board = sabresd
mmc = 3
sxuboot=sabresd
sxdtb=sdb
7duboot=sabresd
7ddtb=sdb
6uluboot=14x14ddr3arm2
6uldtb=14x14-ddr3-arm2
6ulldtb=14x14-ddr3-arm2
ldo=
plus=
lite=l
initramfs=fsl-image-mfgtool-initramfs-imx_mfgtools.cpio.gz.u-boot
seek = 1
sxnor=qspi2
7dnor=qspi1
6ulnor=qspi1
nor_part=0
**************************************************************
So looking at the ucl2.xml the <LIST name="eMMC" ...>" section I can see what files will be pulled:
UBOOT: mfgtools-with-rootfs/mfgtools/Profiles/Linux/OS Firmware/firmware/u-boot-imx6q_sd.imx
ZIMAGE: mfgtools-with-rootfs/mfgtools/Profiles/Linux/OS Firmware/firmware/zImage
INITRAMFS: mfgtools-with-rootfs/mfgtools/Profiles/Linux/OS Firmware/firmware/fsl-image-mfgtool-initramfs-imx_mfgtools.cpio.gz.u-boot
DEVICE TREE: mfgtools-with-rootfs/mfgtools/Profiles/Linux/OS Firmware/firmware/zImage-imx6q-sabresd.dtb
TO RUN THE MFGTOOL I start the vbs - "mfgtool2-yocto-mx-sabresd-emmc.vbs" (Actually I can start the *.exe and it knows to run this script).
I have the screenshots of the MfgTool GUI and the console messages of the kernel boot (which never finishes booting). But I don't know how to attach them. If you need them, please advise how to do that.
The bottom line is the OS won't boot so the burning does not take place.
HAS ANYONE SUCCESSFULLY programmed the EMMC on the i.Mx6 QUAD SDB?
Thanks.