<?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のトピックIMX6Q drive the LVDS screen ,but can not light up...</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/IMX6Q-drive-the-LVDS-screen-but-can-not-light-up/m-p/475029#M75308</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have program the kernel source code and the uboot source code with the L3.0.35_4.1.0_130816_source.tar.gz . Then I program the kernel image and uboot image &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with the source code . I download the Image ,uboot.bin and the rootfs.tar.bz2 with Mfgtools. Then I boot the Linux system after I config the boot mode . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have make the following changes with the uboot :&lt;/P&gt;&lt;P&gt;In the file : board/freescale/mx6q_sabresd/mx6q_sabresd.c&lt;/P&gt;&lt;P&gt;1.find the struct :fb_videomode ,change as following:&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;&amp;nbsp; "LDB-XGA", 60, 1024, 768, 15385,&lt;/P&gt;&lt;P&gt;&amp;nbsp; 220, 40,&lt;/P&gt;&lt;P&gt;&amp;nbsp; 21, 7,&lt;/P&gt;&lt;P&gt;&amp;nbsp; 60, 10,&lt;/P&gt;&lt;P&gt;&amp;nbsp; 0,&lt;/P&gt;&lt;P&gt;&amp;nbsp; FB_VMODE_NONINTERLACED,&lt;/P&gt;&lt;P&gt;&amp;nbsp; FB_MODE_IS_DETAILED,&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.find the position that use 'ipuv3_fb_init',change the parameter 'IPU_PIX_FMT_RGB666' as'IPU_PIX_FMT_RGB24'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The kernel that I have changed as following :&lt;/P&gt;&lt;P&gt;In the file :arch/arm/mach_mx6/ board-mx6q_sabresd.c&lt;/P&gt;&lt;P&gt;find 'ipuv3_fb_platform_data sabresd_fb_data',then change as following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static struct ipuv3_fb_platform_data sabresd_fb_data[] = {&lt;/P&gt;&lt;P&gt;&amp;nbsp; { /*fb0*/&lt;/P&gt;&lt;P&gt;&amp;nbsp; .disp_dev = "ldb",&lt;/P&gt;&lt;P&gt;&amp;nbsp; .interface_pix_fmt = IPU_PIX_FMT_RGB666,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; change as:IPU_PIX_FMT_RGB24&lt;/P&gt;&lt;P&gt;&amp;nbsp; .mode_str = "LDB-XGA",&lt;/P&gt;&lt;P&gt;&amp;nbsp; .default_bpp = 16,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; change as :default_bpp = 24&lt;/P&gt;&lt;P&gt;&amp;nbsp; .int_clk = false,&lt;/P&gt;&lt;P&gt;&amp;nbsp; .late_init = false,&lt;/P&gt;&lt;P&gt;&amp;nbsp; }, {&lt;/P&gt;&lt;P&gt;&amp;nbsp; .disp_dev = "ldb",&lt;/P&gt;&lt;P&gt;&amp;nbsp; .interface_pix_fmt = IPU_PIX_FMT_RGB666,&lt;/P&gt;&lt;P&gt;&amp;nbsp; .mode_str = "LDB-XGA",&lt;/P&gt;&lt;P&gt;&amp;nbsp; .default_bpp = 16,&lt;/P&gt;&lt;P&gt;&amp;nbsp; .int_clk = false,&lt;/P&gt;&lt;P&gt;&amp;nbsp; },&lt;/P&gt;&lt;P&gt;};&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;find 'fsl_mxc_ldb_platform_data ldb_data' then change as following :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static struct fsl_mxc_ldb_platform_data ldb_data = {&lt;/P&gt;&lt;P&gt;&amp;nbsp; .ipu_id = 1,&amp;nbsp;&amp;nbsp;&amp;nbsp; change as : ipu_id = 0&lt;/P&gt;&lt;P&gt;&amp;nbsp; .disp_id = 1,&lt;/P&gt;&lt;P&gt;&amp;nbsp; .ext_ref = 1,&lt;/P&gt;&lt;P&gt;&amp;nbsp; .mode = LDB_SEP1, i do not know if here need to change &lt;/P&gt;&lt;P&gt;&amp;nbsp; .sec_ipu_id = 1,&amp;nbsp;&amp;nbsp;&amp;nbsp; changge as :sec_ipu_id = 0&lt;/P&gt;&lt;P&gt;&amp;nbsp; .sec_disp_id = 0,&lt;/P&gt;&lt;P&gt;};&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I set the following parameters in the uboot:&amp;nbsp; setenv bootargs video=mxcfb0:dev=ldb,LDB-XGA,if=RGB24,fbpix=RGB32,ldb=spl0,fbmem=10M&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I use lvds0 as the image :&lt;span class="lia-inline-image-display-wrapper" image-alt="QQ截图20160108174829.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/54125iFF157F377D7B9C85/image-size/large?v=v2&amp;amp;px=999" role="button" title="QQ截图20160108174829.png" alt="QQ截图20160108174829.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;the screen I us is G104X1 - L03.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Jan 2016 09:54:49 GMT</pubDate>
    <dc:creator>xiaobinwu</dc:creator>
    <dc:date>2016-01-08T09:54:49Z</dc:date>
    <item>
      <title>IMX6Q drive the LVDS screen ,but can not light up...</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX6Q-drive-the-LVDS-screen-but-can-not-light-up/m-p/475029#M75308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have program the kernel source code and the uboot source code with the L3.0.35_4.1.0_130816_source.tar.gz . Then I program the kernel image and uboot image &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with the source code . I download the Image ,uboot.bin and the rootfs.tar.bz2 with Mfgtools. Then I boot the Linux system after I config the boot mode . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have make the following changes with the uboot :&lt;/P&gt;&lt;P&gt;In the file : board/freescale/mx6q_sabresd/mx6q_sabresd.c&lt;/P&gt;&lt;P&gt;1.find the struct :fb_videomode ,change as following:&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;&amp;nbsp; "LDB-XGA", 60, 1024, 768, 15385,&lt;/P&gt;&lt;P&gt;&amp;nbsp; 220, 40,&lt;/P&gt;&lt;P&gt;&amp;nbsp; 21, 7,&lt;/P&gt;&lt;P&gt;&amp;nbsp; 60, 10,&lt;/P&gt;&lt;P&gt;&amp;nbsp; 0,&lt;/P&gt;&lt;P&gt;&amp;nbsp; FB_VMODE_NONINTERLACED,&lt;/P&gt;&lt;P&gt;&amp;nbsp; FB_MODE_IS_DETAILED,&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.find the position that use 'ipuv3_fb_init',change the parameter 'IPU_PIX_FMT_RGB666' as'IPU_PIX_FMT_RGB24'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The kernel that I have changed as following :&lt;/P&gt;&lt;P&gt;In the file :arch/arm/mach_mx6/ board-mx6q_sabresd.c&lt;/P&gt;&lt;P&gt;find 'ipuv3_fb_platform_data sabresd_fb_data',then change as following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static struct ipuv3_fb_platform_data sabresd_fb_data[] = {&lt;/P&gt;&lt;P&gt;&amp;nbsp; { /*fb0*/&lt;/P&gt;&lt;P&gt;&amp;nbsp; .disp_dev = "ldb",&lt;/P&gt;&lt;P&gt;&amp;nbsp; .interface_pix_fmt = IPU_PIX_FMT_RGB666,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; change as:IPU_PIX_FMT_RGB24&lt;/P&gt;&lt;P&gt;&amp;nbsp; .mode_str = "LDB-XGA",&lt;/P&gt;&lt;P&gt;&amp;nbsp; .default_bpp = 16,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; change as :default_bpp = 24&lt;/P&gt;&lt;P&gt;&amp;nbsp; .int_clk = false,&lt;/P&gt;&lt;P&gt;&amp;nbsp; .late_init = false,&lt;/P&gt;&lt;P&gt;&amp;nbsp; }, {&lt;/P&gt;&lt;P&gt;&amp;nbsp; .disp_dev = "ldb",&lt;/P&gt;&lt;P&gt;&amp;nbsp; .interface_pix_fmt = IPU_PIX_FMT_RGB666,&lt;/P&gt;&lt;P&gt;&amp;nbsp; .mode_str = "LDB-XGA",&lt;/P&gt;&lt;P&gt;&amp;nbsp; .default_bpp = 16,&lt;/P&gt;&lt;P&gt;&amp;nbsp; .int_clk = false,&lt;/P&gt;&lt;P&gt;&amp;nbsp; },&lt;/P&gt;&lt;P&gt;};&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;find 'fsl_mxc_ldb_platform_data ldb_data' then change as following :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static struct fsl_mxc_ldb_platform_data ldb_data = {&lt;/P&gt;&lt;P&gt;&amp;nbsp; .ipu_id = 1,&amp;nbsp;&amp;nbsp;&amp;nbsp; change as : ipu_id = 0&lt;/P&gt;&lt;P&gt;&amp;nbsp; .disp_id = 1,&lt;/P&gt;&lt;P&gt;&amp;nbsp; .ext_ref = 1,&lt;/P&gt;&lt;P&gt;&amp;nbsp; .mode = LDB_SEP1, i do not know if here need to change &lt;/P&gt;&lt;P&gt;&amp;nbsp; .sec_ipu_id = 1,&amp;nbsp;&amp;nbsp;&amp;nbsp; changge as :sec_ipu_id = 0&lt;/P&gt;&lt;P&gt;&amp;nbsp; .sec_disp_id = 0,&lt;/P&gt;&lt;P&gt;};&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I set the following parameters in the uboot:&amp;nbsp; setenv bootargs video=mxcfb0:dev=ldb,LDB-XGA,if=RGB24,fbpix=RGB32,ldb=spl0,fbmem=10M&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I use lvds0 as the image :&lt;span class="lia-inline-image-display-wrapper" image-alt="QQ截图20160108174829.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/54125iFF157F377D7B9C85/image-size/large?v=v2&amp;amp;px=999" role="button" title="QQ截图20160108174829.png" alt="QQ截图20160108174829.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;the screen I us is G104X1 - L03.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jan 2016 09:54:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX6Q-drive-the-LVDS-screen-but-can-not-light-up/m-p/475029#M75308</guid>
      <dc:creator>xiaobinwu</dc:creator>
      <dc:date>2016-01-08T09:54:49Z</dc:date>
    </item>
    <item>
      <title>Re: IMX6Q drive the LVDS screen ,but can not light up...</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX6Q-drive-the-LVDS-screen-but-can-not-light-up/m-p/475030#M75309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The lvds screen can not light up ,if there anyone meet the problem?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jan 2016 09:56:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX6Q-drive-the-LVDS-screen-but-can-not-light-up/m-p/475030#M75309</guid>
      <dc:creator>xiaobinwu</dc:creator>
      <dc:date>2016-01-08T09:56:53Z</dc:date>
    </item>
    <item>
      <title>Re: IMX6Q drive the LVDS screen ,but can not light up...</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX6Q-drive-the-LVDS-screen-but-can-not-light-up/m-p/475031#M75310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;kernel boot command?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Jan 2016 20:36:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX6Q-drive-the-LVDS-screen-but-can-not-light-up/m-p/475031#M75310</guid>
      <dc:creator>dehuanxin</dc:creator>
      <dc:date>2016-01-09T20:36:02Z</dc:date>
    </item>
    <item>
      <title>Re: IMX6Q drive the LVDS screen ,but can not light up...</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX6Q-drive-the-LVDS-screen-but-can-not-light-up/m-p/475032#M75311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this lcd was used with i.MX53 on below link, i.MX53 has similar ldb&lt;/P&gt;&lt;P&gt;module as i.MX6.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.tq-group.com/doku.php?id=en:arm:tqma53:linux:how_to" title="http://support.tq-group.com/doku.php?id=en:arm:tqma53:linux:how_to"&gt;en:arm:tqma53:linux:how_to [TQ Support Wiki]&lt;/A&gt; &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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 10 Jan 2016 09:35:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX6Q-drive-the-LVDS-screen-but-can-not-light-up/m-p/475032#M75311</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2016-01-10T09:35:14Z</dc:date>
    </item>
    <item>
      <title>Re: IMX6Q drive the LVDS screen ,but can not light up...</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX6Q-drive-the-LVDS-screen-but-can-not-light-up/m-p/475033#M75312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Have you configured 65 Mhz CLK and checked through CRO ?&lt;/P&gt;&lt;P&gt;2. Please probe the lines LVDS_TX0_+ and -, LVDS0_TX1_+ and -, LVDS0_TX2_+ and -, LVDS0_TX3_+ and -, LVDS0_CLK_+ and - using CRO and share the waveforms.&lt;/P&gt;&lt;P&gt;3. Whether the LCD set-up have PWM and Enable pins options ? Did you drive those pins properly ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mohammed Azlum&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jan 2016 05:05:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX6Q-drive-the-LVDS-screen-but-can-not-light-up/m-p/475033#M75312</guid>
      <dc:creator>mohammedazlum</dc:creator>
      <dc:date>2016-01-11T05:05:00Z</dc:date>
    </item>
    <item>
      <title>Re: IMX6Q drive the LVDS screen ,but can not light up...</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX6Q-drive-the-LVDS-screen-but-can-not-light-up/m-p/475034#M75313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;U-Boot 2009.08 (Jan 04 2016 - 22:21:06)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CPU: Freescale i.MX6 family TO1.5 at 792 MHz&lt;/P&gt;&lt;P&gt;Thermal sensor with ratio = 184&lt;/P&gt;&lt;P&gt;Temperature:&amp;nbsp;&amp;nbsp; 36 C, calibration data 0x58f4d97d&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: 132000000Hz&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; : 198000000Hz&lt;/P&gt;&lt;P&gt;usdhc2 clock&amp;nbsp; : 198000000Hz&lt;/P&gt;&lt;P&gt;usdhc3 clock&amp;nbsp; : 198000000Hz&lt;/P&gt;&lt;P&gt;usdhc4 clock&amp;nbsp; : 198000000Hz&lt;/P&gt;&lt;P&gt;nfc clock&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : 24000000Hz&lt;/P&gt;&lt;P&gt;Board: i.MX6Q-SABRESD: unknown-board Board: 0x63015 [WDOG ]&lt;/P&gt;&lt;P&gt;Boot Device: MMC&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,FSL_USDHC: 2,FSL_USDHC: 3&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;MX6Q SABRESD U-Boot &amp;gt; printenv&lt;/P&gt;&lt;P&gt;bootdelay=3&lt;/P&gt;&lt;P&gt;baudrate=115200&lt;/P&gt;&lt;P&gt;ipaddr=192.168.1.103&lt;/P&gt;&lt;P&gt;serverip=192.168.1.101&lt;/P&gt;&lt;P&gt;netmask=255.255.255.0&lt;/P&gt;&lt;P&gt;loadaddr=0x10800000&lt;/P&gt;&lt;P&gt;rd_loadaddr=(0x1300000)&lt;/P&gt;&lt;P&gt;netdev=eth0&lt;/P&gt;&lt;P&gt;ethprime=FEC0&lt;/P&gt;&lt;P&gt;uboot=u-boot.bin&lt;/P&gt;&lt;P&gt;kernel=uImage&lt;/P&gt;&lt;P&gt;nfsroot=/opt/eldk/arm&lt;/P&gt;&lt;P&gt;bootargs_base=setenv bootargs console=ttymxc0,115200&lt;/P&gt;&lt;P&gt;bootargs_nfs=setenv bootargs ${bootargs} root=/dev/nfs ip=dhcp nfsroot=${serverip}:${nfsroot},v3,tcp&lt;/P&gt;&lt;P&gt;bootcmd_net=run bootargs_base bootargs_nfs; tftpboot ${loadaddr} ${kernel}; bootm&lt;/P&gt;&lt;P&gt;bootargs_mmc=setenv bootargs ${bootargs} ip=dhcp root=/dev/mmcblk0p1 rootwait&lt;/P&gt;&lt;P&gt;bootcmd_mmc=run bootargs_base bootargs_mmc; mmc dev 3; mmc read ${loadaddr} 0x800 0x2000; bootm&lt;/P&gt;&lt;P&gt;ethact=FEC0&lt;/P&gt;&lt;P&gt;bootcmd=run bootcmd_mmc&lt;/P&gt;&lt;P&gt;bootargs=init=/init video=mxcfb0:dev=ldb,LDB-XGA,if=RGB24,bpp=24,ldb=sin0 fbmem=10M&lt;/P&gt;&lt;P&gt;stdin=serial&lt;/P&gt;&lt;P&gt;stdout=serial&lt;/P&gt;&lt;P&gt;stderr=serial&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Environment size: 788/8188 bytes&lt;/P&gt;&lt;P&gt;MX6Q SABRESD U-Boot &amp;gt; reset&lt;/P&gt;&lt;P&gt;resetting ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U-Boot 2009.08 (Jan 04 2016 - 22:21:06)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CPU: Freescale i.MX6 family TO1.5 at 792 MHz&lt;/P&gt;&lt;P&gt;Thermal sensor with ratio = 184&lt;/P&gt;&lt;P&gt;Temperature:&amp;nbsp;&amp;nbsp; 41 C, calibration data 0x58f4d97d&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: 132000000Hz&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; : 198000000Hz&lt;/P&gt;&lt;P&gt;usdhc2 clock&amp;nbsp; : 198000000Hz&lt;/P&gt;&lt;P&gt;usdhc3 clock&amp;nbsp; : 198000000Hz&lt;/P&gt;&lt;P&gt;usdhc4 clock&amp;nbsp; : 198000000Hz&lt;/P&gt;&lt;P&gt;nfc clock&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : 24000000Hz&lt;/P&gt;&lt;P&gt;Board: i.MX6Q-SABRESD: unknown-board Board: 0x63015 [WDOG ]&lt;/P&gt;&lt;P&gt;Boot Device: MMC&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,FSL_USDHC: 2,FSL_USDHC: 3&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;mmc3(part 0) is current device&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MMC read: dev # 3, block # 2048, count 8192 ... 8192 blocks read: OK&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-2666-gbdde708&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; 3861116 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;&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;&lt;/P&gt;&lt;P&gt;Starting kernel ...&lt;/P&gt;&lt;P&gt;&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-2666-gbdde708 (root@ubuntu) (gcc version 4.6.2 20110630 (prerelease) (Freescale MAD -- Linaro 2011.07 -- Built at 2011/08/10 09:20) ) #7 SMP PREEMPT Mon Jan 4 22:39:24 PST 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/DualLite/Solo Sabre-SD Board&lt;/P&gt;&lt;P&gt;Ignoring unrecognised tag 0x54410008&lt;/P&gt;&lt;P&gt;Memory policy: ECC disabled, Data cache writealloc&lt;/P&gt;&lt;P&gt;CPU identified as i.MX6Q, unknown revision&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: 194560&lt;/P&gt;&lt;P&gt;Kernel command line: console=ttymxc0,115200 ip=dhcp root=/dev/mmcblk0p1 rootwait&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: 512MB 256MB = 768MB total&lt;/P&gt;&lt;P&gt;Memory: 765764k/765764k available, 282812k 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 - 0x8003b000&amp;nbsp;&amp;nbsp; ( 204 kB)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .text : 0x8003b000 - 0x80a8e8e4&amp;nbsp;&amp;nbsp; (10575 kB)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .data : 0x80a90000 - 0x80af3e40&amp;nbsp;&amp;nbsp; ( 400 kB)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .bss : 0x80af3e64 - 0x80b41d80&amp;nbsp;&amp;nbsp; ( 312 kB)&lt;/P&gt;&lt;P&gt;SLUB: Genslabs=13, HWalign=32, Order=0-3, MinObjects=0, CPUs=4, 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 0x2020000 (options '115200')&lt;/P&gt;&lt;P&gt;bootconsole [ttymxc0] 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;CPU2: Booted secondary processor&lt;/P&gt;&lt;P&gt;CPU3: Booted secondary processor&lt;/P&gt;&lt;P&gt;Brought up 4 CPUs&lt;/P&gt;&lt;P&gt;SMP: Total of 4 processors activated (6324.22 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 700 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: SPKVDD: 4200 mV &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;mc_pfuze 1-0008: recv failed!:-5,80&lt;/P&gt;&lt;P&gt;mc_pfuze: probe of 1-0008 failed with error -1&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;max17135 2-0048: PMIC MAX17135 for eInk display&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;PMU: registered new PMU device of type 0&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=c091c000&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 1495&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;mxc_mipi_dsi mxc_mipi_dsi: i.MX MIPI DSI driver probed&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.0: 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 ldb&lt;/P&gt;&lt;P&gt;mxc_sdc_fb mxc_sdc_fb.2: register mxc display driver lcd&lt;/P&gt;&lt;P&gt;mxc_sdc_fb mxc_sdc_fb.2: ipu0-di0 already in use&lt;/P&gt;&lt;P&gt;mxc_sdc_fb: probe of mxc_sdc_fb.2 failed with error -16&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: ipu0-di0 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.2: ttymxc2 at MMIO 0x21ec000 (irq = 60) is a IMX&lt;/P&gt;&lt;P&gt;imx-uart.0: ttymxc0 at MMIO 0x2020000 (irq = 58) is a IMX&lt;/P&gt;&lt;P&gt;console [ttymxc0] enabled, bootconsole disabled&lt;/P&gt;&lt;P&gt;console [ttymxc0] 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: unrecognized JEDEC id ffffff&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;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;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;input: max11801_ts as /devices/platform/imx-i2c.1/i2c-1/1-0048/input/input1&lt;/P&gt;&lt;P&gt;egalax_ts 1-0004: egalax_ts: failed to read firmware version&lt;/P&gt;&lt;P&gt;egalax_ts: probe of 1-0004 failed with error -5&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;usb 2-1: new high speed USB device number 2 using fsl-ehci&lt;/P&gt;&lt;P&gt;elan - Read Hello Packet Failed&lt;/P&gt;&lt;P&gt;elan-touch: probe of 2-0010 failed with error -22&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;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;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;mag3110 2-000e: check mag3110 chip ID&lt;/P&gt;&lt;P&gt;mag3110 2-000e: read chip ID 0xfffffffb is not equal to 0xc4!&lt;/P&gt;&lt;P&gt;mag3110: probe of 2-000e failed with error -22&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;mma8451 0-001c: read chip ID 0x1 is not equal to 0x1a or 0x2a!&lt;/P&gt;&lt;P&gt;mma8451: probe of 0-001c failed with error -22&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;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.1] using DMA&lt;/P&gt;&lt;P&gt;mmc2: 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;Galcore version 4.6.9.6622&lt;/P&gt;&lt;P&gt;Thermal calibration data is 0x58f4d97d&lt;/P&gt;&lt;P&gt;Thermal sensor with ratio = 184&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;wm8962 0-001a: Failed to get supply 'DCVDD': -19&lt;/P&gt;&lt;P&gt;wm8962 0-001a: Failed to request supplies: -19&lt;/P&gt;&lt;P&gt;wm8962 0-001a: asoc: failed to probe CODEC wm8962.0-001a: -19&lt;/P&gt;&lt;P&gt;asoc: failed to instantiate card wm8962-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;mmc0: new high speed DDR MMC card at address 0001&lt;/P&gt;&lt;P&gt;mmcblk0: mmc0:0001 SEM08G 7.39 GiB &lt;/P&gt;&lt;P&gt;mmcblk0boot0: mmc0:0001 SEM08G partition 1 2.00 MiB&lt;/P&gt;&lt;P&gt;mmcblk0boot1: mmc0:0001 SEM08G partition 2 2.00 MiB&lt;/P&gt;&lt;P&gt; mmcblk0: p1&lt;/P&gt;&lt;P&gt;NET: Registered protocol family 26&lt;/P&gt;&lt;P&gt; mmcblk0boot1: unknown partition table&lt;/P&gt;&lt;P&gt;TCP cubic registered&lt;/P&gt;&lt;P&gt; mmcblk0boot0: unknown partition table&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: SPKVDD: incomplete constraints, leaving on&lt;/P&gt;&lt;P&gt;snvs_rtc snvs_rtc.0: setting system clock to 1970-01-01 00:02:35 UTC (155)&lt;/P&gt;&lt;P&gt;eth0: Freescale FEC PHY driver [Generic PHY] (mii_bus:phy_addr=1:01, irq=-1)&lt;/P&gt;&lt;P&gt;PHY: 1:01 - Link is Up - 1000/Full&lt;/P&gt;&lt;P&gt;IP-Config: Guessing netmask 255.0.0.0&lt;/P&gt;&lt;P&gt;IP-Config: Complete:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; device=eth0, addr=62.0.0.0, mask=255.0.0.0, gw=255.255.255.255,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; host=62.0.0.0, domain=, nis-domain=(none),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; bootserver=255.255.255.255, rootserver=255.255.255.255, rootpath=&lt;/P&gt;&lt;P&gt;EXT3-fs: barriers not enabled&lt;/P&gt;&lt;P&gt;kjournald starting.&amp;nbsp; Commit interval 5 seconds&lt;/P&gt;&lt;P&gt;EXT3-fs (mmcblk0p1): using internal journal&lt;/P&gt;&lt;P&gt;EXT3-fs (mmcblk0p1): mounted filesystem with writeback data mode&lt;/P&gt;&lt;P&gt;VFS: Mounted root (ext3 filesystem) on device 179:1.&lt;/P&gt;&lt;P&gt;Freeing init memory: 204K&lt;/P&gt;&lt;P&gt;starting pid 1388, tty '': '/etc/rc.d/rcS'&lt;/P&gt;&lt;P&gt;Mounting /proc and /sys &lt;/P&gt;&lt;P&gt;Starting the hotplug events dispatcher udevd&lt;/P&gt;&lt;P&gt;udevd (1397): /proc/1397/oom_adj is deprecated, please use /proc/1397/oom_score_adj instead.&lt;/P&gt;&lt;P&gt;Synthesizing initial hotplug events&lt;/P&gt;&lt;P&gt;Setting the hostname to freescale&lt;/P&gt;&lt;P&gt;Mounting filesystems&lt;/P&gt;&lt;P&gt;PHY: 1:01 - Link is Down&lt;/P&gt;&lt;P&gt;cp: write error: No space left on device&lt;/P&gt;&lt;P&gt;cp: write error: No space left on device&lt;/P&gt;&lt;P&gt;cp: write error: No space left on device&lt;/P&gt;&lt;P&gt;cp: write error: No space left on device&lt;/P&gt;&lt;P&gt;mount: mounting usbfs on /proc/bus/usb failed: No such file or directory&lt;/P&gt;&lt;P&gt;starting pid 3092, tty '': '/etc/rc.d/rc_gpu.S'&lt;/P&gt;&lt;P&gt;starting pid 3098, tty '': '/etc/rc.d/rc_mxc.S'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;arm-none-linux-gnueabi-gcc (Freescale MAD -- Linaro 2011.07 -- Built at 2011/08/10 09:20) 4.6.2 20110630 (prerelease)&lt;/P&gt;&lt;P&gt;root filesystem built on Fri, 31 Aug 2012 11:01:55 -0500&lt;/P&gt;&lt;P&gt;Freescale Semiconductor, Inc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;freescale login: PHY: 1:01 - Link is Up - 1000/Full&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The kernel command list above is all in my console .&amp;nbsp; I think the possible problem is here&lt;/P&gt;&lt;P&gt;" &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.0: 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 ldb&lt;/P&gt;&lt;P&gt;mxc_sdc_fb mxc_sdc_fb.2: register mxc display driver lcd&lt;/P&gt;&lt;P&gt;mxc_sdc_fb mxc_sdc_fb.2: ipu0-di0 already in use&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="color: red;"&gt;mxc_sdc_fb: probe of mxc_sdc_fb.2 failed with error -16&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="color: red;"&gt;mxc_sdc_fb mxc_sdc_fb.3: register mxc display driver ldb&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="color: red;"&gt;mxc_sdc_fb mxc_sdc_fb.3: ipu0-di0 already in use&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="color: red;"&gt;mxc_sdc_fb: probe of mxc_sdc_fb.3 failed with error -16&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="color: red;"&gt;imx-sdma imx-sdma: loaded firmware 1.1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;imx-sdma imx-sdma: initialized&lt;/P&gt;&lt;P&gt; ",&lt;/P&gt;&lt;P&gt;but I do not locate the problem in the kernel or uboot source code .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jan 2016 06:38:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX6Q-drive-the-LVDS-screen-but-can-not-light-up/m-p/475034#M75313</guid>
      <dc:creator>xiaobinwu</dc:creator>
      <dc:date>2016-01-12T06:38:08Z</dc:date>
    </item>
    <item>
      <title>Re: IMX6Q drive the LVDS screen ,but can not light up...</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX6Q-drive-the-LVDS-screen-but-can-not-light-up/m-p/475035#M75314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Thank your for your suggestions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I have tested the &lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;LVDS_TX0_+ and -, LVDS0_TX1_+ and -, LVDS0_TX2_+ and -, LVDS0_TX3_+ and -, LVDS0_CLK_+ and - signals, and find that&amp;nbsp; &lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;LVDS_TX0_+ and -, LVDS0_TX1_+ and -, LVDS0_TX2_+ and -, &lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;LVDS0_CLK_+ and - &lt;/SPAN&gt;signals have 1.2v voltage without any waveform, &lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;LVDS0_TX3_+ and - can not test any voltage or waveform.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; The &lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;LVDS0_TX3_+ and - can not test any voltage or waveform may be due to the parameter 'RGB666' in the kernel have not changed correctly.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Do you have any suggestions for me to change the parameters in kernel and u-boot source code correctly?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Thank you ! Have a great day!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;xiaobin wu,&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jan 2016 07:16:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX6Q-drive-the-LVDS-screen-but-can-not-light-up/m-p/475035#M75314</guid>
      <dc:creator>xiaobinwu</dc:creator>
      <dc:date>2016-01-12T07:16:45Z</dc:date>
    </item>
    <item>
      <title>Re: IMX6Q drive the LVDS screen ,but can not light up...</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX6Q-drive-the-LVDS-screen-but-can-not-light-up/m-p/475036#M75315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;I have solved the problem and light up the screen with LVDS interface .&lt;/P&gt;&lt;P&gt;The problem is that the kernel file :&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;arch/arm/mach_mx6/ board-mx6q_sabresd.c&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;find 'fsl_mxc_ldb_platform_data ldb_data' and&amp;nbsp; then correctly change the struct as follows :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;static struct fsl_mxc_ldb_platform_data ldb_data = {&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;&amp;nbsp; .ipu_id = 0,&amp;nbsp; &lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;&amp;nbsp; .disp_id = 0,&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;&amp;nbsp; .ext_ref = 1,&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;&amp;nbsp; .mode = LDB_SEP0, &lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;&amp;nbsp; .sec_ipu_id = 0, &lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;&amp;nbsp; .sec_disp_id = 1,&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;};&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jan 2016 05:55:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX6Q-drive-the-LVDS-screen-but-can-not-light-up/m-p/475036#M75315</guid>
      <dc:creator>xiaobinwu</dc:creator>
      <dc:date>2016-01-14T05:55:16Z</dc:date>
    </item>
  </channel>
</rss>

