<?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>topic Re: How to build MFG Firmware for MarS Board in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/How-to-build-MFG-Firmware-for-MarS-Board/m-p/484224#M77268</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi igor&lt;/P&gt;&lt;P&gt;thanks for support,&lt;/P&gt;&lt;P&gt;i had compiled kernel for MGF tool and it was working fine but while flashing getting error like shown below.&lt;/P&gt;&lt;P&gt;kernel is unable to detect mmc&lt;/P&gt;&lt;P&gt;------------------------------------------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;snvs_rtc snvs_rtc.0: setting system clock to 1970-01-01 00:00:00 UTC (0)&lt;/P&gt;&lt;P&gt;Freeing init memory: 204K&lt;/P&gt;&lt;P&gt;Starting UTP&lt;/P&gt;&lt;P&gt;ln: /etc/mtab: File exists&lt;/P&gt;&lt;P&gt;disable turn off display&lt;/P&gt;&lt;P&gt;Starting the hotplug events dispatcher udevd&lt;/P&gt;&lt;P&gt;udevd (1968): /proc/1968/oom_adj is deprecated, please use /proc/1968/oom_score_adj instead.&lt;/P&gt;&lt;P&gt;Synthesizing initial hotplug events&lt;/P&gt;&lt;P&gt;uuc 0.4 [built May&amp;nbsp; 1 2012 02:47:36]&lt;/P&gt;&lt;P&gt;UTP: Waiting for device to appear&lt;/P&gt;&lt;P&gt;UTP: file/device node /dev/utp already exists&lt;/P&gt;&lt;P&gt;cpu_id is 0&lt;/P&gt;&lt;P&gt;UTP: received command 'send'&lt;/P&gt;&lt;P&gt;UTP: sending Success to kernel for command send.&lt;/P&gt;&lt;P&gt;UTP: received command '$ dd if=$FILE of=/dev/mmcblk0 bs=1M seek=1 conv=fsync'&lt;/P&gt;&lt;P&gt;UTP: executing "dd if=$FILE of=/dev/mmcblk0 bs=1M seek=1 conv=fsync"&lt;/P&gt;&lt;P&gt;3+1 records in&lt;/P&gt;&lt;P&gt;3+1 records out&lt;/P&gt;&lt;P&gt;3909188 bytes (3.7MB) copied, 0.026469 seconds, 140.8MB/s&lt;/P&gt;&lt;P&gt;UTP: sending Success to kernel for command $ dd if=$FILE of=/dev/mmcblk0 bs=1M seek=1 conv=fsync.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;utp_poll: pass returned.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;UTP: received command '$ mkfs.ext3 -j /dev/mmcblk0p1'&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;UTP: executing "mkfs.ext3 -j /dev/mmcblk0p1"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;mke2fs 1.41.4 (27-Jan-2009)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Could not stat /dev/mmcblk0p1 --- No such file or directory&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The device apparently does not exist; did you specify it correctly?&lt;/P&gt;&lt;P&gt;UTP: sending Non-success to kernel for command $ mkfs.ext3 -j /dev/mmcblk0p1.&lt;/P&gt;&lt;P&gt;utp_poll: exit with status 256&lt;/P&gt;&lt;P&gt;------------------------------------------------------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;please do the needful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 May 2016 11:45:22 GMT</pubDate>
    <dc:creator>puttasukesh</dc:creator>
    <dc:date>2016-05-23T11:45:22Z</dc:date>
    <item>
      <title>How to build MFG Firmware for MarS Board</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-build-MFG-Firmware-for-MarS-Board/m-p/484222#M77266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm working on a MarS Board and want to know how to customize MFGtool to flash for Linux.&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Times New Roman','serif'; color: black;"&gt;Add Mfgtool configuration in Linux:&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; 1) &lt;SPAN style="color: #000000; font-size: 10pt; font-family: Times New Roman,serif;"&gt;CONFIG_FSL_UTP=y &lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt; 2) &lt;SPAN style="color: #000000; font-size: 10pt; font-family: Times New Roman,serif;"&gt;initramfs support&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; 3) &lt;SPAN style="color: #000000; font-size: 10pt; font-family: Times New Roman,serif;"&gt;CONFIG_WATCHDOG=y&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #000000; font-size: 10pt; font-family: Times New Roman,serif;"&gt;CONFIG_SOFT_WATCHDOG=y&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; compiled the kernel and pleased uImage&amp;nbsp; in profiles/mx6q linux update/osfirmware.&lt;/P&gt;&lt;P&gt;by using mgf tool i flashed to MarS board and getting error at time of flashing.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;please share MFF configurations if any??&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;please find the logs bellow.&lt;/P&gt;&lt;P&gt;**************************************************************************************************************&lt;/P&gt;&lt;P&gt;Hit any key to stop autoboot:&amp;nbsp; 0 &lt;/P&gt;&lt;P&gt;## Booting kernel from Legacy Image at 10800000 ...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Image Name:&amp;nbsp;&amp;nbsp; Linux-3.0.35-02887-g731b440-dirt&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Image Type:&amp;nbsp;&amp;nbsp; ARM Linux Kernel Image (uncompressed)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Data Size:&amp;nbsp;&amp;nbsp;&amp;nbsp; 8649196 Bytes =&amp;nbsp; 8.2 MB&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Load Address: 10008000&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Entry Point:&amp;nbsp; 10008000&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Verifying Checksum ... Bad Data CRC&lt;/P&gt;&lt;P&gt;ERROR: can't get kernel image!&lt;/P&gt;&lt;P&gt;MX6Q SABRELITE-MFG U-Boot &amp;gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U-Boot 2009.08 (Dec 12 2012 - 12:06:05)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CPU:&amp;nbsp;&amp;nbsp; Freescale i.MX 6 family 0.0V at 792 MHz&lt;/P&gt;&lt;P&gt;Temperature:&amp;nbsp;&amp;nbsp; 44 C, calibration data 0x5504be69&lt;/P&gt;&lt;P&gt;mx6q pll1: 792MHz&lt;/P&gt;&lt;P&gt;mx6q pll2: 528MHz&lt;/P&gt;&lt;P&gt;mx6q pll3: 480MHz&lt;/P&gt;&lt;P&gt;mx6q pll8: 50MHz&lt;/P&gt;&lt;P&gt;ipg clock&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : 66000000Hz&lt;/P&gt;&lt;P&gt;ipg per clock : 66000000Hz&lt;/P&gt;&lt;P&gt;uart clock&amp;nbsp;&amp;nbsp;&amp;nbsp; : 80000000Hz&lt;/P&gt;&lt;P&gt;cspi clock&amp;nbsp;&amp;nbsp;&amp;nbsp; : 60000000Hz&lt;/P&gt;&lt;P&gt;ahb clock&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : 132000000Hz&lt;/P&gt;&lt;P&gt;axi clock&amp;nbsp;&amp;nbsp; : 264000000Hz&lt;/P&gt;&lt;P&gt;emi_slow clock: 29333333Hz&lt;/P&gt;&lt;P&gt;ddr clock&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : 528000000Hz&lt;/P&gt;&lt;P&gt;usdhc1 clock&amp;nbsp; : 200000000Hz&lt;/P&gt;&lt;P&gt;usdhc2 clock&amp;nbsp; : 200000000Hz&lt;/P&gt;&lt;P&gt;usdhc3 clock&amp;nbsp; : 200000000Hz&lt;/P&gt;&lt;P&gt;usdhc4 clock&amp;nbsp; : 200000000Hz&lt;/P&gt;&lt;P&gt;nfc clock&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : 24000000Hz&lt;/P&gt;&lt;P&gt;Board: MX6Q-SABRELITE:[ POR]&lt;/P&gt;&lt;P&gt;Boot Device: I2C&lt;/P&gt;&lt;P&gt;I2C:&amp;nbsp;&amp;nbsp; ready&lt;/P&gt;&lt;P&gt;DRAM:&amp;nbsp;&amp;nbsp; 1 GB&lt;/P&gt;&lt;P&gt;MMC:&amp;nbsp;&amp;nbsp; FSL_USDHC: 0,FSL_USDHC: 1&lt;/P&gt;&lt;P&gt;Using default environment&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In:&amp;nbsp;&amp;nbsp;&amp;nbsp; serial&lt;/P&gt;&lt;P&gt;Out:&amp;nbsp;&amp;nbsp; serial&lt;/P&gt;&lt;P&gt;Err:&amp;nbsp;&amp;nbsp; serial&lt;/P&gt;&lt;P&gt;Net:&amp;nbsp;&amp;nbsp; got MAC address from IIM: 00:00:00:00:00:00&lt;/P&gt;&lt;P&gt;FEC0 [PRIME]&lt;/P&gt;&lt;P&gt;Hit any key to stop autoboot:&amp;nbsp; 0 &lt;/P&gt;&lt;P&gt;## Booting kernel from Legacy Image at 10800000 ...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Image Name:&amp;nbsp;&amp;nbsp; Linux-3.0.35-02887-g731b440-dirt&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Image Type:&amp;nbsp;&amp;nbsp; ARM Linux Kernel Image (uncompressed)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Data Size:&amp;nbsp;&amp;nbsp;&amp;nbsp; 3929484 Bytes =&amp;nbsp; 3.7 MB&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Load Address: 10008000&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Entry Point:&amp;nbsp; 10008000&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Verifying Checksum ... OK&lt;/P&gt;&lt;P&gt;## Loading init Ramdisk from Legacy Image at 10c00000 ...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Image Name:&amp;nbsp;&amp;nbsp; uboot initramfs rootfs&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Image Type:&amp;nbsp;&amp;nbsp; ARM Linux RAMDisk Image (gzip compressed)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Data Size:&amp;nbsp;&amp;nbsp;&amp;nbsp; 4737975 Bytes =&amp;nbsp; 4.5 MB&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Load Address: 00000000&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Entry Point:&amp;nbsp; 00000000&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Verifying Checksum ... OK&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Loading Kernel Image ... OK&lt;/P&gt;&lt;P&gt;OK&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Starting kernel ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Uncompressing Linux... done, booting the kernel.&lt;/P&gt;&lt;P&gt;Linux version 3.0.35-02887-g731b440-dirty (root@nand-test) (gcc version 4.6.2 20110630 (prerelease) (Freescale MAD -- Linaro 2011.07 -- Built at 2011/08/10 09:20) ) #2 SMP PREEMPT Thu May 19 12:27:21 IST &lt;/P&gt;&lt;P&gt;2016&lt;/P&gt;&lt;P&gt;CPU: ARMv7 Processor [412fc09a] revision 10 (ARMv7), cr=10c53c7d&lt;/P&gt;&lt;P&gt;CPU: VIPT nonaliasing data cache, VIPT aliasing instruction cache&lt;/P&gt;&lt;P&gt;Machine: Freescale i.MX 6Quad Sabre-Lite Board&lt;/P&gt;&lt;P&gt;Memory policy: ECC disabled, Data cache writealloc&lt;/P&gt;&lt;P&gt;CPU identified as i.MX6Q, silicon rev 1.2&lt;/P&gt;&lt;P&gt;PERCPU: Embedded 7 pages/cpu @8c008000 s5440 r8192 d15040 u32768&lt;/P&gt;&lt;P&gt;Built 1 zonelists in Zone order, mobility grouping on.&amp;nbsp; Total pages: 227328&lt;/P&gt;&lt;P&gt;Kernel command line: console=ttymxc1,115200 rdinit=/linuxrc&lt;/P&gt;&lt;P&gt;PID hash table entries: 4096 (order: 2, 16384 bytes)&lt;/P&gt;&lt;P&gt;Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)&lt;/P&gt;&lt;P&gt;Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)&lt;/P&gt;&lt;P&gt;Memory: 640MB 256MB = 896MB total&lt;/P&gt;&lt;P&gt;Memory: 892116k/892116k available, 156460k reserved, 0K highmem&lt;/P&gt;&lt;P&gt;Virtual kernel memory layout:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; vector&amp;nbsp; : 0xffff0000 - 0xffff1000&amp;nbsp;&amp;nbsp; (&amp;nbsp;&amp;nbsp; 4 kB)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; fixmap&amp;nbsp; : 0xfff00000 - 0xfffe0000&amp;nbsp;&amp;nbsp; ( 896 kB)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; DMA&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : 0xf4600000 - 0xffe00000&amp;nbsp;&amp;nbsp; ( 184 MB)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; vmalloc : 0xc0800000 - 0xf2000000&amp;nbsp;&amp;nbsp; ( 792 MB)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; lowmem&amp;nbsp; : 0x80000000 - 0xc0000000&amp;nbsp;&amp;nbsp; (1024 MB)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; pkmap&amp;nbsp;&amp;nbsp; : 0x7fe00000 - 0x80000000&amp;nbsp;&amp;nbsp; (&amp;nbsp;&amp;nbsp; 2 MB)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; modules : 0x7f000000 - 0x7fe00000&amp;nbsp;&amp;nbsp; (&amp;nbsp; 14 MB)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .init : 0x80008000 - 0x8003e000&amp;nbsp;&amp;nbsp; ( 216 kB)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .text : 0x8003e000 - 0x80aa8114&amp;nbsp;&amp;nbsp; (10665 kB)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .data : 0x80aaa000 - 0x80b1a660&amp;nbsp;&amp;nbsp; ( 450 kB)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .bss : 0x80b1a684 - 0x80b6880c&amp;nbsp;&amp;nbsp; ( 313 kB)&lt;/P&gt;&lt;P&gt;SLUB: Genslabs=13, HWalign=32, Order=0-3, MinObjects=0, CPUs=2, Nodes=1&lt;/P&gt;&lt;P&gt;Preemptible hierarchical RCU implementation.&lt;/P&gt;&lt;P&gt;NR_IRQS:624&lt;/P&gt;&lt;P&gt;MXC GPIO hardware&lt;/P&gt;&lt;P&gt;sched_clock: 32 bits at 3000kHz, resolution 333ns, wraps every 1431655ms&lt;/P&gt;&lt;P&gt;arm_max_freq=1GHz&lt;/P&gt;&lt;P&gt;MXC_Early serial console at MMIO 0x21e8000 (options '115200')&lt;/P&gt;&lt;P&gt;bootconsole [ttymxc1] enabled&lt;/P&gt;&lt;P&gt;Console: colour dummy device 80x30&lt;/P&gt;&lt;P&gt;Calibrating delay loop... 1581.05 BogoMIPS (lpj=7905280)&lt;/P&gt;&lt;P&gt;pid_max: default: 32768 minimum: 301&lt;/P&gt;&lt;P&gt;Mount-cache hash table entries: 512&lt;/P&gt;&lt;P&gt;CPU: Testing write buffer coherency: ok&lt;/P&gt;&lt;P&gt;hw perfevents: enabled with ARMv7 Cortex-A9 PMU driver, 7 counters available&lt;/P&gt;&lt;P&gt;CPU1: Booted secondary processor&lt;/P&gt;&lt;P&gt;Brought up 2 CPUs&lt;/P&gt;&lt;P&gt;SMP: Total of 2 processors activated (3162.11 BogoMIPS).&lt;/P&gt;&lt;P&gt;print_constraints: dummy: &lt;/P&gt;&lt;P&gt;NET: Registered protocol family 16&lt;/P&gt;&lt;P&gt;print_constraints: vddpu: 725 &amp;lt;--&amp;gt; 1300 mV at 1150 mV fast normal &lt;/P&gt;&lt;P&gt;print_constraints: vddcore: 725 &amp;lt;--&amp;gt; 1300 mV at 1150 mV fast normal &lt;/P&gt;&lt;P&gt;print_constraints: vddsoc: 725 &amp;lt;--&amp;gt; 1300 mV at 1200 mV fast normal &lt;/P&gt;&lt;P&gt;print_constraints: vdd2p5: 2000 &amp;lt;--&amp;gt; 2775 mV at 2400 mV fast normal &lt;/P&gt;&lt;P&gt;print_constraints: vdd1p1: 800 &amp;lt;--&amp;gt; 1400 mV at 1100 mV fast normal &lt;/P&gt;&lt;P&gt;print_constraints: vdd3p0: 2625 &amp;lt;--&amp;gt; 3400 mV at 3000 mV fast normal &lt;/P&gt;&lt;P&gt;hw-breakpoint: found 6 breakpoint and 1 watchpoint registers.&lt;/P&gt;&lt;P&gt;hw-breakpoint: 1 breakpoint(s) reserved for watchpoint single-step.&lt;/P&gt;&lt;P&gt;hw-breakpoint: maximum watchpoint size is 4 bytes.&lt;/P&gt;&lt;P&gt;L310 cache controller enabled&lt;/P&gt;&lt;P&gt;l2x0: 16 ways, CACHE_ID 0x410000c7, AUX_CTRL 0x02070000, Cache size: 1048576 B&lt;/P&gt;&lt;P&gt;bio: create slab &amp;lt;bio-0&amp;gt; at 0&lt;/P&gt;&lt;P&gt;mxs-dma mxs-dma-apbh: initialized&lt;/P&gt;&lt;P&gt;print_constraints: VDDA: 2500 mV &lt;/P&gt;&lt;P&gt;print_constraints: VDDIO: 3300 mV &lt;/P&gt;&lt;P&gt;machine_constraints_voltage: VDDD: unsupportable voltage constraints&lt;/P&gt;&lt;P&gt;reg-fixed-voltage reg-fixed-voltage.2: Failed to register regulator: -22&lt;/P&gt;&lt;P&gt;reg-fixed-voltage: probe of reg-fixed-voltage.2 failed with error -22&lt;/P&gt;&lt;P&gt;print_constraints: vmmc: 3300 mV &lt;/P&gt;&lt;P&gt;SCSI subsystem initialized&lt;/P&gt;&lt;P&gt;spi_imx imx6q-ecspi.0: probed&lt;/P&gt;&lt;P&gt;usbcore: registered new interface driver usbfs&lt;/P&gt;&lt;P&gt;usbcore: registered new interface driver hub&lt;/P&gt;&lt;P&gt;usbcore: registered new device driver usb&lt;/P&gt;&lt;P&gt;Freescale USB OTG Driver loaded, $Revision: 1.55 $&lt;/P&gt;&lt;P&gt;imx-ipuv3 imx-ipuv3.0: IPU DMFC NORMAL mode: 1(0~1), 5B(4,5), 5F(6,7)&lt;/P&gt;&lt;P&gt;imx-ipuv3 imx-ipuv3.1: IPU DMFC NORMAL mode: 1(0~1), 5B(4,5), 5F(6,7)&lt;/P&gt;&lt;P&gt;mxc_mipi_csi2 mxc_mipi_csi2: i.MX MIPI CSI2 driver probed&lt;/P&gt;&lt;P&gt;mxc_mipi_csi2 mxc_mipi_csi2: i.MX MIPI CSI2 dphy version is 0x3130302a&lt;/P&gt;&lt;P&gt;MIPI CSI2 driver module loaded&lt;/P&gt;&lt;P&gt;Advanced Linux Sound Architecture Driver Version 1.0.24.&lt;/P&gt;&lt;P&gt;Bluetooth: Core ver 2.16&lt;/P&gt;&lt;P&gt;NET: Registered protocol family 31&lt;/P&gt;&lt;P&gt;Bluetooth: HCI device and connection manager initialized&lt;/P&gt;&lt;P&gt;Bluetooth: HCI socket layer initialized&lt;/P&gt;&lt;P&gt;Bluetooth: L2CAP socket layer initialized&lt;/P&gt;&lt;P&gt;Bluetooth: SCO socket layer initialized&lt;/P&gt;&lt;P&gt;cfg80211: Calling CRDA to update world regulatory domain&lt;/P&gt;&lt;P&gt;i2c-core: driver [max17135] using legacy suspend method&lt;/P&gt;&lt;P&gt;i2c-core: driver [max17135] using legacy resume method&lt;/P&gt;&lt;P&gt;Switching to clocksource mxc_timer1&lt;/P&gt;&lt;P&gt;NET: Registered protocol family 2&lt;/P&gt;&lt;P&gt;IP route cache hash table entries: 32768 (order: 5, 131072 bytes)&lt;/P&gt;&lt;P&gt;TCP established hash table entries: 131072 (order: 8, 1048576 bytes)&lt;/P&gt;&lt;P&gt;TCP bind hash table entries: 65536 (order: 7, 786432 bytes)&lt;/P&gt;&lt;P&gt;TCP: Hash tables configured (established 131072 bind 65536)&lt;/P&gt;&lt;P&gt;TCP reno registered&lt;/P&gt;&lt;P&gt;UDP hash table entries: 512 (order: 2, 16384 bytes)&lt;/P&gt;&lt;P&gt;UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)&lt;/P&gt;&lt;P&gt;NET: Registered protocol family 1&lt;/P&gt;&lt;P&gt;RPC: Registered named UNIX socket transport module.&lt;/P&gt;&lt;P&gt;RPC: Registered udp transport module.&lt;/P&gt;&lt;P&gt;RPC: Registered tcp transport module.&lt;/P&gt;&lt;P&gt;RPC: Registered tcp NFSv4.1 backchannel transport module.&lt;/P&gt;&lt;P&gt;Unpacking initramfs...&lt;/P&gt;&lt;P&gt;Initramfs unpacking failed: junk in compressed archive&lt;/P&gt;&lt;P&gt;Freeing initrd memory: 4624K&lt;/P&gt;&lt;P&gt;Static Power Management for Freescale i.MX6&lt;/P&gt;&lt;P&gt;wait mode is enabled for i.MX6&lt;/P&gt;&lt;P&gt;cpaddr = c0880000 suspend_iram_base=c0918000&lt;/P&gt;&lt;P&gt;PM driver module loaded&lt;/P&gt;&lt;P&gt;IMX usb wakeup probe&lt;/P&gt;&lt;P&gt;add wake up source irq 75&lt;/P&gt;&lt;P&gt;IMX usb wakeup probe&lt;/P&gt;&lt;P&gt;cpu regulator mode:ldo_enable&lt;/P&gt;&lt;P&gt;i.MXC CPU frequency driver&lt;/P&gt;&lt;P&gt;JFFS2 version 2.2. (NAND) �© 2001-2006 Red Hat, Inc.&lt;/P&gt;&lt;P&gt;msgmni has been set to 1751&lt;/P&gt;&lt;P&gt;alg: No test for stdrng (krng)&lt;/P&gt;&lt;P&gt;io scheduler noop registered&lt;/P&gt;&lt;P&gt;io scheduler deadline registered&lt;/P&gt;&lt;P&gt;io scheduler cfq registered (default)&lt;/P&gt;&lt;P&gt;MIPI DSI driver module loaded&lt;/P&gt;&lt;P&gt;mxc_sdc_fb mxc_sdc_fb.0: register mxc display driver ldb&lt;/P&gt;&lt;P&gt;_regulator_get: get() with no identifier&lt;/P&gt;&lt;P&gt;imx-ipuv3 imx-ipuv3.1: IPU DMFC DP HIGH RESOLUTION: 1(0,1), 5B(2~5), 5F(6,7)&lt;/P&gt;&lt;P&gt;Console: switching to colour frame buffer device 128x48&lt;/P&gt;&lt;P&gt;mxc_sdc_fb mxc_sdc_fb.1: register mxc display driver lcd&lt;/P&gt;&lt;P&gt;mxc_sdc_fb mxc_sdc_fb.2: register mxc display driver ldb&lt;/P&gt;&lt;P&gt;mxc_sdc_fb mxc_sdc_fb.3: register mxc display driver ldb&lt;/P&gt;&lt;P&gt;mxc_sdc_fb mxc_sdc_fb.3: ipu1-di1 already in use&lt;/P&gt;&lt;P&gt;mxc_sdc_fb: probe of mxc_sdc_fb.3 failed with error -16&lt;/P&gt;&lt;P&gt;imx-sdma imx-sdma: loaded firmware 1.1&lt;/P&gt;&lt;P&gt;imx-sdma imx-sdma: initialized&lt;/P&gt;&lt;P&gt;Serial: IMX driver&lt;/P&gt;&lt;P&gt;imx-uart.0: ttymxc0 at MMIO 0x2020000 (irq = 58) is a IMX&lt;/P&gt;&lt;P&gt;imx-uart.1: ttymxc1 at MMIO 0x21e8000 (irq = 59) is a IMX&lt;/P&gt;&lt;P&gt;console [ttymxc1] enabled, bootconsole disabled&lt;/P&gt;&lt;P&gt;console [ttymxc1] enabled, bootconsole disabled&lt;/P&gt;&lt;P&gt;loop: module loaded&lt;/P&gt;&lt;P&gt;No sata disk.&lt;/P&gt;&lt;P&gt;m25p80 spi0.0: found m25p05-nonjedec, expected sst25vf016b&lt;/P&gt;&lt;P&gt;m25p80 spi0.0: m25p05-nonjedec (64 Kbytes)&lt;/P&gt;&lt;P&gt;Creating 2 MTD partitions on "m25p80":&lt;/P&gt;&lt;P&gt;0x000000000000-0x000000100000 : "bootloader"&lt;/P&gt;&lt;P&gt;mtd: partition "bootloader" extends beyond the end of device "m25p80" -- size truncated to 0x10000&lt;/P&gt;&lt;P&gt;0x000000010000-0x000000010000 : "kernel"&lt;/P&gt;&lt;P&gt;mtd: partition "kernel" is out of reach -- disabled&lt;/P&gt;&lt;P&gt;GPMI NAND driver registered. (IMX)&lt;/P&gt;&lt;P&gt;vcan: Virtual CAN interface driver&lt;/P&gt;&lt;P&gt;CAN device driver interface&lt;/P&gt;&lt;P&gt;flexcan netdevice driver&lt;/P&gt;&lt;P&gt;flexcan imx6q-flexcan.0: device registered (reg_base=c09b8000, irq=142)&lt;/P&gt;&lt;P&gt;FEC Ethernet Driver&lt;/P&gt;&lt;P&gt;fec_enet_mii_bus: probed&lt;/P&gt;&lt;P&gt;ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver&lt;/P&gt;&lt;P&gt;fsl-ehci fsl-ehci.0: Freescale On-Chip EHCI Host Controller&lt;/P&gt;&lt;P&gt;fsl-ehci fsl-ehci.0: new USB bus registered, assigned bus number 1&lt;/P&gt;&lt;P&gt;fsl-ehci fsl-ehci.0: irq 75, io base 0x02184000&lt;/P&gt;&lt;P&gt;fsl-ehci fsl-ehci.0: USB 2.0 started, EHCI 1.00&lt;/P&gt;&lt;P&gt;hub 1-0:1.0: USB hub found&lt;/P&gt;&lt;P&gt;hub 1-0:1.0: 1 port detected&lt;/P&gt;&lt;P&gt;add wake up source irq 72&lt;/P&gt;&lt;P&gt;fsl-ehci fsl-ehci.1: Freescale On-Chip EHCI Host Controller&lt;/P&gt;&lt;P&gt;fsl-ehci fsl-ehci.1: new USB bus registered, assigned bus number 2&lt;/P&gt;&lt;P&gt;fsl-ehci fsl-ehci.1: irq 72, io base 0x02184200&lt;/P&gt;&lt;P&gt;fsl-ehci fsl-ehci.1: USB 2.0 started, EHCI 1.00&lt;/P&gt;&lt;P&gt;hub 2-0:1.0: USB hub found&lt;/P&gt;&lt;P&gt;hub 2-0:1.0: 1 port detected&lt;/P&gt;&lt;P&gt;Initializing USB Mass Storage driver...&lt;/P&gt;&lt;P&gt;usbcore: registered new interface driver usb-storage&lt;/P&gt;&lt;P&gt;USB Mass Storage support registered.&lt;/P&gt;&lt;P&gt;ARC USBOTG Device Controller driver (1 August 2005)&lt;/P&gt;&lt;P&gt;g_file_storage gadget: controller 'fsl-usb2-udc' not recognized&lt;/P&gt;&lt;P&gt;check_parameters:UTP settings are in place now, overriding defaults&lt;/P&gt;&lt;P&gt;g_file_storage gadget: No serial-number string provided!&lt;/P&gt;&lt;P&gt;g_file_storage gadget: File-backed Storage Gadget, version: 1 September 2010&lt;/P&gt;&lt;P&gt;g_file_storage gadget: Number of LUNs=1&lt;/P&gt;&lt;P&gt;Suspend udc for OTG auto detect&lt;/P&gt;&lt;P&gt;fsl-usb2-udc: bind to driver g_file_storage &lt;/P&gt;&lt;P&gt;mousedev: PS/2 mouse device common for all mice&lt;/P&gt;&lt;P&gt;input: gpio-keys as /devices/platform/gpio-keys/input/input0&lt;/P&gt;&lt;P&gt;egalax_ts 2-0004: egalax_ts: failed to read firmware version&lt;/P&gt;&lt;P&gt;egalax_ts: probe of 2-0004 failed with error -5&lt;/P&gt;&lt;P&gt;generic touchscreen driver, &amp;lt;@&amp;gt;.&lt;/P&gt;&lt;P&gt;usb 2-1: new high speed USB device number 2 using fsl-ehci&lt;/P&gt;&lt;P&gt;g_file_storage gadget: high speed config #1&lt;/P&gt;&lt;P&gt;hub 2-1:1.0: USB hub found&lt;/P&gt;&lt;P&gt;hub 2-1:1.0: 4 ports detected&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; ct365_get_vendor() called &amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt; &lt;/P&gt;&lt;P&gt;Chip ID: 0x0&lt;/P&gt;&lt;P&gt;Chip data allocation failed: 0x0&lt;/P&gt;&lt;P&gt;i2c-core: driver [generic_ts] using legacy suspend method&lt;/P&gt;&lt;P&gt;i2c-core: driver [generic_ts] using legacy resume method&lt;/P&gt;&lt;P&gt;i2c-core: driver [isl29023] using legacy suspend method&lt;/P&gt;&lt;P&gt;i2c-core: driver [isl29023] using legacy resume method&lt;/P&gt;&lt;P&gt;snvs_rtc snvs_rtc.0: rtc core: registered snvs_rtc as rtc0&lt;/P&gt;&lt;P&gt;i2c /dev entries driver&lt;/P&gt;&lt;P&gt;i2c-core: driver [ch7033] using legacy suspend method&lt;/P&gt;&lt;P&gt;i2c-core: driver [ch7033] using legacy resume method&lt;/P&gt;&lt;P&gt;Linux video capture interface: v2.00&lt;/P&gt;&lt;P&gt;mxc_v4l2_output mxc_v4l2_output.0: V4L2 device registered as video16&lt;/P&gt;&lt;P&gt;mxc_v4l2_output mxc_v4l2_output.0: V4L2 device registered as video17&lt;/P&gt;&lt;P&gt;mxc_v4l2_output mxc_v4l2_output.0: V4L2 device registered as video18&lt;/P&gt;&lt;P&gt;mxc_v4l2_output mxc_v4l2_output.0: V4L2 device registered as video19&lt;/P&gt;&lt;P&gt;mxc_v4l2_output mxc_v4l2_output.0: V4L2 device registered as video20&lt;/P&gt;&lt;P&gt;i2c-core: driver [mag3110] using legacy suspend method&lt;/P&gt;&lt;P&gt;i2c-core: driver [mag3110] using legacy resume method&lt;/P&gt;&lt;P&gt;imx2-wdt imx2-wdt.0: IMX2+ Watchdog Timer enabled. timeout=60s (nowayout=1)&lt;/P&gt;&lt;P&gt;SoftDog: cannot register miscdev on minor=130 (err=-16)&lt;/P&gt;&lt;P&gt;Bluetooth: Virtual HCI driver ver 1.3&lt;/P&gt;&lt;P&gt;Bluetooth: HCI UART driver ver 2.2&lt;/P&gt;&lt;P&gt;Bluetooth: HCIATH3K protocol initialized&lt;/P&gt;&lt;P&gt;Bluetooth: Generic Bluetooth USB driver ver 0.6&lt;/P&gt;&lt;P&gt;usbcore: registered new interface driver btusb&lt;/P&gt;&lt;P&gt;sdhci: Secure Digital Host Controller Interface driver&lt;/P&gt;&lt;P&gt;sdhci: Copyright(c) Pierre Ossman&lt;/P&gt;&lt;P&gt;mmc0: SDHCI controller on platform [sdhci-esdhc-imx.3] using DMA&lt;/P&gt;&lt;P&gt;mmc1: SDHCI controller on platform [sdhci-esdhc-imx.2] using DMA&lt;/P&gt;&lt;P&gt;mxc_vdoa mxc_vdoa: i.MX Video Data Order Adapter(VDOA) driver probed&lt;/P&gt;&lt;P&gt;VPU initialized&lt;/P&gt;&lt;P&gt;mxc_asrc registered&lt;/P&gt;&lt;P&gt;Thermal calibration data is 0x5504be69&lt;/P&gt;&lt;P&gt;Thermal sensor with ratio = 174&lt;/P&gt;&lt;P&gt;Anatop Thermal registered as thermal_zone0&lt;/P&gt;&lt;P&gt;anatop_thermal_probe: default cooling device is cpufreq!&lt;/P&gt;&lt;P&gt;usbcore: registered new interface driver usbhid&lt;/P&gt;&lt;P&gt;usbhid: USB HID core driver&lt;/P&gt;&lt;P&gt;usbcore: registered new interface driver snd-usb-audio&lt;/P&gt;&lt;P&gt;mxc_hdmi_soc mxc_hdmi_soc.0: MXC HDMI Audio&lt;/P&gt;&lt;P&gt;Cirrus Logic CS42888 ALSA SoC Codec Driver&lt;/P&gt;&lt;P&gt;i2c-core: driver [cs42888] using legacy suspend method&lt;/P&gt;&lt;P&gt;i2c-core: driver [cs42888] using legacy resume method&lt;/P&gt;&lt;P&gt;imx-hdmi-soc-dai imx-hdmi-soc-dai.0: Failed: Load HDMI-video first.&lt;/P&gt;&lt;P&gt;sgtl5000 0-000a: Failed to get supply 'VDDD': -19&lt;/P&gt;&lt;P&gt;print_constraints: 0-000a: 850 &amp;lt;--&amp;gt; 1600 mV at 1200 mV normal &lt;/P&gt;&lt;P&gt;sgtl5000 0-000a: Device with ID register 0 is not a sgtl5000&lt;/P&gt;&lt;P&gt;sgtl5000 0-000a: asoc: failed to probe CODEC sgtl5000.0-000a: -19&lt;/P&gt;&lt;P&gt;asoc: failed to instantiate card sgtl5000-audio: -19&lt;/P&gt;&lt;P&gt;imx_3stack asoc driver&lt;/P&gt;&lt;P&gt;Initialize HDMI-audio failed. Load HDMI-video first!&lt;/P&gt;&lt;P&gt;ALSA device list:&lt;/P&gt;&lt;P&gt;&amp;nbsp; No soundcards found.&lt;/P&gt;&lt;P&gt;NET: Registered protocol family 26&lt;/P&gt;&lt;P&gt;TCP cubic registered&lt;/P&gt;&lt;P&gt;NET: Registered protocol family 17&lt;/P&gt;&lt;P&gt;can: controller area network core (rev 20090105 abi 8)&lt;/P&gt;&lt;P&gt;NET: Registered protocol family 29&lt;/P&gt;&lt;P&gt;can: raw protocol (rev 20090105)&lt;/P&gt;&lt;P&gt;can: broadcast manager protocol (rev 20090105 t)&lt;/P&gt;&lt;P&gt;Bluetooth: RFCOMM TTY layer initialized&lt;/P&gt;&lt;P&gt;Bluetooth: RFCOMM socket layer initialized&lt;/P&gt;&lt;P&gt;Bluetooth: RFCOMM ver 1.11&lt;/P&gt;&lt;P&gt;Bluetooth: BNEP (Ethernet Emulation) ver 1.3&lt;/P&gt;&lt;P&gt;Bluetooth: BNEP filters: protocol multicast&lt;/P&gt;&lt;P&gt;Bluetooth: HIDP (Human Interface Emulation) ver 1.2&lt;/P&gt;&lt;P&gt;lib80211: common routines for IEEE802.11 drivers&lt;/P&gt;&lt;P&gt;VFP support v0.3: implementor 41 architecture 3 part 30 variant 9 rev 4&lt;/P&gt;&lt;P&gt;Bus freq driver module loaded&lt;/P&gt;&lt;P&gt;Bus freq driver Enabled&lt;/P&gt;&lt;P&gt;mxc_dvfs_core_probe&lt;/P&gt;&lt;P&gt;DVFS driver module loaded&lt;/P&gt;&lt;P&gt;regulator_init_complete: VDDIO: incomplete constraints, leaving on&lt;/P&gt;&lt;P&gt;regulator_init_complete: VDDA: incomplete constraints, leaving on&lt;/P&gt;&lt;P&gt;snvs_rtc snvs_rtc.0: setting system clock to 1970-01-01 00:35:42 UTC (2142)&lt;/P&gt;&lt;P&gt;VFS: Cannot open root device "(null)" or unknown-block(0,0)&lt;/P&gt;&lt;P&gt;Please append a correct "root=" boot option; here are the available partitions:&lt;/P&gt;&lt;P&gt;1f00&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 64 mtdblock0&amp;nbsp; (driver?)&lt;/P&gt;&lt;P&gt;Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0)&lt;/P&gt;&lt;P&gt;[&amp;lt;8004a834&amp;gt;] (unwind_backtrace+0x0/0xf8) from [&amp;lt;8051d6b4&amp;gt;] (panic+0x74/0x18c)&lt;/P&gt;&lt;P&gt;[&amp;lt;8051d6b4&amp;gt;] (panic+0x74/0x18c) from [&amp;lt;80008d3c&amp;gt;] (mount_block_root+0x170/0x224)&lt;/P&gt;&lt;P&gt;[&amp;lt;80008d3c&amp;gt;] (mount_block_root+0x170/0x224) from [&amp;lt;80008ed8&amp;gt;] (mount_root+0xe8/0x108)&lt;/P&gt;&lt;P&gt;[&amp;lt;80008ed8&amp;gt;] (mount_root+0xe8/0x108) from [&amp;lt;80009024&amp;gt;] (prepare_namespace+0x12c/0x184)&lt;/P&gt;&lt;P&gt;[&amp;lt;80009024&amp;gt;] (prepare_namespace+0x12c/0x184) from [&amp;lt;80008a04&amp;gt;] (kernel_init+0x108/0x13c)&lt;/P&gt;&lt;P&gt;[&amp;lt;80008a04&amp;gt;] (kernel_init+0x108/0x13c) from [&amp;lt;80044aa4&amp;gt;] (kernel_thread_exit+0x0/0x8)&lt;/P&gt;&lt;P&gt;CPU1: stopping&lt;/P&gt;&lt;P&gt;[&amp;lt;8004a834&amp;gt;] (unwind_backtrace+0x0/0xf8) from [&amp;lt;8003e324&amp;gt;] (do_IPI+0x150/0x17c)&lt;/P&gt;&lt;P&gt;[&amp;lt;8003e324&amp;gt;] (do_IPI+0x150/0x17c) from [&amp;lt;80043a0c&amp;gt;] (__irq_svc+0x4c/0xe8)&lt;/P&gt;&lt;P&gt;Exception stack(0xbffa7f90 to 0xbffa7fd8)&lt;/P&gt;&lt;P&gt;7f80:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 80b21bc0 80000093 00000001 00000000&lt;/P&gt;&lt;P&gt;7fa0: bffa6000 80b1a744 8052643c 80ac2e7c 1000406a 412fc09a 00000000 00000000&lt;/P&gt;&lt;P&gt;7fc0: 00000000 bffa7fd8 80052708 80044b04 40000013 ffffffff&lt;/P&gt;&lt;P&gt;[&amp;lt;80043a0c&amp;gt;] (__irq_svc+0x4c/0xe8) from [&amp;lt;80044b04&amp;gt;] (default_idle+0x24/0x28)&lt;/P&gt;&lt;P&gt;[&amp;lt;80044b04&amp;gt;] (default_idle+0x24/0x28) from [&amp;lt;80044d08&amp;gt;] (cpu_idle+0xc8/0x108)&lt;/P&gt;&lt;P&gt;[&amp;lt;80044d08&amp;gt;] (cpu_idle+0xc8/0x108) from [&amp;lt;1051a4f4&amp;gt;] (0x1051a4f4)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*******************************************************************************************************************&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 May 2016 08:13:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-build-MFG-Firmware-for-MarS-Board/m-p/484222#M77266</guid>
      <dc:creator>puttasukesh</dc:creator>
      <dc:date>2016-05-19T08:13:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to build MFG Firmware for MarS Board</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-build-MFG-Firmware-for-MarS-Board/m-p/484223#M77267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi putta&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for configuration of building MFGTools one can refer to attached Linux Guide&lt;/P&gt;&lt;P&gt;sect.3.9 Building Manufacturing Firmware and documentation included in its package.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;igor&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 May 2016 00:43:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-build-MFG-Firmware-for-MarS-Board/m-p/484223#M77267</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2016-05-20T00:43:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to build MFG Firmware for MarS Board</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-build-MFG-Firmware-for-MarS-Board/m-p/484224#M77268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi igor&lt;/P&gt;&lt;P&gt;thanks for support,&lt;/P&gt;&lt;P&gt;i had compiled kernel for MGF tool and it was working fine but while flashing getting error like shown below.&lt;/P&gt;&lt;P&gt;kernel is unable to detect mmc&lt;/P&gt;&lt;P&gt;------------------------------------------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;snvs_rtc snvs_rtc.0: setting system clock to 1970-01-01 00:00:00 UTC (0)&lt;/P&gt;&lt;P&gt;Freeing init memory: 204K&lt;/P&gt;&lt;P&gt;Starting UTP&lt;/P&gt;&lt;P&gt;ln: /etc/mtab: File exists&lt;/P&gt;&lt;P&gt;disable turn off display&lt;/P&gt;&lt;P&gt;Starting the hotplug events dispatcher udevd&lt;/P&gt;&lt;P&gt;udevd (1968): /proc/1968/oom_adj is deprecated, please use /proc/1968/oom_score_adj instead.&lt;/P&gt;&lt;P&gt;Synthesizing initial hotplug events&lt;/P&gt;&lt;P&gt;uuc 0.4 [built May&amp;nbsp; 1 2012 02:47:36]&lt;/P&gt;&lt;P&gt;UTP: Waiting for device to appear&lt;/P&gt;&lt;P&gt;UTP: file/device node /dev/utp already exists&lt;/P&gt;&lt;P&gt;cpu_id is 0&lt;/P&gt;&lt;P&gt;UTP: received command 'send'&lt;/P&gt;&lt;P&gt;UTP: sending Success to kernel for command send.&lt;/P&gt;&lt;P&gt;UTP: received command '$ dd if=$FILE of=/dev/mmcblk0 bs=1M seek=1 conv=fsync'&lt;/P&gt;&lt;P&gt;UTP: executing "dd if=$FILE of=/dev/mmcblk0 bs=1M seek=1 conv=fsync"&lt;/P&gt;&lt;P&gt;3+1 records in&lt;/P&gt;&lt;P&gt;3+1 records out&lt;/P&gt;&lt;P&gt;3909188 bytes (3.7MB) copied, 0.026469 seconds, 140.8MB/s&lt;/P&gt;&lt;P&gt;UTP: sending Success to kernel for command $ dd if=$FILE of=/dev/mmcblk0 bs=1M seek=1 conv=fsync.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;utp_poll: pass returned.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;UTP: received command '$ mkfs.ext3 -j /dev/mmcblk0p1'&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;UTP: executing "mkfs.ext3 -j /dev/mmcblk0p1"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;mke2fs 1.41.4 (27-Jan-2009)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Could not stat /dev/mmcblk0p1 --- No such file or directory&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The device apparently does not exist; did you specify it correctly?&lt;/P&gt;&lt;P&gt;UTP: sending Non-success to kernel for command $ mkfs.ext3 -j /dev/mmcblk0p1.&lt;/P&gt;&lt;P&gt;utp_poll: exit with status 256&lt;/P&gt;&lt;P&gt;------------------------------------------------------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;please do the needful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 May 2016 11:45:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-build-MFG-Firmware-for-MarS-Board/m-p/484224#M77268</guid>
      <dc:creator>puttasukesh</dc:creator>
      <dc:date>2016-05-23T11:45:22Z</dc:date>
    </item>
  </channel>
</rss>

