<?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: Video Enabling in MX53QSB</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Video-Enabling-in-MX53QSB/m-p/168859#M5133</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Huazi,&lt;/P&gt;&lt;P&gt;thanks for the reply. I tried this but it did not work for me.&lt;/P&gt;&lt;P&gt;how to enable VGA display - I guess, similar boot args will be there.&lt;/P&gt;&lt;P&gt;Apart from this do I need to enable any menuconfig option in Linux kernel source? because I am not using LTIB for building the code. I &amp;nbsp;seperately build the Linux source using cross compiler.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;jk&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Jun 2012 06:46:14 GMT</pubDate>
    <dc:creator>jk1z</dc:creator>
    <dc:date>2012-06-19T06:46:14Z</dc:date>
    <item>
      <title>Video Enabling in MX53QSB</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Video-Enabling-in-MX53QSB/m-p/168857#M5131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;In the IMX53 QSB board how to set the video? Is boot arguments to be changed?&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;jk&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jun 2012 12:59:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Video-Enabling-in-MX53QSB/m-p/168857#M5131</guid>
      <dc:creator>jk1z</dc:creator>
      <dc:date>2012-06-18T12:59:45Z</dc:date>
    </item>
    <item>
      <title>Re: Video Enabling in MX53QSB</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Video-Enabling-in-MX53QSB/m-p/168858#M5132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;setenv bootargs_base 'set bootargs console=ttymxc0,115200 ${hdmi}'&lt;/P&gt;&lt;P&gt;setenv hdmi 'video=mxcdi0fb:RGB24,1280x720M@60 hdmi di0_primary'&lt;/P&gt;&lt;P&gt;saveenv&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jun 2012 15:05:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Video-Enabling-in-MX53QSB/m-p/168858#M5132</guid>
      <dc:creator>Huazhi_Hank_Gon</dc:creator>
      <dc:date>2012-06-18T15:05:31Z</dc:date>
    </item>
    <item>
      <title>Re: Video Enabling in MX53QSB</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Video-Enabling-in-MX53QSB/m-p/168859#M5133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Huazi,&lt;/P&gt;&lt;P&gt;thanks for the reply. I tried this but it did not work for me.&lt;/P&gt;&lt;P&gt;how to enable VGA display - I guess, similar boot args will be there.&lt;/P&gt;&lt;P&gt;Apart from this do I need to enable any menuconfig option in Linux kernel source? because I am not using LTIB for building the code. I &amp;nbsp;seperately build the Linux source using cross compiler.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;jk&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2012 06:46:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Video-Enabling-in-MX53QSB/m-p/168859#M5133</guid>
      <dc:creator>jk1z</dc:creator>
      <dc:date>2012-06-19T06:46:14Z</dc:date>
    </item>
    <item>
      <title>Re: Video Enabling in MX53QSB</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Video-Enabling-in-MX53QSB/m-p/168860#M5134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Creating MicroSD image for IMX53&lt;BR /&gt;&lt;BR /&gt;1. Check for available devices&lt;BR /&gt;&lt;BR /&gt;cat /proc/partitions&lt;BR /&gt;&lt;BR /&gt;It will show something like &lt;BR /&gt;major minor&lt;BR /&gt;#blocks&lt;BR /&gt;name&lt;BR /&gt;8 0 78125000 sda&lt;BR /&gt;8 1 75095811 sda1&lt;BR /&gt;8 2 1 sda2&lt;BR /&gt;8 5 3028221 sda5&lt;BR /&gt;8 32 488386584 sdc&lt;BR /&gt;8 33 488386552 sdc1&lt;BR /&gt;8 16 3921920 sdb&lt;BR /&gt;8 18 3905535 sdb1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;2.Copying the Boot Loader Image (Your terminal window need to be at the folder location where u-boot-mx53-loco.bin is present )&lt;BR /&gt;&lt;BR /&gt;sudo dd if=u-boot-mx53-loco.bin of=/dev/sdb bs=512 &amp;amp;&amp;amp; sync &amp;amp;&amp;amp; sync&lt;BR /&gt;&lt;BR /&gt;3.Copying the Kernel Image (Your terminal window need to be at the folder location where uImage is present )&lt;BR /&gt;&lt;BR /&gt;sudo dd if=uImage of=/dev/sdb bs=512 seek=2048 &amp;amp;&amp;amp; sync &amp;amp;&amp;amp; sync&lt;BR /&gt;&lt;BR /&gt;4.Copying the File System (rootfs)&lt;BR /&gt;&lt;BR /&gt;sudo fdisk /dev/sdb&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Type the following parameters (each followed by &amp;lt;ENTER&amp;gt;):&lt;BR /&gt;u[switch the unit to sectors instead of cylinders]&lt;BR /&gt;d[repeat this until no partition is reported by the ‘p’ command ]&lt;BR /&gt;n[create a new partition]&lt;BR /&gt;p[create a primary partition]&lt;BR /&gt;1[the first partition]&lt;BR /&gt;8192[starting at offset sector #8192, i.e. 4MB, which leaves enough space&lt;BR /&gt;for the kernel, the boot loader and its configuration data]&lt;BR /&gt;&amp;lt;enter&amp;gt; [using the default value will create a partition that spans to the&lt;BR /&gt;last sector of the medium]&lt;BR /&gt;w[ this writes the partition table to the medium and fdisk exits]&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;5.Create File system&lt;BR /&gt;&lt;BR /&gt;sudo mkfs.ext3 /dev/sdb1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;6.Copy the target file system to the partition(first extract the rootfs.tar.bz2 to some location )&lt;BR /&gt;&lt;BR /&gt;mkdir /home/satyam/mountpoint&lt;BR /&gt;sudo mount /dev/sdb1 /home/satyam/mountpoint&lt;BR /&gt;cd /home/satyam/rootfs&lt;BR /&gt;sudo cp -rpa [A-z]* /home/satyam/mountpoint&lt;BR /&gt;sudo umount /home/satyam/mountpoint&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Now you are Done!! with image creation&lt;BR /&gt;&lt;BR /&gt;Now you have to set the environment variables as follows:&lt;BR /&gt;&lt;BR /&gt;Press “POWER” key to power up the board.&lt;BR /&gt;Enter the following commands in the U-Boot prompt:&lt;BR /&gt;u-boot&amp;gt; setenv bootfile 'dexter/uImage'&lt;BR /&gt;u-boot&amp;gt; setenv filesize '2D47BC'&lt;BR /&gt;u-boot&amp;gt; setenv fileaddr '70800000'&lt;BR /&gt;u-boot&amp;gt; setenv bootcmd_mmc 'run bootargs_base bootargs_mmc; mmc read 0 ${loadaddr} 0x800 0x1800; bootm'&lt;BR /&gt;u-boot&amp;gt; setenv lvds 'video=mxcdi0fb:RGB666,XGA ldb'&lt;BR /&gt;u-boot&amp;gt; setenv bootcmd_obds 'ext2load mmc 0:1 0x70800000 /unit_tests/obds.bin; go 70800000'&lt;BR /&gt;u-boot&amp;gt; setenv lcd 'video=mxcdi0fb:RGB24,SEIKO-WVGA'&lt;BR /&gt;u-boot&amp;gt; setenv vga 'video=mxcdi1fb:GBR24,XGA di1_primary tve'&lt;BR /&gt;u-boot&amp;gt; setenv hdmi 'video =mxcdi0fb:RGB24,1024x768M@60'&lt;BR /&gt;u-boot&amp;gt; setenv bootcmd 'run bootcmd_mmc'&lt;BR /&gt;u-boot&amp;gt; setenv bootargs_mmc 'set bootargs ${bootargs} root=/dev/mmcblk0p1 rw rootwait'&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;u-boot&amp;gt; setenv bootargs_base 'setenv bootargs console=ttymxc0,115200 ${lcd}'&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;u-boot&amp;gt; setenv bootargs_base 'setenv bootargs console=ttymxc0,115200 ${vga}'&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;u-boot&amp;gt; saveenv&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;and enter boot.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2012 06:25:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Video-Enabling-in-MX53QSB/m-p/168860#M5134</guid>
      <dc:creator>Hitex</dc:creator>
      <dc:date>2012-06-20T06:25:39Z</dc:date>
    </item>
    <item>
      <title>Re: Video Enabling in MX53QSB</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Video-Enabling-in-MX53QSB/m-p/168861#M5135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Hitesh,&lt;/P&gt;&lt;P&gt;thanks. I have already updated the uboot. linux, rootfs codes to u SDcard. only the VGA option was issue.&lt;/P&gt;&lt;P&gt;now I can see the TUX symbol once booting is completed.&lt;/P&gt;&lt;P&gt;But in the reference document it shown some demo application with video display, for that how to update the code/rootfs?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any suggestions would be helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regds,&lt;/P&gt;&lt;P&gt;jk&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2012 06:42:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Video-Enabling-in-MX53QSB/m-p/168861#M5135</guid>
      <dc:creator>jk1z</dc:creator>
      <dc:date>2012-06-20T06:42:59Z</dc:date>
    </item>
  </channel>
</rss>

