<?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 hdmi problem in linux in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/hdmi-problem-in-linux/m-p/446351#M68846</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;In our i.mx6 board&amp;nbsp; we are getting uboot screen displayed in HDMi and also hdmi is getting detected.when linux is booted hdmi screen is going blank.we are not getting any data on the screen. below are my environment variables&lt;/P&gt;&lt;P&gt;CPU:&amp;nbsp;&amp;nbsp; Freescale i.MX6Q rev1.2 at 792 MHz&lt;/P&gt;&lt;P&gt;Reset cause: POR&lt;/P&gt;&lt;P&gt;Board: SABRE Lite&lt;/P&gt;&lt;P&gt;I2C:&amp;nbsp;&amp;nbsp; ready&lt;/P&gt;&lt;P&gt;DRAM:&amp;nbsp; 1 GiB&lt;/P&gt;&lt;P&gt;force_idle_bus: sda=0 scl=0 sda.gp=0x5c scl.gp=0x55&lt;/P&gt;&lt;P&gt;force_idle_bus: failed to clear bus, sda=0 scl=0&lt;/P&gt;&lt;P&gt;MMC:&amp;nbsp;&amp;nbsp; FSL_SDHC: 0, FSL_SDHC: 1&lt;/P&gt;&lt;P&gt;wait_for_sr_state: Arbitration lost sr=93 cr=80 state=2020&lt;/P&gt;&lt;P&gt;i2c_init_transfer: failed for chip 0x0 retry=0&lt;/P&gt;&lt;P&gt;force_idle_bus: sda=0 scl=0 sda.gp=0x5c scl.gp=0x55&lt;/P&gt;&lt;P&gt;force_idle_bus: failed to clear bus, sda=0 scl=0&lt;/P&gt;&lt;P&gt;i2c_init_transfer: give up i2c_regs=021a0000&lt;/P&gt;&lt;P&gt;No panel detected: default to HDMI&lt;/P&gt;&lt;P&gt;Display: HDMI (1024x768)&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; using phy at 7&lt;/P&gt;&lt;P&gt;FEC [PRIME], usb_ether&lt;/P&gt;&lt;P&gt;Hit any key to stop autoboot:&amp;nbsp; 0&lt;/P&gt;&lt;P&gt;U-Boot &amp;gt;&lt;/P&gt;&lt;P&gt;U-Boot &amp;gt;&lt;/P&gt;&lt;P&gt;U-Boot &amp;gt;&lt;/P&gt;&lt;P&gt;U-Boot &amp;gt;&lt;/P&gt;&lt;P&gt;U-Boot &amp;gt;&lt;/P&gt;&lt;P&gt;U-Boot &amp;gt;&lt;/P&gt;&lt;P&gt;U-Boot &amp;gt; mm 020e0000c&lt;/P&gt;&lt;P&gt;20e0000c: fbffc55d ? x&lt;/P&gt;&lt;P&gt;U-Boot &amp;gt; mm 020e000c&lt;/P&gt;&lt;P&gt;020e000c: 01e00000 ? U-Boot &amp;gt; printenv&lt;/P&gt;&lt;P&gt;baudrate=115200&lt;/P&gt;&lt;P&gt;board=sabrelite&lt;/P&gt;&lt;P&gt;boot_fdt=try&lt;/P&gt;&lt;P&gt;bootcmd=mmc dev ${mmcdev}; if mmc rescan; then if run loadbootscript; then run bootscript; else if run loaduimage; then run mmcboot; else run netboot; fi; fi; else run netboot; fi&lt;/P&gt;&lt;P&gt;bootdelay=1&lt;/P&gt;&lt;P&gt;bootscript=echo Running bootscript from mmc ...; source&lt;/P&gt;&lt;P&gt;console=ttymxc1&lt;/P&gt;&lt;P&gt;cpu=6Q&lt;/P&gt;&lt;P&gt;ethact=FEC&lt;/P&gt;&lt;P&gt;ethaddr=00:19:b8:00:f5:07&lt;/P&gt;&lt;P&gt;ethprime=FEC&lt;/P&gt;&lt;P&gt;fdt_addr=0x18000000&lt;/P&gt;&lt;P&gt;fdt_file=imx6q-sabrelite.dtb&lt;/P&gt;&lt;P&gt;fdt_high=0xffffffff&lt;/P&gt;&lt;P&gt;gatewayip=192.168.25.1&lt;/P&gt;&lt;P&gt;initrd_high=0xffffffff&lt;/P&gt;&lt;P&gt;ip_dyn=yes&lt;/P&gt;&lt;P&gt;ipaddr=192.168.25.8&lt;/P&gt;&lt;P&gt;loadaddr=0x12000000&lt;/P&gt;&lt;P&gt;loadbootscript=fatload mmc ${mmcdev}:${mmcpart} ${loadaddr} ${script};&lt;/P&gt;&lt;P&gt;loadfdt=fatload mmc ${mmcdev}:${mmcpart} ${fdt_addr} ${fdt_file}&lt;/P&gt;&lt;P&gt;loaduimage=fatload mmc ${mmcdev}:${mmcpart} ${loadaddr} ${uimage}&lt;/P&gt;&lt;P&gt;mmcargs=setenv bootargs console=${console},${baudrate} root=${mmcroot}&lt;/P&gt;&lt;P&gt;mmcboot=echo Booting from mmc ...; run mmcargs; if test ${boot_fdt} = yes || test ${boot_fdt} = try; then if run loadfdt; then bootm ${loadaddr} - ${fdt_addr}; else if test ${boot_fdt} = try; then bootm; else echo WARN: Cannot load the DT; fi; fi; else bootm; fi;&lt;/P&gt;&lt;P&gt;mmcdev=0&lt;/P&gt;&lt;P&gt;mmcpart=2&lt;/P&gt;&lt;P&gt;mmcroot=/dev/mmcblk0p2 rootwait rw&lt;/P&gt;&lt;P&gt;netargs=setenv bootargs console=${console},${baudrate} root=/dev/nfs ip=dhcp nfsroot=${serverip}:${nfsroot},v3,tcp&lt;/P&gt;&lt;P&gt;netboot=echo Booting from net ...; run netargs; if test ${ip_dyn} = yes; then setenv get_cmd dhcp; else setenv get_cmd tftp; fi; ${get_cmd} ${uimage}; if test ${boot_fdt} = yes || test ${boot_fdt} = try; then if ${get_cmd} ${fdt_addr} ${fdt_file}; then bootm ${loadaddr} - ${fdt_addr}; else if test ${boot_fdt} = try; then bootm; else echo WARN: Cannot load the DT; fi; fi; else bootm; fi;&lt;/P&gt;&lt;P&gt;netmask=255.255.255.0&lt;/P&gt;&lt;P&gt;script=boot.scr&lt;/P&gt;&lt;P&gt;uimage=uImage&lt;/P&gt;&lt;P&gt;vid_dev0=hdmi,1920x1080P@60,if=RGB24&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Environment size: 1784/8188 bytes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my imux_gpr3 register values in uboot&lt;/P&gt;&lt;P&gt;U-Boot &amp;gt; mm 020e000c&lt;/P&gt;&lt;P&gt;020e000c: 01e00000 ?&lt;/P&gt;&lt;P&gt;please help us regarding this issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 May 2015 14:22:50 GMT</pubDate>
    <dc:creator>harikrishnamall</dc:creator>
    <dc:date>2015-05-19T14:22:50Z</dc:date>
    <item>
      <title>hdmi problem in linux</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/hdmi-problem-in-linux/m-p/446351#M68846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;In our i.mx6 board&amp;nbsp; we are getting uboot screen displayed in HDMi and also hdmi is getting detected.when linux is booted hdmi screen is going blank.we are not getting any data on the screen. below are my environment variables&lt;/P&gt;&lt;P&gt;CPU:&amp;nbsp;&amp;nbsp; Freescale i.MX6Q rev1.2 at 792 MHz&lt;/P&gt;&lt;P&gt;Reset cause: POR&lt;/P&gt;&lt;P&gt;Board: SABRE Lite&lt;/P&gt;&lt;P&gt;I2C:&amp;nbsp;&amp;nbsp; ready&lt;/P&gt;&lt;P&gt;DRAM:&amp;nbsp; 1 GiB&lt;/P&gt;&lt;P&gt;force_idle_bus: sda=0 scl=0 sda.gp=0x5c scl.gp=0x55&lt;/P&gt;&lt;P&gt;force_idle_bus: failed to clear bus, sda=0 scl=0&lt;/P&gt;&lt;P&gt;MMC:&amp;nbsp;&amp;nbsp; FSL_SDHC: 0, FSL_SDHC: 1&lt;/P&gt;&lt;P&gt;wait_for_sr_state: Arbitration lost sr=93 cr=80 state=2020&lt;/P&gt;&lt;P&gt;i2c_init_transfer: failed for chip 0x0 retry=0&lt;/P&gt;&lt;P&gt;force_idle_bus: sda=0 scl=0 sda.gp=0x5c scl.gp=0x55&lt;/P&gt;&lt;P&gt;force_idle_bus: failed to clear bus, sda=0 scl=0&lt;/P&gt;&lt;P&gt;i2c_init_transfer: give up i2c_regs=021a0000&lt;/P&gt;&lt;P&gt;No panel detected: default to HDMI&lt;/P&gt;&lt;P&gt;Display: HDMI (1024x768)&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; using phy at 7&lt;/P&gt;&lt;P&gt;FEC [PRIME], usb_ether&lt;/P&gt;&lt;P&gt;Hit any key to stop autoboot:&amp;nbsp; 0&lt;/P&gt;&lt;P&gt;U-Boot &amp;gt;&lt;/P&gt;&lt;P&gt;U-Boot &amp;gt;&lt;/P&gt;&lt;P&gt;U-Boot &amp;gt;&lt;/P&gt;&lt;P&gt;U-Boot &amp;gt;&lt;/P&gt;&lt;P&gt;U-Boot &amp;gt;&lt;/P&gt;&lt;P&gt;U-Boot &amp;gt;&lt;/P&gt;&lt;P&gt;U-Boot &amp;gt; mm 020e0000c&lt;/P&gt;&lt;P&gt;20e0000c: fbffc55d ? x&lt;/P&gt;&lt;P&gt;U-Boot &amp;gt; mm 020e000c&lt;/P&gt;&lt;P&gt;020e000c: 01e00000 ? U-Boot &amp;gt; printenv&lt;/P&gt;&lt;P&gt;baudrate=115200&lt;/P&gt;&lt;P&gt;board=sabrelite&lt;/P&gt;&lt;P&gt;boot_fdt=try&lt;/P&gt;&lt;P&gt;bootcmd=mmc dev ${mmcdev}; if mmc rescan; then if run loadbootscript; then run bootscript; else if run loaduimage; then run mmcboot; else run netboot; fi; fi; else run netboot; fi&lt;/P&gt;&lt;P&gt;bootdelay=1&lt;/P&gt;&lt;P&gt;bootscript=echo Running bootscript from mmc ...; source&lt;/P&gt;&lt;P&gt;console=ttymxc1&lt;/P&gt;&lt;P&gt;cpu=6Q&lt;/P&gt;&lt;P&gt;ethact=FEC&lt;/P&gt;&lt;P&gt;ethaddr=00:19:b8:00:f5:07&lt;/P&gt;&lt;P&gt;ethprime=FEC&lt;/P&gt;&lt;P&gt;fdt_addr=0x18000000&lt;/P&gt;&lt;P&gt;fdt_file=imx6q-sabrelite.dtb&lt;/P&gt;&lt;P&gt;fdt_high=0xffffffff&lt;/P&gt;&lt;P&gt;gatewayip=192.168.25.1&lt;/P&gt;&lt;P&gt;initrd_high=0xffffffff&lt;/P&gt;&lt;P&gt;ip_dyn=yes&lt;/P&gt;&lt;P&gt;ipaddr=192.168.25.8&lt;/P&gt;&lt;P&gt;loadaddr=0x12000000&lt;/P&gt;&lt;P&gt;loadbootscript=fatload mmc ${mmcdev}:${mmcpart} ${loadaddr} ${script};&lt;/P&gt;&lt;P&gt;loadfdt=fatload mmc ${mmcdev}:${mmcpart} ${fdt_addr} ${fdt_file}&lt;/P&gt;&lt;P&gt;loaduimage=fatload mmc ${mmcdev}:${mmcpart} ${loadaddr} ${uimage}&lt;/P&gt;&lt;P&gt;mmcargs=setenv bootargs console=${console},${baudrate} root=${mmcroot}&lt;/P&gt;&lt;P&gt;mmcboot=echo Booting from mmc ...; run mmcargs; if test ${boot_fdt} = yes || test ${boot_fdt} = try; then if run loadfdt; then bootm ${loadaddr} - ${fdt_addr}; else if test ${boot_fdt} = try; then bootm; else echo WARN: Cannot load the DT; fi; fi; else bootm; fi;&lt;/P&gt;&lt;P&gt;mmcdev=0&lt;/P&gt;&lt;P&gt;mmcpart=2&lt;/P&gt;&lt;P&gt;mmcroot=/dev/mmcblk0p2 rootwait rw&lt;/P&gt;&lt;P&gt;netargs=setenv bootargs console=${console},${baudrate} root=/dev/nfs ip=dhcp nfsroot=${serverip}:${nfsroot},v3,tcp&lt;/P&gt;&lt;P&gt;netboot=echo Booting from net ...; run netargs; if test ${ip_dyn} = yes; then setenv get_cmd dhcp; else setenv get_cmd tftp; fi; ${get_cmd} ${uimage}; if test ${boot_fdt} = yes || test ${boot_fdt} = try; then if ${get_cmd} ${fdt_addr} ${fdt_file}; then bootm ${loadaddr} - ${fdt_addr}; else if test ${boot_fdt} = try; then bootm; else echo WARN: Cannot load the DT; fi; fi; else bootm; fi;&lt;/P&gt;&lt;P&gt;netmask=255.255.255.0&lt;/P&gt;&lt;P&gt;script=boot.scr&lt;/P&gt;&lt;P&gt;uimage=uImage&lt;/P&gt;&lt;P&gt;vid_dev0=hdmi,1920x1080P@60,if=RGB24&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Environment size: 1784/8188 bytes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my imux_gpr3 register values in uboot&lt;/P&gt;&lt;P&gt;U-Boot &amp;gt; mm 020e000c&lt;/P&gt;&lt;P&gt;020e000c: 01e00000 ?&lt;/P&gt;&lt;P&gt;please help us regarding this issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 May 2015 14:22:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/hdmi-problem-in-linux/m-p/446351#M68846</guid>
      <dc:creator>harikrishnamall</dc:creator>
      <dc:date>2015-05-19T14:22:50Z</dc:date>
    </item>
    <item>
      <title>Re: hdmi problem in linux</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/hdmi-problem-in-linux/m-p/446352#M68847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi hari&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you used two resolutions in uboot/linux:1024x768 and 1920x1080.&lt;/P&gt;&lt;P&gt;Please check that monitor supports both. Also one can try attached patch&lt;/P&gt;&lt;P&gt;or test disabling hdmi in uboot and then enabling it in linux.&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>Wed, 20 May 2015 13:33:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/hdmi-problem-in-linux/m-p/446352#M68847</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2015-05-20T13:33:12Z</dc:date>
    </item>
    <item>
      <title>Re: hdmi problem in linux</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/hdmi-problem-in-linux/m-p/446353#M68848</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;We are very thankful for your reply. We are getting OUR HDMI display at lower resolution at 1152x864@75 HZ but at higher resolution 1920x1080 we are getting pll lock failure issue.please let us know what is causing this issue.&lt;/P&gt;&lt;P&gt;With regards&lt;/P&gt;&lt;P&gt;M HARI KRISHNA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jun 2015 08:10:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/hdmi-problem-in-linux/m-p/446353#M68848</guid>
      <dc:creator>harikrishnamall</dc:creator>
      <dc:date>2015-06-01T08:10:55Z</dc:date>
    </item>
    <item>
      <title>Re: hdmi problem in linux</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/hdmi-problem-in-linux/m-p/446354#M68849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi hari&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please try Demo images,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=RDIMX6SABREBRD&amp;amp;fpsp=1&amp;amp;tab=Design_Tools_Tab"&gt;L3.14.28_1.0.0_iMX6QDLS_BUNDLE&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like on link below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=RDIMX6SABREBRD&amp;amp;fpsp=1&amp;amp;tab=Design_Tools_Tab" title="http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=RDIMX6SABREBRD&amp;amp;fpsp=1&amp;amp;tab=Design_Tools_Tab"&gt;SABRE Board Reference Design|Freescale&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~igor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jun 2015 12:11:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/hdmi-problem-in-linux/m-p/446354#M68849</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2015-06-01T12:11:55Z</dc:date>
    </item>
  </channel>
</rss>

