<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>i.MX ProcessorsのトピックRe: Mfgtool problems programming i.MX6UL board with eMMC</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Mfgtool-problems-programming-i-MX6UL-board-with-eMMC/m-p/665957#M102461</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Thank you Rita for the reply.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;The&amp;nbsp;eMMC is on SD2 port.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;We use the original mfgtool but we have created a custom .vbs script and we have modified the file ucl2.xml to add a new configuration as follows:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;LIST name="Nousmed-Coxnico.2.0-eMMC" desc="Choose eMMC as media"&amp;gt;&lt;BR /&gt; &amp;lt;!-- &amp;lt;CMD state="BootStrap" type="boot" body="BootStrap" file ="firmware/u-boot-imx6ul%6uluboot%_emmc.imx" ifdev="MX6UL"&amp;gt;Loading U-boot&amp;lt;/CMD&amp;gt; --&amp;gt; &lt;BR /&gt; &amp;lt;CMD state="BootStrap" type="boot" body="BootStrap" file ="Nousmed/Coxnico.2.0/u-boot-imx6ul%6uluboot%-%board%_emmc.imx" ifdev="MX6UL"&amp;gt;Loading U-boot&amp;lt;/CMD&amp;gt;&lt;BR /&gt; &lt;BR /&gt; &amp;lt;CMD state="BootStrap" type="load" file="firmware/zImage" address="0x80800000"&lt;BR /&gt; loadSection="OTH" setSection="OTH" HasFlashHeader="FALSE" ifdev="MX6UL"&amp;gt;Loading Kernel.&amp;lt;/CMD&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;CMD state="BootStrap" type="load" file="firmware/%initramfs%" address="0x83800000"&lt;BR /&gt; loadSection="OTH" setSection="OTH" HasFlashHeader="FALSE" ifdev="MX6UL"&amp;gt;Loading Initramfs.&amp;lt;/CMD&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;!-- &amp;lt;CMD state="BootStrap" type="load" file="firmware/zImage-imx6ul-%6uldtb%-emmc.dtb" address="0x83000000" --&amp;gt;&lt;BR /&gt; &amp;lt;CMD state="BootStrap" type="load" file="Nousmed/Coxnico.2.0/imx6ul-%6uldtb%-%board%-emmc.dtb" address="0x83000000"&lt;BR /&gt; loadSection="OTH" setSection="OTH" HasFlashHeader="FALSE" ifdev="MX6UL"&amp;gt;Loading device tree.&amp;lt;/CMD&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &amp;lt;CMD state="BootStrap" type="jump" &amp;gt; Jumping to OS image. &amp;lt;/CMD&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;!-- create partition --&amp;gt;&lt;BR /&gt; &amp;lt;CMD state="Updater" type="push" body="send" file="mksdcard.sh.tar"&amp;gt;Sending partition shell&amp;lt;/CMD&amp;gt;&lt;BR /&gt; &amp;lt;CMD state="Updater" type="push" body="$ tar xf $FILE "&amp;gt; Partitioning...&amp;lt;/CMD&amp;gt;&lt;BR /&gt; &amp;lt;CMD state="Updater" type="push" body="$ sh mksdcard.sh /dev/mmcblk%mmc%"&amp;gt; Partitioning...&amp;lt;/CMD&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;!-- burn uboot --&amp;gt;&lt;BR /&gt; &amp;lt;CMD state="Updater" type="push" body="$ dd if=/dev/zero of=/dev/mmcblk%mmc% bs=1k seek=384 conv=fsync count=129"&amp;gt;clear u-boot arg&amp;lt;/CMD&amp;gt;&lt;BR /&gt; &amp;lt;!-- access boot partition --&amp;gt;&lt;BR /&gt; &amp;lt;CMD state="Updater" type="push" body="$ echo 0 &amp;gt; /sys/block/mmcblk%mmc%boot0/force_ro"&amp;gt;access boot partition 1&amp;lt;/CMD&amp;gt;&lt;BR /&gt; &lt;BR /&gt; &amp;lt;CMD state="Updater" type="push" body="send" file="Nousmed/Coxnico.2.0/u-boot-imx6ul%6uluboot%-%board%_emmc.imx"&amp;gt;Sending u-boot.bin&amp;lt;/CMD&amp;gt;&lt;BR /&gt; &amp;lt;CMD state="Updater" type="push" body="$ dd if=$FILE of=/dev/mmcblk%mmc%boot0 bs=512 seek=2"&amp;gt;write U-Boot to sd card&amp;lt;/CMD&amp;gt;&lt;BR /&gt; &amp;lt;CMD state="Updater" type="push" body="$ echo 1 &amp;gt; /sys/block/mmcblk%mmc%boot0/force_ro"&amp;gt; re-enable read-only access &amp;lt;/CMD&amp;gt;&lt;BR /&gt; &amp;lt;CMD state="Updater" type="push" body="$ mmc bootpart enable 1 1 /dev/mmcblk%mmc%"&amp;gt;enable boot partion 1 to boot&amp;lt;/CMD&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;!-- create fat partition --&amp;gt;&lt;BR /&gt; &amp;lt;CMD state="Updater" type="push" body="$ while [ ! -e /dev/mmcblk%mmc%p1 ]; do sleep 1; echo \"waiting...\"; done "&amp;gt;Waiting for the partition ready&amp;lt;/CMD&amp;gt;&lt;BR /&gt; &amp;lt;CMD state="Updater" type="push" body="$ mkfs.vfat /dev/mmcblk%mmc%p1"&amp;gt;Formatting rootfs partition&amp;lt;/CMD&amp;gt;&lt;BR /&gt; &amp;lt;CMD state="Updater" type="push" body="$ mkdir -p /mnt/mmcblk%mmc%p1"/&amp;gt;&lt;BR /&gt; &amp;lt;CMD state="Updater" type="push" body="$ mount -t vfat /dev/mmcblk%mmc%p1 /mnt/mmcblk%mmc%p1"/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;!-- burn zImage --&amp;gt;&lt;BR /&gt; &amp;lt;CMD state="Updater" type="push" body="send" file="Nousmed/Coxnico.2.0/zImage-%board%"&amp;gt;Sending kernel zImage&amp;lt;/CMD&amp;gt;&lt;BR /&gt; &amp;lt;CMD state="Updater" type="push" body="$ cp $FILE /mnt/mmcblk%mmc%p1/zImage"&amp;gt;write kernel image to sd card&amp;lt;/CMD&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;!-- burn dtb --&amp;gt;&lt;BR /&gt; &amp;lt;CMD state="Updater" type="push" body="send" file="Nousmed/Coxnico.2.0/imx6ul-%6uldtb%-%board%-emmc.dtb"&amp;gt;Sending Device Tree file&amp;lt;/CMD&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;CMD state="Updater" type="push" body="$ cp $FILE /mnt/mmcblk%mmc%p1/imx6ul-%6uldtb%-evk.dtb"&amp;gt;write device tree to sd card&amp;lt;/CMD&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &amp;lt;CMD state="Updater" type="push" body="$ umount /mnt/mmcblk%mmc%p1"&amp;gt;Unmounting vfat partition&amp;lt;/CMD&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;!-- burn rootfs --&amp;gt;&lt;BR /&gt; &amp;lt;CMD state="Updater" type="push" body="$ mkfs.ext3 -E nodiscard /dev/mmcblk%mmc%p2"&amp;gt;Formatting rootfs partition&amp;lt;/CMD&amp;gt;&lt;BR /&gt; &amp;lt;CMD state="Updater" type="push" body="$ mkdir -p /mnt/mmcblk%mmc%p2"/&amp;gt;&lt;BR /&gt; &amp;lt;CMD state="Updater" type="push" body="$ mount -t ext3 /dev/mmcblk%mmc%p2 /mnt/mmcblk%mmc%p2"/&amp;gt;&lt;BR /&gt; &amp;lt;CMD state="Updater" type="push" body="pipe tar -jxv -C /mnt/mmcblk%mmc%p2" file="Nousmed/Coxnico.2.0/rootfs-%board%.tar.bz2" ifdev="MX6UL MX7D"&amp;gt;Sending and writting rootfs&amp;lt;/CMD&amp;gt;&lt;BR /&gt; &amp;lt;CMD state="Updater" type="push" body="frf"&amp;gt;Finishing rootfs write&amp;lt;/CMD&amp;gt;&lt;BR /&gt; &amp;lt;CMD state="Updater" type="push" body="$ umount /mnt/mmcblk%mmc%p2"&amp;gt;Unmounting rootfs partition&amp;lt;/CMD&amp;gt;&lt;BR /&gt; &amp;lt;CMD state="Updater" type="push" body="$ echo Update Complete!"&amp;gt;Done&amp;lt;/CMD&amp;gt;&lt;BR /&gt;&amp;lt;/LIST&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;the custom script is as follows:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set wshShell = CreateObject("WScript.shell")&lt;BR /&gt;wshShell.run "mfgtool2.exe -c ""linux"" -l ""Nousmed-Coxnico.2.0-eMMC"" -s ""board=coxnico.2.0"" -s ""mmc=1"" -s ""6uluboot=evk"" -s ""6uldtb=14x14"" "&lt;BR /&gt;Set wshShell = Nothing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 May 2017 09:36:26 GMT</pubDate>
    <dc:creator>ftosoratti</dc:creator>
    <dc:date>2017-05-04T09:36:26Z</dc:date>
    <item>
      <title>Mfgtool problems programming i.MX6UL board with eMMC</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Mfgtool-problems-programming-i-MX6UL-board-with-eMMC/m-p/665954#M102458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Good morning,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;we have a problem with a custom board during programming the eMMC (Micron) with mfgtool (using both versions&amp;nbsp;4.1.15_2.0.0 and&amp;nbsp;4.1.15_1.1.0).&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Here the output that we receive on the debug serial:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U-Boot 2016.03-imx_v2016.03_4.1.15_2.0.0_ga+g0ec2a01 (Feb 08 2017 - 08:00:42 +01 00)&lt;/P&gt;&lt;P&gt;CPU: Freescale i.MX6UL rev1.1 528 MHz (running at 396 MHz)&lt;BR /&gt;CPU: Commercial temperature grade (0C to 95C) at 41C&lt;BR /&gt;Reset cause: POR&lt;BR /&gt;Board: MX6UL 14x14 EVK&lt;BR /&gt;I2C: ready&lt;BR /&gt;DRAM: 512 MiB&lt;BR /&gt;MMC: FSL_SDHC: 0, FSL_SDHC: 1&lt;BR /&gt;*** Warning - bad CRC, using default environment&lt;/P&gt;&lt;P&gt;Display: TFT43AB (480x272)&lt;BR /&gt;Video: 480x272x24&lt;BR /&gt;In: serial&lt;BR /&gt;Out: serial&lt;BR /&gt;Err: serial&lt;BR /&gt;switch to partitions #0, OK&lt;BR /&gt;mmc1(part 0) is current device&lt;BR /&gt;Net: Board Net Initialization Failed&lt;BR /&gt;No ethernet found.&lt;BR /&gt;Boot from USB for mfgtools&lt;BR /&gt;Use default environment for mfgtools&lt;BR /&gt;Run bootcmd_mfg: run mfgtool_args;bootz ${loadaddr} ${initrd_addr} ${fdt_addr};&lt;BR /&gt;Hit any key to stop autoboot: 0&lt;BR /&gt;Kernel image @ 0x80800000 [ 0x000000 - 0x554130 ]&lt;BR /&gt;## Loading init Ramdisk from Legacy Image at 83800000 ...&lt;BR /&gt; Image Name: fsl-image-mfgtool-initramfs-imx6&lt;BR /&gt; Image Type: ARM Linux RAMDisk Image (gzip compressed)&lt;BR /&gt; Data Size: 8591032 Bytes = 8.2 MiB&lt;BR /&gt; Load Address: 00000000&lt;BR /&gt; Entry Point: 00000000&lt;BR /&gt; Verifying Checksum ... OK&lt;BR /&gt;## Flattened Device Tree blob at 83000000&lt;BR /&gt; Booting using the fdt blob at 0x83000000&lt;BR /&gt; Using Device Tree in place at 83000000, end 8300a42b&lt;BR /&gt;Modify /soc/aips-bus@02000000/bee@02044000:status disabled&lt;BR /&gt;ft_system_setup for mx6&lt;/P&gt;&lt;P&gt;Starting kernel ...&lt;/P&gt;&lt;P&gt;Booting Linux on physical CPU 0x0&lt;BR /&gt;Linux version 4.1.15+ (bamboo@yb6) (gcc version 5.3.0 (GCC) ) #1 SMP PREEMPT Fri Sep 16 18:10:49 CDT 2016&lt;BR /&gt;CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=10c5387d&lt;BR /&gt;CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache&lt;BR /&gt;Machine model: Freescale i.MX6 UltraLite 14x14 EVK Board&lt;BR /&gt;cma: Reserved 320 MiB at 0x8c000000&lt;BR /&gt;Memory policy: Data cache writealloc&lt;BR /&gt;PERCPU: Embedded 12 pages/cpu @8bb35000 s16716 r8192 d24244 u49152&lt;BR /&gt;Built 1 zonelists in Zone order, mobility grouping on. Total pages: 130048&lt;BR /&gt;Kernel command line: console=ttymxc0,115200 rdinit=/linuxrc g_mass_storage.stall =0 g_mass_storage.removable=1 g_mass_storage.file=/fat g_mass_storage.ro=1 g_mas s_storage.idVendor=0x066F g_mass_storage.idProduct=0x37FF g_mass_storage.iSerial Number= clk_ignore_unused&lt;BR /&gt;PID hash table entries: 2048 (order: 1, 8192 bytes)&lt;BR /&gt;Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)&lt;BR /&gt;Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)&lt;BR /&gt;Memory: 172412K/524288K available (6903K kernel code, 320K rwdata, 2416K rodata, 384K init, 423K bss, 24196K reserved, 327680K cma-reserved, 0K highmem)&lt;BR /&gt;Virtual kernel memory layout:&lt;BR /&gt; vector : 0xffff0040 - 0xffff1000 ( 4 kB)&lt;BR /&gt; fixmap : 0xffc00000 - 0xfff00000 (3072 kB)&lt;BR /&gt; vmalloc : 0xa0800000 - 0xff000000 (1512 MB)&lt;BR /&gt; lowmem : 0x80000000 - 0xa0000000 ( 512 MB)&lt;BR /&gt; pkmap : 0x7fe00000 - 0x80000000 ( 2 MB)&lt;BR /&gt; modules : 0x7f000000 - 0x7fe00000 ( 14 MB)&lt;BR /&gt; .text : 0x80008000 - 0x80921fd8 (9320 kB)&lt;BR /&gt; .init : 0x80922000 - 0x80982000 ( 384 kB)&lt;BR /&gt; .data : 0x80982000 - 0x809d2080 ( 321 kB)&lt;BR /&gt; .bss : 0x809d5000 - 0x80a3ee54 ( 424 kB)&lt;BR /&gt;SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1&lt;BR /&gt;Preemptible hierarchical RCU implementation.&lt;BR /&gt; Additional per-CPU info printed with stalls.&lt;BR /&gt; RCU restricting CPUs from NR_CPUS=4 to nr_cpu_ids=1.&lt;BR /&gt;RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1&lt;BR /&gt;NR_IRQS:16 nr_irqs:16 16&lt;BR /&gt;mxc_clocksource_init 24000000&lt;BR /&gt;Switching to timer-based delay loop, resolution 41ns&lt;BR /&gt;sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 89478484971ns&lt;BR /&gt;clocksource mxc_timer1: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79 635851949 ns&lt;BR /&gt;Console: colour dummy device 80x30&lt;BR /&gt;Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=240000)&lt;BR /&gt;pid_max: default: 32768 minimum: 301&lt;BR /&gt;Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)&lt;BR /&gt;Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)&lt;BR /&gt;CPU: Testing write buffer coherency: ok&lt;BR /&gt;/cpus/cpu@0 missing clock-frequency property&lt;BR /&gt;CPU0: thread -1, cpu 0, socket 0, mpidr 80000000&lt;BR /&gt;Setting up static identity map for 0x80008280 - 0x800082f0&lt;BR /&gt;Brought up 1 CPUs&lt;BR /&gt;SMP: Total of 1 processors activated (48.00 BogoMIPS).&lt;BR /&gt;CPU: All CPU(s) started in SVC mode.&lt;BR /&gt;devtmpfs: initialized&lt;BR /&gt;VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5&lt;BR /&gt;clocksource jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112 604462750000 ns&lt;BR /&gt;pinctrl core: initialized pinctrl subsystem&lt;BR /&gt;NET: Registered protocol family 16&lt;BR /&gt;DMA: preallocated 256 KiB pool for atomic coherent allocations&lt;BR /&gt;cpuidle: using governor ladder&lt;BR /&gt;cpuidle: using governor menu&lt;BR /&gt;hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.&lt;BR /&gt;hw-breakpoint: maximum watchpoint size is 8 bytes.&lt;BR /&gt;imx6ul-pinctrl 20e0000.iomuxc: initialized IMX pinctrl driver&lt;BR /&gt;mxs-dma 1804000.dma-apbh: initialized&lt;BR /&gt;SCSI subsystem initialized&lt;BR /&gt;usbcore: registered new interface driver usbfs&lt;BR /&gt;usbcore: registered new interface driver hub&lt;BR /&gt;usbcore: registered new device driver usb&lt;BR /&gt;i2c i2c-0: IMX I2C adapter registered&lt;BR /&gt;i2c i2c-0: can't use DMA&lt;BR /&gt;i2c i2c-1: IMX I2C adapter registered&lt;BR /&gt;i2c i2c-1: can't use DMA&lt;BR /&gt;Linux video capture interface: v2.00&lt;BR /&gt;pps_core: LinuxPPS API ver. 1 registered&lt;BR /&gt;pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti &amp;lt;giometti@l inux.it&amp;gt;&lt;BR /&gt;PTP clock support registered&lt;BR /&gt;Advanced Linux Sound Architecture Driver Initialized.&lt;BR /&gt;Switched to clocksource mxc_timer1&lt;BR /&gt;NET: Registered protocol family 2&lt;BR /&gt;TCP established hash table entries: 4096 (order: 2, 16384 bytes)&lt;BR /&gt;TCP bind hash table entries: 4096 (order: 3, 32768 bytes)&lt;BR /&gt;TCP: Hash tables configured (established 4096 bind 4096)&lt;BR /&gt;UDP hash table entries: 256 (order: 1, 8192 bytes)&lt;BR /&gt;UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)&lt;BR /&gt;NET: Registered protocol family 1&lt;BR /&gt;RPC: Registered named UNIX socket transport module.&lt;BR /&gt;RPC: Registered udp transport module.&lt;BR /&gt;RPC: Registered tcp transport module.&lt;BR /&gt;RPC: Registered tcp NFSv4.1 backchannel transport module.&lt;BR /&gt;Trying to unpack rootfs image as initramfs...&lt;BR /&gt;Freeing initrd memory: 8392K (83800000 - 84032000)&lt;BR /&gt;imx rpmsg driver is registered.&lt;BR /&gt;Bus freq driver module loaded&lt;BR /&gt;futex hash table entries: 256 (order: 2, 16384 bytes)&lt;BR /&gt;VFS: Disk quotas dquot_6.6.0&lt;BR /&gt;VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)&lt;BR /&gt;NFS: Registering the id_resolver key type&lt;BR /&gt;Key type id_resolver registered&lt;BR /&gt;Key type id_legacy registered&lt;BR /&gt;jffs2: version 2.2. (NAND) Â© 2001-2006 Red Hat, Inc.&lt;BR /&gt;fuse init (API version 7.23)&lt;BR /&gt;io scheduler noop registered&lt;BR /&gt;io scheduler deadline registered&lt;BR /&gt;io scheduler cfq registered (default)&lt;BR /&gt;imx-weim 21b8000.weim: Driver registered.&lt;BR /&gt;backlight supply power not found, using dummy regulator&lt;BR /&gt;imx-sdma 20ec000.sdma: no event needs to be remapped&lt;BR /&gt;imx-sdma 20ec000.sdma: loaded firmware 3.3&lt;BR /&gt;imx-sdma 20ec000.sdma: initialized&lt;BR /&gt;2020000.serial: ttymxc0 at MMIO 0x2020000 (irq = 19, base_baud = 5000000) is a I MX&lt;BR /&gt;console [ttymxc0] enabled&lt;BR /&gt;21e8000.serial: ttymxc1 at MMIO 0x21e8000 (irq = 224, base_baud = 5000000) is a IMX&lt;BR /&gt;imx sema4 driver is registered.&lt;BR /&gt;[drm] Initialized drm 1.1.0 20060810&lt;BR /&gt;[drm] Initialized vivante 1.0.0 20120216 on minor 0&lt;BR /&gt;brd: module loaded&lt;BR /&gt;loop: module loaded&lt;BR /&gt;ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver&lt;BR /&gt;ehci-mxc: Freescale On-Chip EHCI Host driver&lt;BR /&gt;usbcore: registered new interface driver usb-storage&lt;BR /&gt;2184800.usbmisc supply vbus-wakeup not found, using dummy regulator&lt;BR /&gt;2184200.usb supply vbus not found, using dummy regulator&lt;BR /&gt;ci_hdrc ci_hdrc.1: EHCI Host Controller&lt;BR /&gt;ci_hdrc ci_hdrc.1: new USB bus registered, assigned bus number 1&lt;BR /&gt;ci_hdrc ci_hdrc.1: USB 2.0 started, EHCI 1.00&lt;BR /&gt;hub 1-0:1.0: USB hub found&lt;BR /&gt;hub 1-0:1.0: 1 port detected&lt;BR /&gt;Mass Storage Function, version: 2009/09/11&lt;BR /&gt;LUN: removable file: (no medium)&lt;BR /&gt;LUN: removable read only file: /fat&lt;BR /&gt;Number of LUNs=1&lt;BR /&gt;Number of LUNs=1&lt;BR /&gt;g_mass_storage gadget: Mass Storage Gadget, version: 2009/09/11&lt;BR /&gt;g_mass_storage gadget: g_mass_storage ready&lt;BR /&gt;mousedev: PS/2 mouse device common for all mice&lt;BR /&gt;input: 20cc000.snvs:snvs-powerkey as /devices/platform/soc/2000000.aips-bus/20cc 000.snvs/20cc000.snvs:snvs-powerkey/input/input0&lt;BR /&gt;input: iMX6UL TouchScreen Controller as /devices/platform/soc/2000000.aips-bus/2 040000.tsc/input/input1&lt;BR /&gt;snvs_rtc 20cc000.snvs:snvs-rtc-lp: rtc core: registered 20cc000.snvs:snvs-r as r tc0&lt;BR /&gt;i2c /dev entries driver&lt;BR /&gt;IR NEC protocol handler initialized&lt;BR /&gt;IR RC5(x/sz) protocol handler initialized&lt;BR /&gt;IR RC6 protocol handler initialized&lt;BR /&gt;IR JVC protocol handler initialized&lt;BR /&gt;IR Sony protocol handler initialized&lt;BR /&gt;IR SANYO protocol handler initialized&lt;BR /&gt;IR Sharp protocol handler initialized&lt;BR /&gt;IR MCE Keyboard/mouse protocol handler initialized&lt;BR /&gt;IR XMP protocol handler initialized&lt;BR /&gt;pxp-v4l2 pxp_v4l2: initialized&lt;BR /&gt;imx2-wdt 20bc000.wdog: timeout 60 sec (nowayout=0)&lt;BR /&gt;sdhci: Secure Digital Host Controller Interface driver&lt;BR /&gt;sdhci: Copyright(c) Pierre Ossman&lt;BR /&gt;sdhci-pltfm: SDHCI platform and OF driver helper&lt;BR /&gt;/soc/aips-bus@02100000/usdhc@02194000: voltage-ranges unspecified&lt;BR /&gt;sdhci-esdhc-imx 2194000.usdhc: No vmmc regulator found&lt;BR /&gt;sdhci-esdhc-imx 2194000.usdhc: No vqmmc regulator found&lt;BR /&gt;mmc1: SDHCI controller on 2194000.usdhc [2194000.usdhc] using ADMA&lt;BR /&gt;usbcore: registered new interface driver usbhid&lt;BR /&gt;usbhid: USB HID core driver&lt;BR /&gt;NET: Registered protocol family 10&lt;BR /&gt;sit: IPv6 over IPv4 tunneling driver&lt;BR /&gt;NET: Registered protocol family 17&lt;BR /&gt;Key type dns_resolver registered&lt;BR /&gt;mmc1: MAN_BKOPS_EN bit is not set&lt;BR /&gt;Registering SWP/SWPB emulation handler&lt;BR /&gt;snvs_rtc 20cc000.snvs:snvs-rtc-lp: setting system clock to 1970-01-01 00:00:00 U TC (0)&lt;BR /&gt;mmc1: new DDR MMC card at address 0001&lt;BR /&gt;mmcblk1: mmc1:0001 MMC02G 1.78 GiB&lt;BR /&gt;mmcblk1boot0: mmc1:0001 MMC02G partition 1 1.00 MiB&lt;BR /&gt;mmcblk1boot1: mmc1:0001 MMC02G partition 2 1.00 MiB&lt;BR /&gt;mmcblk1rpmb: mmc1:0001 MMC02G partition 3 128 KiB&lt;BR /&gt;VSD_3V3: disabling&lt;BR /&gt;clk: Not disabling unused clocks&lt;BR /&gt;ALSA device list:&lt;BR /&gt; No soundcards found.&lt;BR /&gt;Freeing unused kernel memory: 384K (80922000 - 80982000)&lt;BR /&gt;g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage&lt;BR /&gt;Unable to handle kernel NULL pointer dereference at virtual address 00000068&lt;BR /&gt;pgd = 88474000&lt;BR /&gt;[00000068] *pgd=8847b831, *pte=00000000, *ppte=00000000&lt;BR /&gt;Internal error: Oops: 17 [#1] PREEMPT SMP ARM&lt;BR /&gt;Modules linked in:&lt;BR /&gt;CPU: 0 PID: 1 Comm: linuxrc Not tainted 4.1.15+ #1&lt;BR /&gt;Hardware name: Freescale i.MX6 Ultralite (Device Tree)&lt;BR /&gt;task: 8804c000 ti: 88046000 task.ti: 88046000&lt;BR /&gt;PC is at copy_process.part.3+0xaec/0x1360&lt;BR /&gt;LR is at copy_process.part.3+0xa98/0x1360&lt;BR /&gt;pc : [&amp;lt;80035a7c&amp;gt;] lr : [&amp;lt;80035a28&amp;gt;] psr: 20070013&lt;BR /&gt;sp : 88047ef8 ip : 00040075 fp : 8848b7e8&lt;BR /&gt;r10: 809d7b80 r9 : 8810f670 r8 : 00000040&lt;BR /&gt;r7 : 882468c0 r6 : 00000000 r5 : 01200011 r4 : 882300fc&lt;BR /&gt;r3 : 00000000 r2 : 8848b7f8 r1 : 88246700 r0 : 00000000&lt;BR /&gt;Flags: nzCv IRQs on FIQs on Mode SVC_32 ISA ARM Segment user&lt;BR /&gt;Control: 10c5387d Table: 8847406a DAC: 00000015&lt;BR /&gt;Process linuxrc (pid: 1, stack limit = 0x88046210)&lt;BR /&gt;Stack: (0x88047ef8 to 0x88048000)&lt;BR /&gt;7ee0: 00e600f0 88047fb0&lt;BR /&gt;7f00: 00000000 00000000 76ff5418 00000000 8810f440 88246700 88246738 882468f8&lt;BR /&gt;7f20: 8848b7e8 8848b7f0 8848b7fc 8848b7f8 00000000 809d7b80 b3becfaa 00000000&lt;BR /&gt;7f40: ffffffff fffffff4 000000e2 01200011 00000000 76ff53b0 00000000 00000000&lt;BR /&gt;7f60: 88046000 00000000 7efa99d4 80036428 00000000 00000000 00000001 00000000&lt;BR /&gt;7f80: 0000004e 00000000 76ff5418 7efa99a0 76ff53b0 00000078 8000f644 88046000&lt;BR /&gt;7fa0: 00000000 8000f4c0 76ff5418 7efa99a0 01200011 00000000 00000000 00000000&lt;BR /&gt;7fc0: 76ff5418 7efa99a0 76ff53b0 00000078 76f84000 00000001 00000000 7efa99d4&lt;BR /&gt;7fe0: 76ff5870 7efa99a0 00000000 76ee81bc 60070010 01200011 3ffe97dd e866eabc&lt;BR /&gt;[&amp;lt;80035a7c&amp;gt;] (copy_process.part.3) from [&amp;lt;80036428&amp;gt;] (do_fork+0x9c/0x368)&lt;BR /&gt;[&amp;lt;80036428&amp;gt;] (do_fork) from [&amp;lt;8000f4c0&amp;gt;] (ret_fast_syscall+0x0/0x3c)&lt;BR /&gt;Code: e58db028 e5988008 e3580000 0a00000e (e5981028)&lt;BR /&gt;---[ end trace 0dad6f0f3eb50556 ]---&lt;BR /&gt;Unable to handle kernel NULL pointer dereference at virtual address 00000009&lt;BR /&gt;pgd = 80004000&lt;BR /&gt;[00000009] *pgd=00000000&lt;BR /&gt;Internal error: Oops: 17 [#2] PREEMPT SMP ARM&lt;BR /&gt;Modules linked in:&lt;BR /&gt;CPU: 0 PID: 40 Comm: file-storage Tainted: G D 4.1.15+ #1&lt;BR /&gt;Hardware name: Freescale i.MX6 Ultralite (Device Tree)&lt;BR /&gt;task: 882a6ac0 ti: 883b6000 task.ti: 883b6000&lt;BR /&gt;PC is at fsg_main_thread+0xaf8/0x22d4&lt;BR /&gt;LR is at fsg_main_thread+0xaf8/0x22d4&lt;BR /&gt;pc : [&amp;lt;8044e094&amp;gt;] lr : [&amp;lt;8044e094&amp;gt;] psr: 20070113&lt;BR /&gt;sp : 883b7ef0 ip : 00000000 fp : 8831f334&lt;BR /&gt;r10: 8831f300 r9 : 43425355 r8 : 80a2f020&lt;BR /&gt;r7 : 80a2f020 r6 : 883b1280 r5 : a085d000 r4 : 00000000&lt;BR /&gt;r3 : 80a2f058 r2 : 00000000 r1 : 00000001 r0 : 80a2f038&lt;BR /&gt;Flags: nzCv IRQs on FIQs on Mode SVC_32 ISA ARM Segment kernel&lt;BR /&gt;Control: 10c5387d Table: 8847406a DAC: 00000015&lt;BR /&gt;Process file-storage (pid: 40, stack limit = 0x883b6210)&lt;BR /&gt;Stack: (0x883b7ef0 to 0x883b8000)&lt;BR /&gt;7ee0: 00000000 80886824 882a6d6c 8bb38740&lt;BR /&gt;7f00: 00000000 00000000 882a6d6c a085d000 a0865000 80696ba4 8bb38740 806933d8&lt;BR /&gt;7f20: 00000000 88047dbc 00000000 882a6ac0 800663d8 883b7f34 883b7f34 8839e5c0&lt;BR /&gt;7f40: 8831f300 00000000 8839e5c0 8831f300 8044d59c 00000000 00000000 00000000&lt;BR /&gt;7f60: 00000000 8004f5e8 8804c000 00000000 883b7f9c 8831f300 00000000 00000000&lt;BR /&gt;7f80: 883b7f80 883b7f80 00000000 00000000 883b7f90 883b7f90 883b7fac 8839e5c0&lt;BR /&gt;7fa0: 8004f514 00000000 00000000 8000f568 00000000 00000000 00000000 00000000&lt;BR /&gt;7fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000&lt;BR /&gt;7fe0: 00000000 00000000 00000000 00000000 00000013 00000000 1dced7df ea26eabc&lt;BR /&gt;[&amp;lt;8044e094&amp;gt;] (fsg_main_thread) from [&amp;lt;8004f5e8&amp;gt;] (kthread+0xd4/0xf0)&lt;BR /&gt;[&amp;lt;8004f5e8&amp;gt;] (kthread) from [&amp;lt;8000f568&amp;gt;] (ret_from_fork+0x14/0x2c)&lt;BR /&gt;Code: e5b34038 e1540003 03a04000 eb091bc7 (e5d40009)&lt;BR /&gt;---[ end trace 0dad6f0f3eb50557 ]---&lt;BR /&gt;g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage&lt;BR /&gt;random: nonblocking pool is initialized&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;We have this problem on the second revision of the HW of the board and not with the first revision, that we are able to program it every time.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;The only difference between the boards is the revision of the i.MX6UL (the first was&amp;nbsp;Freescale i.MX6UL rev1.0 the current is&amp;nbsp;Freescale i.MX6UL rev1.1).&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;We would be grateful if someone could help us.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Best Regard,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Francesco.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 May 2017 07:11:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Mfgtool-problems-programming-i-MX6UL-board-with-eMMC/m-p/665954#M102458</guid>
      <dc:creator>ftosoratti</dc:creator>
      <dc:date>2017-05-04T07:11:58Z</dc:date>
    </item>
    <item>
      <title>Re: Mfgtool problems programming i.MX6UL board with eMMC</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Mfgtool-problems-programming-i-MX6UL-board-with-eMMC/m-p/665955#M102459</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;STRONG&gt;Francesco&lt;/STRONG&gt;,&lt;/P&gt;&lt;P&gt;When you use the mfgtool to downoad the images to emmc, are you using the orignal mfgtool in our website? Do you make some modifies? What's the difference operation with your first version board?&lt;/P&gt;&lt;P&gt;Have a nice day&lt;/P&gt;&lt;P&gt;Rita&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 May 2017 08:29:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Mfgtool-problems-programming-i-MX6UL-board-with-eMMC/m-p/665955#M102459</guid>
      <dc:creator>Rita_Wang</dc:creator>
      <dc:date>2017-05-04T08:29:33Z</dc:date>
    </item>
    <item>
      <title>Re: Mfgtool problems programming i.MX6UL board with eMMC</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Mfgtool-problems-programming-i-MX6UL-board-with-eMMC/m-p/665956#M102460</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is your emmc work on SD2port? And are you using the mfgtool2-yocto-mx-evk-sdcard-sd2.vbs when download?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 May 2017 08:56:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Mfgtool-problems-programming-i-MX6UL-board-with-eMMC/m-p/665956#M102460</guid>
      <dc:creator>Rita_Wang</dc:creator>
      <dc:date>2017-05-04T08:56:51Z</dc:date>
    </item>
    <item>
      <title>Re: Mfgtool problems programming i.MX6UL board with eMMC</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Mfgtool-problems-programming-i-MX6UL-board-with-eMMC/m-p/665957#M102461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Thank you Rita for the reply.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;The&amp;nbsp;eMMC is on SD2 port.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;We use the original mfgtool but we have created a custom .vbs script and we have modified the file ucl2.xml to add a new configuration as follows:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;LIST name="Nousmed-Coxnico.2.0-eMMC" desc="Choose eMMC as media"&amp;gt;&lt;BR /&gt; &amp;lt;!-- &amp;lt;CMD state="BootStrap" type="boot" body="BootStrap" file ="firmware/u-boot-imx6ul%6uluboot%_emmc.imx" ifdev="MX6UL"&amp;gt;Loading U-boot&amp;lt;/CMD&amp;gt; --&amp;gt; &lt;BR /&gt; &amp;lt;CMD state="BootStrap" type="boot" body="BootStrap" file ="Nousmed/Coxnico.2.0/u-boot-imx6ul%6uluboot%-%board%_emmc.imx" ifdev="MX6UL"&amp;gt;Loading U-boot&amp;lt;/CMD&amp;gt;&lt;BR /&gt; &lt;BR /&gt; &amp;lt;CMD state="BootStrap" type="load" file="firmware/zImage" address="0x80800000"&lt;BR /&gt; loadSection="OTH" setSection="OTH" HasFlashHeader="FALSE" ifdev="MX6UL"&amp;gt;Loading Kernel.&amp;lt;/CMD&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;CMD state="BootStrap" type="load" file="firmware/%initramfs%" address="0x83800000"&lt;BR /&gt; loadSection="OTH" setSection="OTH" HasFlashHeader="FALSE" ifdev="MX6UL"&amp;gt;Loading Initramfs.&amp;lt;/CMD&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;!-- &amp;lt;CMD state="BootStrap" type="load" file="firmware/zImage-imx6ul-%6uldtb%-emmc.dtb" address="0x83000000" --&amp;gt;&lt;BR /&gt; &amp;lt;CMD state="BootStrap" type="load" file="Nousmed/Coxnico.2.0/imx6ul-%6uldtb%-%board%-emmc.dtb" address="0x83000000"&lt;BR /&gt; loadSection="OTH" setSection="OTH" HasFlashHeader="FALSE" ifdev="MX6UL"&amp;gt;Loading device tree.&amp;lt;/CMD&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &amp;lt;CMD state="BootStrap" type="jump" &amp;gt; Jumping to OS image. &amp;lt;/CMD&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;!-- create partition --&amp;gt;&lt;BR /&gt; &amp;lt;CMD state="Updater" type="push" body="send" file="mksdcard.sh.tar"&amp;gt;Sending partition shell&amp;lt;/CMD&amp;gt;&lt;BR /&gt; &amp;lt;CMD state="Updater" type="push" body="$ tar xf $FILE "&amp;gt; Partitioning...&amp;lt;/CMD&amp;gt;&lt;BR /&gt; &amp;lt;CMD state="Updater" type="push" body="$ sh mksdcard.sh /dev/mmcblk%mmc%"&amp;gt; Partitioning...&amp;lt;/CMD&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;!-- burn uboot --&amp;gt;&lt;BR /&gt; &amp;lt;CMD state="Updater" type="push" body="$ dd if=/dev/zero of=/dev/mmcblk%mmc% bs=1k seek=384 conv=fsync count=129"&amp;gt;clear u-boot arg&amp;lt;/CMD&amp;gt;&lt;BR /&gt; &amp;lt;!-- access boot partition --&amp;gt;&lt;BR /&gt; &amp;lt;CMD state="Updater" type="push" body="$ echo 0 &amp;gt; /sys/block/mmcblk%mmc%boot0/force_ro"&amp;gt;access boot partition 1&amp;lt;/CMD&amp;gt;&lt;BR /&gt; &lt;BR /&gt; &amp;lt;CMD state="Updater" type="push" body="send" file="Nousmed/Coxnico.2.0/u-boot-imx6ul%6uluboot%-%board%_emmc.imx"&amp;gt;Sending u-boot.bin&amp;lt;/CMD&amp;gt;&lt;BR /&gt; &amp;lt;CMD state="Updater" type="push" body="$ dd if=$FILE of=/dev/mmcblk%mmc%boot0 bs=512 seek=2"&amp;gt;write U-Boot to sd card&amp;lt;/CMD&amp;gt;&lt;BR /&gt; &amp;lt;CMD state="Updater" type="push" body="$ echo 1 &amp;gt; /sys/block/mmcblk%mmc%boot0/force_ro"&amp;gt; re-enable read-only access &amp;lt;/CMD&amp;gt;&lt;BR /&gt; &amp;lt;CMD state="Updater" type="push" body="$ mmc bootpart enable 1 1 /dev/mmcblk%mmc%"&amp;gt;enable boot partion 1 to boot&amp;lt;/CMD&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;!-- create fat partition --&amp;gt;&lt;BR /&gt; &amp;lt;CMD state="Updater" type="push" body="$ while [ ! -e /dev/mmcblk%mmc%p1 ]; do sleep 1; echo \"waiting...\"; done "&amp;gt;Waiting for the partition ready&amp;lt;/CMD&amp;gt;&lt;BR /&gt; &amp;lt;CMD state="Updater" type="push" body="$ mkfs.vfat /dev/mmcblk%mmc%p1"&amp;gt;Formatting rootfs partition&amp;lt;/CMD&amp;gt;&lt;BR /&gt; &amp;lt;CMD state="Updater" type="push" body="$ mkdir -p /mnt/mmcblk%mmc%p1"/&amp;gt;&lt;BR /&gt; &amp;lt;CMD state="Updater" type="push" body="$ mount -t vfat /dev/mmcblk%mmc%p1 /mnt/mmcblk%mmc%p1"/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;!-- burn zImage --&amp;gt;&lt;BR /&gt; &amp;lt;CMD state="Updater" type="push" body="send" file="Nousmed/Coxnico.2.0/zImage-%board%"&amp;gt;Sending kernel zImage&amp;lt;/CMD&amp;gt;&lt;BR /&gt; &amp;lt;CMD state="Updater" type="push" body="$ cp $FILE /mnt/mmcblk%mmc%p1/zImage"&amp;gt;write kernel image to sd card&amp;lt;/CMD&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;!-- burn dtb --&amp;gt;&lt;BR /&gt; &amp;lt;CMD state="Updater" type="push" body="send" file="Nousmed/Coxnico.2.0/imx6ul-%6uldtb%-%board%-emmc.dtb"&amp;gt;Sending Device Tree file&amp;lt;/CMD&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;CMD state="Updater" type="push" body="$ cp $FILE /mnt/mmcblk%mmc%p1/imx6ul-%6uldtb%-evk.dtb"&amp;gt;write device tree to sd card&amp;lt;/CMD&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &amp;lt;CMD state="Updater" type="push" body="$ umount /mnt/mmcblk%mmc%p1"&amp;gt;Unmounting vfat partition&amp;lt;/CMD&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;!-- burn rootfs --&amp;gt;&lt;BR /&gt; &amp;lt;CMD state="Updater" type="push" body="$ mkfs.ext3 -E nodiscard /dev/mmcblk%mmc%p2"&amp;gt;Formatting rootfs partition&amp;lt;/CMD&amp;gt;&lt;BR /&gt; &amp;lt;CMD state="Updater" type="push" body="$ mkdir -p /mnt/mmcblk%mmc%p2"/&amp;gt;&lt;BR /&gt; &amp;lt;CMD state="Updater" type="push" body="$ mount -t ext3 /dev/mmcblk%mmc%p2 /mnt/mmcblk%mmc%p2"/&amp;gt;&lt;BR /&gt; &amp;lt;CMD state="Updater" type="push" body="pipe tar -jxv -C /mnt/mmcblk%mmc%p2" file="Nousmed/Coxnico.2.0/rootfs-%board%.tar.bz2" ifdev="MX6UL MX7D"&amp;gt;Sending and writting rootfs&amp;lt;/CMD&amp;gt;&lt;BR /&gt; &amp;lt;CMD state="Updater" type="push" body="frf"&amp;gt;Finishing rootfs write&amp;lt;/CMD&amp;gt;&lt;BR /&gt; &amp;lt;CMD state="Updater" type="push" body="$ umount /mnt/mmcblk%mmc%p2"&amp;gt;Unmounting rootfs partition&amp;lt;/CMD&amp;gt;&lt;BR /&gt; &amp;lt;CMD state="Updater" type="push" body="$ echo Update Complete!"&amp;gt;Done&amp;lt;/CMD&amp;gt;&lt;BR /&gt;&amp;lt;/LIST&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;the custom script is as follows:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set wshShell = CreateObject("WScript.shell")&lt;BR /&gt;wshShell.run "mfgtool2.exe -c ""linux"" -l ""Nousmed-Coxnico.2.0-eMMC"" -s ""board=coxnico.2.0"" -s ""mmc=1"" -s ""6uluboot=evk"" -s ""6uldtb=14x14"" "&lt;BR /&gt;Set wshShell = Nothing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 May 2017 09:36:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Mfgtool-problems-programming-i-MX6UL-board-with-eMMC/m-p/665957#M102461</guid>
      <dc:creator>ftosoratti</dc:creator>
      <dc:date>2017-05-04T09:36:26Z</dc:date>
    </item>
    <item>
      <title>Re: Mfgtool problems programming i.MX6UL board with eMMC</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Mfgtool-problems-programming-i-MX6UL-board-with-eMMC/m-p/665958#M102462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Hi,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;after changing the 24MHz clock part number, we found that now, the mfgtool always block during filesystem transfer (push of .tar archive through usb).&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Is it possible to reduce the transfer bit rate of the filesystem in mfgtool?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Thanks, in advance.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Best Regards,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Francesco.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 May 2017 12:34:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Mfgtool-problems-programming-i-MX6UL-board-with-eMMC/m-p/665958#M102462</guid>
      <dc:creator>ftosoratti</dc:creator>
      <dc:date>2017-05-04T12:34:32Z</dc:date>
    </item>
  </channel>
</rss>

