<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to set environment for hdmi display. in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/How-to-set-environment-for-hdmi-display/m-p/875752#M132939</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sujay&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;one can try to follow Table 11. Common kernel boot parameters attached Release Notes&lt;/P&gt;&lt;P&gt;and sect."Specifying displays" p.23 Linux Guide. Note, images in&lt;/P&gt;&lt;P&gt;Mfg Tool folder may not support gui, so recommended to build image with gui, please&lt;/P&gt;&lt;P&gt;check Table 1. Freescale Yocto project images Yocto Guide.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 Apr 2019 01:14:41 GMT</pubDate>
    <dc:creator>igorpadykov</dc:creator>
    <dc:date>2019-04-04T01:14:41Z</dc:date>
    <item>
      <title>How to set environment for hdmi display.</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-set-environment-for-hdmi-display/m-p/875751#M132938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm using iMX6dl sabresd board and booting from sd card (sd3).&lt;/P&gt;&lt;P&gt;I downloaded the mfg tool from the NXP website (&lt;A class="link-titled" href="https://www.nxp.com/support/developer-resources/run-time-software/i.mx-developer-resources/i.mx-software-and-development-tool:IMX_SW" title="https://www.nxp.com/support/developer-resources/run-time-software/i.mx-developer-resources/i.mx-software-and-development-tool:IMX_SW"&gt;i.MX Software | NXP&lt;/A&gt;&amp;nbsp;) and used it to flash images into sdcard.&lt;/P&gt;&lt;P&gt;Version of mfg tool is:&amp;nbsp;&lt;A href="https://www.nxp.com/webapp/Download?colCode=IMX6_L3.14.28_MFG_TOOL&amp;amp;appType=license&amp;amp;location=null" style="color: #1e74b9; background-color: initial; text-decoration: none;"&gt;i.MX 6 Series Manufacturing Toolkit for Linux 3.14.28 Release&lt;/A&gt;&amp;nbsp;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I booted after appropriately changing bootswitch to boot mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The display(22 inch LED monitor) is connected to the board via HDMI.&amp;nbsp;&lt;/P&gt;&lt;P&gt;However I'm not getting the open embedded logo on the screen.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the u-boot environment (using pri) is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--------------------------------------------------------------------------------------------------------------------------------------------------------------&amp;nbsp;&lt;/P&gt;&lt;P&gt;baudrate=115200&lt;BR /&gt;boot_fdt=try&lt;BR /&gt;bootcmd=mmc dev ${mmcdev};if mmc rescan; then if run loadbootscript; then run bootscript; else if run loadimage; then run mmcboot; else run ni&lt;BR /&gt;bootcmd_mfg=run mfgtool_args;bootz ${loadaddr} ${initrd_addr} ${fdt_addr};&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:03:cf:03&lt;BR /&gt;ethprime=FEC&lt;BR /&gt;fdt_addr=0x18000000&lt;BR /&gt;fdt_file=imx6dl-sabresd.dtb&lt;BR /&gt;fdt_high=0xffffffff&lt;BR /&gt;image=zImage&lt;BR /&gt;initrd_addr=0x12C00000&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;loadimage=fatload mmc ${mmcdev}:${mmcpart} ${loadaddr} ${image}&lt;BR /&gt;mfgtool_args=setenv bootargs console=ttymxc0,115200 rdinit=/linuxrc g_mass_storage.stall=0 g_mass_storage.removable=1 g_mass_storage.idVendor &lt;BR /&gt;mmcargs=setenv bootargs console=${console},${baudrate} ${smp} root=${mmcroot}&lt;BR /&gt;mmcautodetect=yes&lt;BR /&gt;mmcboot=echo Booting from mmc ...; run mmcargs; if test ${boot_fdt} = yes || test ${boot_fdt} = try; then if run loadfdt; then bootz ${loadad;&lt;BR /&gt;mmcdev=1&lt;BR /&gt;mmcpart=1&lt;BR /&gt;mmcroot=/dev/mmcblk2p2 rootwait rw&lt;BR /&gt;netargs=setenv bootargs console=${console},${baudrate} ${smp} 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 tftp; fi; ${get_cmd} $;&lt;BR /&gt;script=boot.scr&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}; then if ${get_cmd} i&lt;/P&gt;&lt;P&gt;Environment size: 2299/8188 bytes&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;--------------------------------------------------------------------------------------------------------------------------------------------------------------&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I've tried using setenv as follows:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;setenv mmcargs 'setenv bootargs ${bootargs} root=/dev/mmcblk3p2 rootwait rw video=mxcfb0:dev=hdmi,1920x1080M@60,if=RGB24'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but kernel doesn't load and only thing printed on the screen is:&lt;/P&gt;&lt;P&gt;Starting Kernel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;without using above command the kernel loads fine but still when I run vpu test&lt;/P&gt;&lt;P&gt;cd /unit_tests&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; background-color: #ffffff; font-size: 16px;"&gt;./mxc_vpu_test.out -D "-i akiyo.mp4 -f 0"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; background-color: #ffffff; font-size: 16px;"&gt;no output on the screen.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; background-color: #ffffff; font-size: 16px;"&gt;Can someone please tell me what I have to do?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; background-color: #ffffff; font-size: 16px;"&gt;Thanks in advance&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; background-color: #ffffff; font-size: 16px;"&gt;Sujay.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Apr 2019 07:19:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-set-environment-for-hdmi-display/m-p/875751#M132938</guid>
      <dc:creator>sujay1</dc:creator>
      <dc:date>2019-04-03T07:19:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to set environment for hdmi display.</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-set-environment-for-hdmi-display/m-p/875752#M132939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sujay&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;one can try to follow Table 11. Common kernel boot parameters attached Release Notes&lt;/P&gt;&lt;P&gt;and sect."Specifying displays" p.23 Linux Guide. Note, images in&lt;/P&gt;&lt;P&gt;Mfg Tool folder may not support gui, so recommended to build image with gui, please&lt;/P&gt;&lt;P&gt;check Table 1. Freescale Yocto project images Yocto Guide.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Apr 2019 01:14:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-set-environment-for-hdmi-display/m-p/875752#M132939</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2019-04-04T01:14:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to set environment for hdmi display.</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-set-environment-for-hdmi-display/m-p/875753#M132940</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;&lt;/P&gt;&lt;P&gt;To build with gui, I haven't done that before so could you please share a document relating to that as well?&lt;/P&gt;&lt;P&gt;Also what changes have to be made to setenv arguments incase we decied to use an lcd display instead of hdmi?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for the support.&lt;/P&gt;&lt;P&gt;Sujay.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Apr 2019 05:55:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-set-environment-for-hdmi-display/m-p/875753#M132940</guid>
      <dc:creator>sujay1</dc:creator>
      <dc:date>2019-04-04T05:55:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to set environment for hdmi display.</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-set-environment-for-hdmi-display/m-p/875754#M132941</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sujay&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;documents are attached in previous answer, Freescale_Yocto_Project_User's_Guide.pdf&lt;/P&gt;&lt;P&gt;describes how to build image with gui (Table 1. Freescale Yocto project images).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Apr 2019 00:19:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-set-environment-for-hdmi-display/m-p/875754#M132941</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2019-04-05T00:19:08Z</dc:date>
    </item>
  </channel>
</rss>

