<?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: boot problem for IMX6 SABRE_SD board</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/boot-problem-for-IMX6-SABRE-SD-board/m-p/226653#M16227</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Weidong,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply. It turns out that we need to change&lt;EM&gt; ldb_modedb&lt;/EM&gt; in ldb.c. For LG LP101WH1 TLB!, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "LDB-LXGA", 60, 1360, 768, 13825, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 80, 48, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 14, 3, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 32, 5,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FB_VMODE_NONINTERLACED,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FB_MODE_IS_DETAILED&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also we need add&lt;EM&gt; ldb=dul0&lt;/EM&gt; at the end&lt;EM&gt; of video=mxcfb0:dev=ldb,LDB-XGA,if=RGB666'&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;VJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 14 Feb 2014 08:41:45 GMT</pubDate>
    <dc:creator>vjwan</dc:creator>
    <dc:date>2014-02-14T08:41:45Z</dc:date>
    <item>
      <title>boot problem for IMX6 SABRE_SD board</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/boot-problem-for-IMX6-SABRE-SD-board/m-p/226651#M16225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I start to use IMX6 SABRE_SD board recently. The original boot is eMMC for android. The DIP switch (SW6) configuration is 1101 0110 (1 is on). The screen (LG LP101WH1) is connected to LVDS1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I want to change to boot linux from a 32G SD card. Command&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;EM&gt;sudo dd if=fsl-image-gui-imx6qsabresd-20140118115633.rootfs.sdcard of=/dev/sdb bs=1M &amp;amp;&amp;amp; sync&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;is used to deploy SD image (reference document "Freescale Yocto User’s Guide"). The DIP switch configuration is changed to 0110 0010. LVDS is changed to connect LVDS0. "video=mxcfb0:dev=ldb,LDB-XGA,if=RGB666" is set by command&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;EM&gt;setenv bootargs_mmc 'setenv bootargs video=mxcfb0:dev=ldb,LDB-XGA,if=RGB666'&lt;/EM&gt;&lt;BR /&gt; &lt;/P&gt;&lt;P&gt;After booting, there is no display in the screen. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another question is when I use mmcblk0p2, the system can boot. If using mmcblk0p1 or mmcblk1p2 (In the document “i.MX 6Dual/6Quad SABRE-SD Linux Release Notes”，root=/dev/mmcblk1p2 for "boot from SD"), the boot fails. It seems like that mmcblk0p2 is booting from eMMC. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyone know how to solove the problem? Thanks a lot!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the u-boot config : &lt;BR /&gt;-------------------------------------------------&lt;BR /&gt;U-Boot &amp;gt; printenv&lt;BR /&gt;baudrate=115200&lt;BR /&gt;boot_fdt=try&lt;BR /&gt;bootargs_mmc=setenv bootargs video=mxcfb0:dev=ldb,LDB-XGA,if=RGB666&lt;BR /&gt;bootcmd=mmc dev ${mmcdev};if mmc rescan; then if run loadbootscript; then run bootscript; else if run loaduimage; then run &lt;/P&gt;&lt;P&gt;mmcboot; else run netboot; fi; fi; else run netboot; fi&lt;BR /&gt;bootdelay=1&lt;BR /&gt;bootscript=echo Running bootscript from mmc ...; source&lt;BR /&gt;console=ttymxc0&lt;BR /&gt;ethact=FEC&lt;BR /&gt;ethaddr=00:04:9f:02:6a:57&lt;BR /&gt;ethprime=FEC&lt;BR /&gt;fdt_addr=0x18000000&lt;BR /&gt;fdt_file=imx6q-sabresd.dtb&lt;BR /&gt;fdt_high=0xffffffff&lt;BR /&gt;initrd_high=0xffffffff&lt;BR /&gt;ip_dyn=yes&lt;BR /&gt;loadaddr=0x12000000&lt;BR /&gt;loadbootscript=fatload mmc ${mmcdev}:${mmcpart} ${loadaddr} ${script};&lt;BR /&gt;loadfdt=fatload mmc ${mmcdev}:${mmcpart} ${fdt_addr} ${fdt_file}&lt;BR /&gt;loaduimage=fatload mmc ${mmcdev}:${mmcpart} ${loadaddr} ${uimage}&lt;BR /&gt;mmcargs=setenv bootargs console=${console},${baudrate} root=${mmcroot}&lt;BR /&gt;mmcboot=echo Booting from mmc ...; run mmcargs; if test ${boot_fdt} = yes || test ${boot_fdt} = try; then if run loadfdt; &lt;/P&gt;&lt;P&gt;then bootm ${loadaddr} - ${fdt_addr}; else if test ${boot_fdt} = try; then bootm; else echo WARN: Cannot load the DT; fi; &lt;/P&gt;&lt;P&gt;fi; else bootm; fi;&lt;BR /&gt;mmcdev=1&lt;BR /&gt;mmcpart=1&lt;BR /&gt;mmcroot=/dev/mmcblk0p2 rootwait rw&lt;BR /&gt;netargs=setenv bootargs console=${console},${baudrate} root=/dev/nfs ip=dhcp nfsroot=${serverip}:${nfsroot},v3,tcp&lt;BR /&gt;netboot=echo Booting from net ...; run netargs; if test ${ip_dyn} = yes; then setenv get_cmd dhcp; else setenv get_cmd &lt;/P&gt;&lt;P&gt;tftp; fi; ${get_cmd} ${uimage}; if test ${boot_fdt} = yes || test ${boot_fdt} = try; then if ${get_cmd} ${fdt_addr} &lt;/P&gt;&lt;P&gt;${fdt_file}; then bootm ${loadaddr} - ${fdt_addr}; else if test ${boot_fdt} = try; then bootm; else echo WARN: Cannot load &lt;/P&gt;&lt;P&gt;the DT; fi; fi; else bootm; fi;&lt;BR /&gt;script=boot.scr&lt;BR /&gt;uimage=uImage&lt;BR /&gt;update_sd_firmware=if test ${ip_dyn} = yes; then setenv get_cmd dhcp; else setenv get_cmd tftp; fi; if mmc dev ${mmcdev}; &lt;/P&gt;&lt;P&gt;then if ${get_cmd} ${update_sd_firmware_filename}; then setexpr fw_sz ${filesize} / 0x200; setexpr fw_sz ${fw_sz} + 1; mmc &lt;/P&gt;&lt;P&gt;write ${loadaddr} 0x2 ${fw_sz}; fi; fi&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;The&amp;nbsp; kernel log : &lt;BR /&gt;-------------------------------------------------&lt;BR /&gt;U-Boot 2013.10 (Jan 18 2014 - 03:13:56)&lt;/P&gt;&lt;P&gt;CPU:&amp;nbsp;&amp;nbsp; Freescale i.MX6Q rev1.2 at 792 MHz&lt;BR /&gt;Reset cause: POR&lt;BR /&gt;Board: MX6-SabreSD&lt;BR /&gt;DRAM:&amp;nbsp; 1 GiB&lt;BR /&gt;MMC:&amp;nbsp;&amp;nbsp; FSL_SDHC: 0, FSL_SDHC: 1, FSL_SDHC: 2&lt;BR /&gt;No panel detected: default to HDMI&lt;BR /&gt;Display: HDMI (1024x768)&lt;BR /&gt;In:&amp;nbsp;&amp;nbsp;&amp;nbsp; serial&lt;BR /&gt;Out:&amp;nbsp;&amp;nbsp; serial&lt;BR /&gt;Err:&amp;nbsp;&amp;nbsp; serial&lt;BR /&gt;Net:&amp;nbsp;&amp;nbsp; FEC [PRIME]&lt;BR /&gt;Hit any key to stop autoboot:&amp;nbsp; 0 &lt;BR /&gt;mmc1 is current device&lt;BR /&gt;reading boot.scr&lt;BR /&gt;** Unable to read file boot.scr **&lt;BR /&gt;reading uImage&lt;BR /&gt;4042504 bytes read in 186 ms (20.7 MiB/s)&lt;BR /&gt;Booting from mmc ...&lt;BR /&gt;reading imx6q-sabresd.dtb&lt;BR /&gt;** Unable to read file imx6q-sabresd.dtb **&lt;BR /&gt;## Booting kernel from Legacy Image at 12000000 ...&lt;BR /&gt;&amp;nbsp;&amp;nbsp; Image Name:&amp;nbsp;&amp;nbsp; Linux-3.0.35-4.1.0+yocto+gbdde70&lt;BR /&gt;&amp;nbsp;&amp;nbsp; Image Type:&amp;nbsp;&amp;nbsp; ARM Linux Kernel Image (uncompressed)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; Data Size:&amp;nbsp;&amp;nbsp;&amp;nbsp; 4042440 Bytes = 3.9 MiB&lt;BR /&gt;&amp;nbsp;&amp;nbsp; Load Address: 10008000&lt;BR /&gt;&amp;nbsp;&amp;nbsp; Entry Point:&amp;nbsp; 10008000&lt;BR /&gt;&amp;nbsp;&amp;nbsp; Verifying Checksum ... OK&lt;BR /&gt;&amp;nbsp;&amp;nbsp; Loading Kernel Image ... OK&lt;/P&gt;&lt;P&gt;Starting kernel ...&lt;/P&gt;&lt;P&gt;Uncompressing Linux... done, booting the kernel.&lt;BR /&gt;Linux version 3.0.35-4.1.0+yocto+gbdde708 (liuxi@liuxi-laptop) (gcc version 4.8.1 (GCC) ) #1 SMP PREEMPT Sat Jan 18 02:31:20 CST 2014&lt;BR /&gt;CPU: ARMv7 Processor [412fc09a] revision 10 (ARMv7), cr=10c53c7d&lt;BR /&gt;CPU: VIPT nonaliasing data cache, VIPT aliasing instruction cache&lt;BR /&gt;Machine: Freescale i.MX 6Quad/DualLite/Solo Sabre-SD Board&lt;BR /&gt;Memory policy: ECC disabled, Data cache writealloc&lt;BR /&gt;CPU identified as i.MX6Q, silicon rev 1.2&lt;BR /&gt;PERCPU: Embedded 7 pages/cpu @8c008000 s5792 r8192 d14688 u32768&lt;BR /&gt;Built 1 zonelists in Zone order, mobility grouping on.&amp;nbsp; Total pages: 194560&lt;BR /&gt;Kernel command line: console=ttymxc0,115200 root=/dev/mmcblk0p2 rootwait rw&lt;BR /&gt;PID hash table entries: 4096 (order: 2, 16384 bytes)&lt;BR /&gt;Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)&lt;BR /&gt;Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)&lt;BR /&gt;Memory: 512MB 256MB = 768MB total&lt;BR /&gt;Memory: 765064k/765064k available, 283512k reserved, 0K highmem&lt;BR /&gt;Virtual kernel memory layout:&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; vector&amp;nbsp; : 0xffff0000 - 0xffff1000&amp;nbsp;&amp;nbsp; (&amp;nbsp;&amp;nbsp; 4 kB)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; fixmap&amp;nbsp; : 0xfff00000 - 0xfffe0000&amp;nbsp;&amp;nbsp; ( 896 kB)&lt;BR /&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;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; vmalloc : 0xc0800000 - 0xf2000000&amp;nbsp;&amp;nbsp; ( 792 MB)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; lowmem&amp;nbsp; : 0x80000000 - 0xc0000000&amp;nbsp;&amp;nbsp; (1024 MB)&lt;BR /&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;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; modules : 0x7f000000 - 0x7fe00000&amp;nbsp;&amp;nbsp; (&amp;nbsp; 14 MB)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .init : 0x80008000 - 0x8003e000&amp;nbsp;&amp;nbsp; ( 216 kB)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .text : 0x8003e000 - 0x80b0e5b8&amp;nbsp;&amp;nbsp; (11074 kB)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .data : 0x80b10000 - 0x80b7c1f0&amp;nbsp;&amp;nbsp; ( 433 kB)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .bss : 0x80b7c214 - 0x80bf0690&amp;nbsp;&amp;nbsp; ( 466 kB)&lt;BR /&gt;SLUB: Genslabs=13, HWalign=32, Order=0-3, MinObjects=0, CPUs=4, Nodes=1&lt;BR /&gt;Preemptible hierarchical RCU implementation.&lt;BR /&gt;NR_IRQS:624&lt;BR /&gt;MXC GPIO hardware&lt;BR /&gt;sched_clock: 32 bits at 3000kHz, resolution 333ns, wraps every 1431655ms&lt;BR /&gt;arm_max_freq=1GHz&lt;BR /&gt;MXC_Early serial console at MMIO 0x2020000 (options '115200')&lt;BR /&gt;bootconsole [ttymxc0] enabled&lt;BR /&gt;Console: colour dummy device 80x30&lt;BR /&gt;Calibrating delay loop... 1581.05 BogoMIPS (lpj=7905280)&lt;BR /&gt;pid_max: default: 32768 minimum: 301&lt;BR /&gt;Mount-cache hash table entries: 512&lt;BR /&gt;CPU: Testing write buffer coherency: ok&lt;BR /&gt;hw perfevents: enabled with ARMv7 Cortex-A9 PMU driver, 7 counters available&lt;BR /&gt;CPU1: Booted secondary processor&lt;BR /&gt;CPU2: Booted secondary processor&lt;BR /&gt;CPU3: Booted secondary processor&lt;BR /&gt;Brought up 4 CPUs&lt;BR /&gt;SMP: Total of 4 processors activated (6324.22 BogoMIPS).&lt;BR /&gt;devtmpfs: initialized&lt;BR /&gt;print_constraints: dummy: &lt;BR /&gt;NET: Registered protocol family 16&lt;BR /&gt;print_constraints: vddpu: 725 &amp;lt;--&amp;gt; 1300 mV at 1100 mV fast normal &lt;BR /&gt;print_constraints: vddcore: 725 &amp;lt;--&amp;gt; 1300 mV at 1100 mV fast normal &lt;BR /&gt;print_constraints: vddsoc: 725 &amp;lt;--&amp;gt; 1300 mV at 1200 mV fast normal &lt;BR /&gt;print_constraints: vdd2p5: 2000 &amp;lt;--&amp;gt; 2775 mV at 2400 mV fast normal &lt;BR /&gt;print_constraints: vdd1p1: 800 &amp;lt;--&amp;gt; 1400 mV at 1100 mV fast normal &lt;BR /&gt;print_constraints: vdd3p0: 2625 &amp;lt;--&amp;gt; 3400 mV at 3000 mV fast normal &lt;BR /&gt;hw-breakpoint: found 6 breakpoint and 1 watchpoint registers.&lt;BR /&gt;hw-breakpoint: 1 breakpoint(s) reserved for watchpoint single-step.&lt;BR /&gt;hw-breakpoint: maximum watchpoint size is 4 bytes.&lt;BR /&gt;L310 cache controller enabled&lt;BR /&gt;l2x0: 16 ways, CACHE_ID 0x410000c7, AUX_CTRL 0x02070000, Cache size: 1048576 B&lt;BR /&gt;bio: create slab &amp;lt;bio-0&amp;gt; at 0&lt;BR /&gt;mxs-dma mxs-dma-apbh: initialized&lt;BR /&gt;print_constraints: SPKVDD: 4200 mV &lt;BR /&gt;print_constraints: vmmc: 3300 mV &lt;BR /&gt;SCSI subsystem initialized&lt;BR /&gt;spi_imx imx6q-ecspi.0: probed&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;Freescale USB OTG Driver loaded, $Revision: 1.55 $&lt;BR /&gt;mc_pfuze 1-0008: ID: 0,Full lay: 1 ,Metal lay: 1&lt;BR /&gt;mc_pfuze 1-0008: FAB: 0 ,FIN: 0&lt;BR /&gt;print_constraints: PFUZE100_SW1A: 300 &amp;lt;--&amp;gt; 1875 mV at 1300 mV &lt;BR /&gt;print_constraints: PFUZE100_SW1B: 300 &amp;lt;--&amp;gt; 1875 mV at 300 mV &lt;BR /&gt;print_constraints: PFUZE100_SW1C: 300 &amp;lt;--&amp;gt; 1875 mV at 1300 mV &lt;BR /&gt;print_constraints: PFUZE100_SW2: 800 &amp;lt;--&amp;gt; 3950 mV at 3300 mV &lt;BR /&gt;print_constraints: PFUZE100_SW3A: 400 &amp;lt;--&amp;gt; 1975 mV at 1500 mV &lt;BR /&gt;print_constraints: PFUZE100_SW3B: 400 &amp;lt;--&amp;gt; 1975 mV at 1500 mV &lt;BR /&gt;print_constraints: PFUZE100_SW4: 800 &amp;lt;--&amp;gt; 3950 mV at 3150 mV &lt;BR /&gt;print_constraints: PFUZE100_SWBST: 5000 &amp;lt;--&amp;gt; 5150 mV at 5000 mV &lt;BR /&gt;print_constraints: PFUZE100_VSNVS: 1200 &amp;lt;--&amp;gt; 3000 mV at 1800 mV &lt;BR /&gt;print_constraints: PFUZE100_VREFDDR: at 750 mV &lt;BR /&gt;print_constraints: PFUZE100_VGEN1: 800 &amp;lt;--&amp;gt; 1550 mV at 1500 mV &lt;BR /&gt;print_constraints: PFUZE100_VGEN2: 800 &amp;lt;--&amp;gt; 1550 mV at 1500 mV &lt;BR /&gt;print_constraints: PFUZE100_VGEN3: 1800 &amp;lt;--&amp;gt; 3300 mV at 2500 mV &lt;BR /&gt;print_constraints: PFUZE100_VGEN4: 1800 &amp;lt;--&amp;gt; 3300 mV at 1800 mV &lt;BR /&gt;print_constraints: PFUZE100_VGEN5: 1800 &amp;lt;--&amp;gt; 3300 mV at 2800 mV &lt;BR /&gt;print_constraints: PFUZE100_VGEN6: 1800 &amp;lt;--&amp;gt; 3300 mV at 3300 mV &lt;BR /&gt;imx-ipuv3 imx-ipuv3.0: IPU DMFC NORMAL mode: 1(0~1), 5B(4,5), 5F(6,7)&lt;BR /&gt;imx-ipuv3 imx-ipuv3.1: IPU DMFC NORMAL mode: 1(0~1), 5B(4,5), 5F(6,7)&lt;BR /&gt;mxc_mipi_csi2 mxc_mipi_csi2: i.MX MIPI CSI2 driver probed&lt;BR /&gt;mxc_mipi_csi2 mxc_mipi_csi2: i.MX MIPI CSI2 dphy version is 0x3130302a&lt;BR /&gt;MIPI CSI2 driver module loaded&lt;BR /&gt;Advanced Linux Sound Architecture Driver Version 1.0.24.&lt;BR /&gt;Bluetooth: Core ver 2.16&lt;BR /&gt;NET: Registered protocol family 31&lt;BR /&gt;Bluetooth: HCI device and connection manager initialized&lt;BR /&gt;Bluetooth: HCI socket layer initialized&lt;BR /&gt;Bluetooth: L2CAP socket layer initialized&lt;BR /&gt;Bluetooth: SCO socket layer initialized&lt;BR /&gt;cfg80211: Calling CRDA to update world regulatory domain&lt;BR /&gt;max17135 2-0048: PMIC MAX17135 for eInk display&lt;BR /&gt;i2c-core: driver [max17135] using legacy suspend method&lt;BR /&gt;i2c-core: driver [max17135] using legacy resume method&lt;BR /&gt;Switching to clocksource mxc_timer1&lt;BR /&gt;NET: Registered protocol family 2&lt;BR /&gt;IP route cache hash table entries: 32768 (order: 5, 131072 bytes)&lt;BR /&gt;TCP established hash table entries: 131072 (order: 8, 1048576 bytes)&lt;BR /&gt;TCP bind hash table entries: 65536 (order: 7, 786432 bytes)&lt;BR /&gt;TCP: Hash tables configured (established 131072 bind 65536)&lt;BR /&gt;TCP reno registered&lt;BR /&gt;UDP hash table entries: 512 (order: 2, 16384 bytes)&lt;BR /&gt;UDP-Lite hash table entries: 512 (order: 2, 16384 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;PMU: registered new PMU device of type 0&lt;BR /&gt;Static Power Management for Freescale i.MX6&lt;BR /&gt;wait mode is enabled for i.MX6&lt;BR /&gt;cpaddr = c0880000 suspend_iram_base=c091c000&lt;BR /&gt;PM driver module loaded&lt;BR /&gt;IMX usb wakeup probe&lt;BR /&gt;add wake up source irq 75&lt;BR /&gt;IMX usb wakeup probe&lt;BR /&gt;cpu regulator mode:ldo_bypass&lt;BR /&gt;_regulator_get: get() with no identifier&lt;BR /&gt;mx6_cpu_regulator_init: failed to get pu regulator&lt;BR /&gt;i.MXC CPU frequency driver&lt;BR /&gt;JFFS2 version 2.2. (NAND) 漏 2001-2006 Red Hat, Inc.&lt;BR /&gt;msgmni has been set to 1494&lt;BR /&gt;alg: No test for stdrng (krng)&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;mxc_mipi_dsi mxc_mipi_dsi: i.MX MIPI DSI driver probed&lt;BR /&gt;MIPI DSI driver module loaded&lt;BR /&gt;mxc_sdc_fb mxc_sdc_fb.0: register mxc display driver ldb&lt;BR /&gt;_regulator_get: get() with no identifier&lt;BR /&gt;imx-ipuv3 imx-ipuv3.1: IPU DMFC DP HIGH RESOLUTION: 1(0,1), 5B(2~5), 5F(6,7)&lt;BR /&gt;Console: switching to colour frame buffer device 128x48&lt;BR /&gt;mxc_sdc_fb mxc_sdc_fb.1: register mxc display driver ldb&lt;BR /&gt;mxc_sdc_fb mxc_sdc_fb.2: register mxc display driver lcd&lt;BR /&gt;mxc_sdc_fb mxc_sdc_fb.3: register mxc display driver ldb&lt;BR /&gt;mxc_sdc_fb mxc_sdc_fb.3: ipu1-di0 already in use&lt;BR /&gt;mxc_sdc_fb: probe of mxc_sdc_fb.3 failed with error -16&lt;BR /&gt;imx-sdma imx-sdma: loaded firmware 1.1&lt;BR /&gt;imx-sdma imx-sdma: initialized&lt;BR /&gt;Serial: IMX driver&lt;BR /&gt;imx-uart.2: ttymxc2 at MMIO 0x21ec000 (irq = 60) is a IMX&lt;BR /&gt;imx-uart.0: ttymxc0 at MMIO 0x2020000 (irq = 58) is a IMX&lt;BR /&gt;console [ttymxc0] enabled, bootconsole disabled&lt;BR /&gt;console [ttymxc0] enabled, bootconsole disabled&lt;BR /&gt;loop: module loaded&lt;BR /&gt;No sata disk.&lt;BR /&gt;m25p80 spi0.0: unrecognized JEDEC id ffffff&lt;BR /&gt;GPMI NAND driver registered. (IMX)&lt;BR /&gt;vcan: Virtual CAN interface driver&lt;BR /&gt;CAN device driver interface&lt;BR /&gt;flexcan netdevice driver&lt;BR /&gt;FEC Ethernet Driver&lt;BR /&gt;fec_enet_mii_bus: probed&lt;BR /&gt;ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver&lt;BR /&gt;fsl-ehci fsl-ehci.0: Freescale On-Chip EHCI Host Controller&lt;BR /&gt;fsl-ehci fsl-ehci.0: new USB bus registered, assigned bus number 1&lt;BR /&gt;fsl-ehci fsl-ehci.0: irq 75, io base 0x02184000&lt;BR /&gt;fsl-ehci fsl-ehci.0: 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;add wake up source irq 72&lt;BR /&gt;fsl-ehci fsl-ehci.1: Freescale On-Chip EHCI Host Controller&lt;BR /&gt;fsl-ehci fsl-ehci.1: new USB bus registered, assigned bus number 2&lt;BR /&gt;fsl-ehci fsl-ehci.1: irq 72, io base 0x02184200&lt;BR /&gt;fsl-ehci fsl-ehci.1: USB 2.0 started, EHCI 1.00&lt;BR /&gt;hub 2-0:1.0: USB hub found&lt;BR /&gt;hub 2-0:1.0: 1 port detected&lt;BR /&gt;Initializing USB Mass Storage driver...&lt;BR /&gt;usbcore: registered new interface driver usb-storage&lt;BR /&gt;USB Mass Storage support registered.&lt;BR /&gt;ARC USBOTG Device Controller driver (1 August 2005)&lt;BR /&gt;mousedev: PS/2 mouse device common for all mice&lt;BR /&gt;input: gpio-keys as /devices/platform/gpio-keys/input/input0&lt;BR /&gt;input: max11801_ts as /devices/platform/imx-i2c.1/i2c-1/1-0048/input/input1&lt;BR /&gt;egalax_ts 1-0004: egalax_ts: failed to read firmware version&lt;BR /&gt;egalax_ts: probe of 1-0004 failed with error -5&lt;BR /&gt;egalax_ts 2-0004: egalax_ts: failed to read firmware version&lt;BR /&gt;egalax_ts: probe of 2-0004 failed with error -5&lt;BR /&gt;elan - Read Hello Packet Failed&lt;BR /&gt;elan-touch: probe of 2-0010 failed with error -22&lt;BR /&gt;i2c-core: driver [isl29023] using legacy suspend method&lt;BR /&gt;i2c-core: driver [isl29023] using legacy resume method&lt;BR /&gt;snvs_rtc snvs_rtc.0: rtc core: registered snvs_rtc as rtc0&lt;BR /&gt;i2c /dev entries driver&lt;BR /&gt;Linux video capture interface: v2.00&lt;BR /&gt;mxc_v4l2_output mxc_v4l2_output.0: V4L2 device registered as video16&lt;BR /&gt;mxc_v4l2_output mxc_v4l2_output.0: V4L2 device registered as video17&lt;BR /&gt;mxc_v4l2_output mxc_v4l2_output.0: V4L2 device registered as video18&lt;BR /&gt;mxc_v4l2_output mxc_v4l2_output.0: V4L2 device registered as video19&lt;BR /&gt;mxc_v4l2_output mxc_v4l2_output.0: V4L2 device registered as video20&lt;BR /&gt;mag3110 2-000e: check mag3110 chip ID&lt;BR /&gt;input: mag3110 as /devices/virtual/input/input2&lt;BR /&gt;mag3110 2-000e: mag3110 is probed&lt;BR /&gt;i2c-core: driver [mag3110] using legacy suspend method&lt;BR /&gt;i2c-core: driver [mag3110] using legacy resume method&lt;BR /&gt;input: mma845x as /devices/virtual/input/input3&lt;BR /&gt;imx2-wdt imx2-wdt.0: IMX2+ Watchdog Timer enabled. timeout=60s (nowayout=1)&lt;BR /&gt;Bluetooth: Virtual HCI driver ver 1.3&lt;BR /&gt;Bluetooth: HCI UART driver ver 2.2&lt;BR /&gt;Bluetooth: HCIATH3K protocol initialized&lt;BR /&gt;Bluetooth: Generic Bluetooth USB driver ver 0.6&lt;BR /&gt;usbcore: registered new interface driver btusb&lt;BR /&gt;sdhci: Secure Digital Host Controller Interface driver&lt;BR /&gt;sdhci: Copyright(c) Pierre Ossman&lt;BR /&gt;mmc0: SDHCI controller on platform [sdhci-esdhc-imx.2] using DMA&lt;BR /&gt;mmc1: SDHCI controller on platform [sdhci-esdhc-imx.3] using DMA&lt;BR /&gt;mmc2: SDHCI controller on platform [sdhci-esdhc-imx.1] using DMA&lt;BR /&gt;mxc_vdoa mxc_vdoa: i.MX Video Data Order Adapter(VDOA) driver probed&lt;BR /&gt;VPU initialized&lt;BR /&gt;mxc_asrc registered&lt;BR /&gt;Galcore version 4.6.9.6622&lt;BR /&gt;Thermal calibration data is 0x56c4b17d&lt;BR /&gt;Thermal sensor with ratio = 179&lt;BR /&gt;Anatop Thermal registered as thermal_zone0&lt;BR /&gt;anatop_thermal_probe: default cooling device is cpufreq!&lt;BR /&gt;usbcore: registered new interface driver usbhid&lt;BR /&gt;usbhid: USB HID core driver&lt;BR /&gt;usbcore: registered new interface driver snd-usb-audio&lt;BR /&gt;mxc_hdmi_soc mxc_hdmi_soc.0: MXC HDMI Audio&lt;BR /&gt;Cirrus Logic CS42888 ALSA SoC Codec Driver&lt;BR /&gt;i2c-core: driver [cs42888] using legacy suspend method&lt;BR /&gt;i2c-core: driver [cs42888] using legacy resume method&lt;BR /&gt;imx-hdmi-soc-dai imx-hdmi-soc-dai.0: Failed: Load HDMI-video first.&lt;BR /&gt;mmc0: new high speed SDHC card at address e624&lt;BR /&gt;mmcblk0: mmc0:e624 SU32G 29.7 GiB &lt;BR /&gt; mmcblk0: p1 p2&lt;BR /&gt;wm8962 0-001a: customer id 0 revision D&lt;BR /&gt;input: WM8962 Beep Generator as /devices/platform/imx-i2c.0/i2c-0/0-001a/input/input4&lt;BR /&gt;asoc: wm8962 &amp;lt;-&amp;gt; imx-ssi.1 mapping ok&lt;BR /&gt;input: wm8962-audio DMIC as /devices/platform/soc-audio.5/sound/card0/input5&lt;BR /&gt;input: wm8962-audio Ext Spk as /devices/platform/soc-audio.5/sound/card0/input6&lt;BR /&gt;imx_3stack asoc driver&lt;BR /&gt;Initialize HDMI-audio failed. Load HDMI-video first!&lt;BR /&gt;ALSA device list:&lt;BR /&gt;&amp;nbsp; #0: wm8962-audio&lt;BR /&gt;NET: Registered protocol family 26&lt;BR /&gt;TCP cubic registered&lt;BR /&gt;NET: Registered protocol family 17&lt;BR /&gt;can: controller area network core (rev 20090105 abi 8)&lt;BR /&gt;NET: Registered protocol family 29&lt;BR /&gt;can: raw protocol (rev 20090105)&lt;BR /&gt;can: broadcast manager protocol (rev 20090105 t)&lt;BR /&gt;Bluetooth: RFCOMM TTY layer initialized&lt;BR /&gt;Bluetooth: RFCOMM socket layer initialized&lt;BR /&gt;Bluetooth: RFCOMM ver 1.11&lt;BR /&gt;Bluetooth: BNEP (Ethernet Emulation) ver 1.3&lt;BR /&gt;Bluetooth: BNEP filters: protocol multicast&lt;BR /&gt;Bluetooth: HIDP (Human Interface Emulation) ver 1.2&lt;BR /&gt;lib80211: common routines for IEEE802.11 drivers&lt;BR /&gt;VFP support v0.3: implementor 41 architecture 3 part 30 variant 9 rev 4&lt;BR /&gt;Bus freq driver module loaded&lt;BR /&gt;Bus freq driver Enabled&lt;BR /&gt;mxc_dvfs_core_probe&lt;BR /&gt;DVFS driver module loaded&lt;BR /&gt;regulator_init_complete: PFUZE100_VGEN6: incomplete constraints, leaving on&lt;BR /&gt;regulator_init_complete: PFUZE100_VGEN3: incomplete constraints, leaving on&lt;BR /&gt;regulator_init_complete: PFUZE100_VGEN2: incomplete constraints, leaving on&lt;BR /&gt;regulator_init_complete: PFUZE100_VGEN1: incomplete constraints, leaving on&lt;BR /&gt;snvs_rtc snvs_rtc.0: setting system clock to 2014-01-18 23:00:10 UTC (1390086010)&lt;BR /&gt;EXT3-fs: barriers not enabled&lt;BR /&gt;kjournald starting.&amp;nbsp; Commit interval 5 seconds&lt;BR /&gt;EXT3-fs (mmcblk0p2): using internal journal&lt;BR /&gt;EXT3-fs (mmcblk0p2): mounted filesystem with writeback data mode&lt;BR /&gt;VFS: Mounted root (ext3 filesystem) on device 179:2.&lt;BR /&gt;devtmpfs: mounted&lt;BR /&gt;Freeing init memory: 216K&lt;BR /&gt;mmc1: new high speed DDR MMC card at address 0001&lt;BR /&gt;mmcblk1: mmc1:0001 SEM08G 7.39 GiB &lt;BR /&gt;mmcblk1boot0: mmc1:0001 SEM08G partition 1 2.00 MiB&lt;BR /&gt;mmcblk1boot1: mmc1:0001 SEM08G partition 2 2.00 MiB&lt;BR /&gt; mmcblk1: p1 p2 p3 &amp;lt; p5 p6 p7 p8 p9 &amp;gt; p4&lt;BR /&gt; mmcblk1boot1: unknown partition table&lt;BR /&gt; mmcblk1boot0: unknown partition table&lt;BR /&gt;INIT: version 2.88 booting&lt;BR /&gt;Starting udev&lt;BR /&gt;udevd[105]: starting version 182&lt;BR /&gt;Starting Bootlog daemon: ov5642_read_reg:write reg error:reg=300a&lt;BR /&gt;camera ov5642 is not found&lt;BR /&gt;ov5640_read_reg:write reg error:reg=300a&lt;BR /&gt;bootlogd.&lt;BR /&gt;camera ov5640_mipi is not found&lt;BR /&gt;ov5640_read_reg:write reg error:reg=300a&lt;BR /&gt;camera ov5640 is not found&lt;BR /&gt;ALSA: Restoring mixer settings...&lt;BR /&gt;Configuring network interfaces... EXT4-fs (mmcblk1p7): warning: checktime reached, running e2fsck is recommended&lt;BR /&gt;EXT4-fs (mmcblk1p4): warning: checktime reached, running e2fsck is recommended&lt;BR /&gt;EXT4-fs (mmcblk1p7): mounted filesystem with ordered data mode. Opts: (null)&lt;BR /&gt;EXT4-fs (mmcblk1p4): mounted filesystem with ordered data mode. Opts: (null)&lt;BR /&gt;EXT4-fs (mmcblk1p6): warning: checktime reached, running e2fsck is recommended&lt;BR /&gt;eth0: Freescale FEC PHY driver [Generic PHY] (mii_bus:phy_addr=1:01, irq=-1)&lt;BR /&gt;EXT4-fs (mmcblk1p5): mounted filesystem with ordered data mode. Opts: (null)&lt;BR /&gt;EXT4-fs (mmcblk1p6): mounted filesystem with ordered data mode. Opts: (null)&lt;BR /&gt;udhcpc (v1.21.1) started&lt;BR /&gt;Sending discover...&lt;BR /&gt;PHY: 1:01 - Link is Up - 100/Full&lt;BR /&gt;Sending discover...&lt;BR /&gt;Sending select for 192.168.0.17...&lt;BR /&gt;Lease of 192.168.0.17 obtained, lease time 86400&lt;BR /&gt;/etc/udhcpc.d/50default: Adding DNS 192.168.0.1&lt;BR /&gt;done.&lt;BR /&gt;Starting rpcbind daemon...rpcbind: cannot create socket for udp6&lt;BR /&gt;rpcbind: cannot create socket for tcp6&lt;BR /&gt;done.&lt;BR /&gt;INIT: Entering runlevel: 5&lt;BR /&gt;Starting Xserver&lt;BR /&gt;Starting system message bus: dbus.&lt;BR /&gt;Starting Connection Manager&lt;BR /&gt;Starting Dropbear SSH server: dropbear.&lt;BR /&gt;Starting advanced power management daemon: apmd.&lt;BR /&gt;apmd[578]: apmd 3.2.1 interfacing with apm driver 1.13 and APM BIOS 1.2&lt;BR /&gt;creating NFS state directory: eth0: Freescale FEC PHY driver [Generic PHY] (mii_bus:phy_addr=1:01, irq=-1)&lt;BR /&gt;done&lt;BR /&gt;NFS daemon support not enabled in kernel&lt;BR /&gt;Starting syslogd/klogd: done&lt;BR /&gt; * Starting Avahi mDNS/DNS-SD Daemon: avahi-daemon&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;&amp;nbsp;&amp;nbsp; ...fail!&lt;BR /&gt;Starting Telephony daemon&lt;BR /&gt;Starting Linux NFC daemon&lt;BR /&gt;Starting OProfileUI server&lt;BR /&gt;Running local boot scripts (/etc/rc.local).&lt;/P&gt;&lt;P&gt;** (oprofile-server:642): WARNING **: Failed to create avahi client: Daemon not running&lt;BR /&gt;Stopping Bootlog daemon: bootlogd.&lt;/P&gt;&lt;P&gt;Poky (Yocto Project Reference Distro) 1.5.1 imx6qsabresd /dev/ttymxc0&lt;/P&gt;&lt;P&gt;imx6qsabresd login: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;VJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Feb 2014 10:29:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/boot-problem-for-IMX6-SABRE-SD-board/m-p/226651#M16225</guid>
      <dc:creator>vjwan</dc:creator>
      <dc:date>2014-02-12T10:29:23Z</dc:date>
    </item>
    <item>
      <title>Re: boot problem for IMX6 SABRE_SD board</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/boot-problem-for-IMX6-SABRE-SD-board/m-p/226652#M16226</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, VJ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; From booting log you provided on above, partitions of your SD card is android, Why did you use &lt;STRONG&gt;&lt;EM&gt;Yocto images to boot android system ? Linux BSP was released in Yocto ! Not android BSP.&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;mmc1: new high speed DDR MMC card at address 0001&lt;/P&gt;&lt;P&gt;mmcblk1: mmc1:0001 SEM08G 7.39 GiB &lt;/P&gt;&lt;P&gt;mmcblk1boot0: mmc1:0001 SEM08G partition 1 2.00 MiB&lt;/P&gt;&lt;P&gt;mmcblk1boot1: mmc1:0001 SEM08G partition 2 2.00 MiB&lt;/P&gt;&lt;P&gt;mmcblk1: p1 p2 p3 &amp;lt; p5 p6 p7 p8 p9 &amp;gt; p4&lt;/P&gt;&lt;P&gt;mmcblk1boot1: unknown partition table&lt;/P&gt;&lt;P&gt;mmcblk1boot0: unknown partition table&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Please use fdisk command to re-partition SD card for linux system! Then use dd command to copy images to SD !&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;----------- I tested booting from SD card , it's no problem, following is what I did ,just an example for you -------&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; text-indent: 0px; color: #000000;"&gt;sudo dd if=&lt;/SPAN&gt;&lt;STRONG style="text-indent: 0px; color: #00cc66; font-style: normal; font-size: 12pt; background-color: #ffffff; font-family: 'lucida Grande', Verdana;"&gt;&lt;SPAN class="Apple-converted-space"&gt; &lt;/SPAN&gt;fsl-image-x11-imx6qsabresd-20140103025526.rootfs.sdcard&lt;/STRONG&gt;&lt;SPAN style="background-color: #ffffff; text-indent: 0px; color: #000000;"&gt;&lt;SPAN class="Apple-converted-space"&gt; &lt;/SPAN&gt;of=/dev/sdb&lt;SPAN class="Apple-converted-space"&gt; &lt;/SPAN&gt;&lt;STRONG style="color: blue;"&gt;bs=512&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; text-indent: 0px; color: #000000;"&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; text-indent: 0px; color: #000000;"&gt;&lt;STRONG style="color: blue;"&gt;Regards,&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; text-indent: 0px; color: #000000;"&gt;&lt;STRONG style="color: blue;"&gt;Weidong&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Feb 2014 02:57:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/boot-problem-for-IMX6-SABRE-SD-board/m-p/226652#M16226</guid>
      <dc:creator>weidong_sun</dc:creator>
      <dc:date>2014-02-13T02:57:48Z</dc:date>
    </item>
    <item>
      <title>Re: boot problem for IMX6 SABRE_SD board</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/boot-problem-for-IMX6-SABRE-SD-board/m-p/226653#M16227</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Weidong,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply. It turns out that we need to change&lt;EM&gt; ldb_modedb&lt;/EM&gt; in ldb.c. For LG LP101WH1 TLB!, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "LDB-LXGA", 60, 1360, 768, 13825, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 80, 48, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 14, 3, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 32, 5,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FB_VMODE_NONINTERLACED,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FB_MODE_IS_DETAILED&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also we need add&lt;EM&gt; ldb=dul0&lt;/EM&gt; at the end&lt;EM&gt; of video=mxcfb0:dev=ldb,LDB-XGA,if=RGB666'&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;VJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Feb 2014 08:41:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/boot-problem-for-IMX6-SABRE-SD-board/m-p/226653#M16227</guid>
      <dc:creator>vjwan</dc:creator>
      <dc:date>2014-02-14T08:41:45Z</dc:date>
    </item>
    <item>
      <title>Re: boot problem for IMX6 SABRE_SD board</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/boot-problem-for-IMX6-SABRE-SD-board/m-p/226654#M16228</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi VJ，&lt;/P&gt;&lt;P&gt;Have you solved your problem? If yes, Please click Correct Answer/Helpful Answer. Thanks a lot~~&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Dan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Feb 2014 09:09:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/boot-problem-for-IMX6-SABRE-SD-board/m-p/226654#M16228</guid>
      <dc:creator>Rita_Wang</dc:creator>
      <dc:date>2014-02-14T09:09:08Z</dc:date>
    </item>
  </channel>
</rss>

