<?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: Linux/Seiko WVGA in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Linux-Seiko-WVGA/m-p/193591#M10060</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Carl Take a look at i.mx53 START linux BSP user guide&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;section:&lt;/P&gt;&lt;P&gt;8.2 Run the Image from MMC/SD&lt;/P&gt;&lt;P&gt;To boot the system from MMC/SD flash follow the steps bellow:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;1. Press the “POWER” key to power up the board.&lt;/LI&gt;&lt;LI&gt;2. Assume the kernel image starts from the address 0x100000 byte (the block start address is 0x800). The kernel image size is less than 0x300000 byte. The rootfs is located into /dev/mmcblk0p1 partition. Enter the following commands in the U-Boot prompt:&lt;UL&gt;&lt;LI&gt;MX53-LOCO U-Boot &amp;gt; setenv bootargs_base 'setenv bootargs console=ttymxc0,115200'&lt;/LI&gt;&lt;LI&gt;MX53-LOCO U-Boot &amp;gt; setenv bootargs_mmc 'setenv bootargs ${bootargs} root=/dev/mmcblk0p1 rootwait rw video=mxcdi1fb:GBR24,VGA-XGA di1_primary vga'&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;MX53-LOCO U-Boot &amp;gt; setenv bootcmd_mmc 'run bootargs_base bootargs_mmc;mmc dev 0;mmc read ${loadaddr} 0x800 0x1800;bootm'&lt;/LI&gt;&lt;LI&gt;MX53-LOCO U-Boot &amp;gt; setenv bootcmd 'run bootcmd_mmc'&lt;/LI&gt;&lt;LI&gt;MX53-LOCO U-Boot &amp;gt; saveenv&lt;/LI&gt;&lt;LI&gt;MX53-LOCO U-Boot &amp;gt; run bootcmd&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;NOTE&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If your system is using the Seiko touchscreen as a primary&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;device you should use the following configuration:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;video=mxcdi0fb:RGB24,SEIKO-WVGA di0_primary&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Nov 2012 23:50:59 GMT</pubDate>
    <dc:creator>FranciscoCarril</dc:creator>
    <dc:date>2012-11-15T23:50:59Z</dc:date>
    <item>
      <title>Linux/Seiko WVGA</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Linux-Seiko-WVGA/m-p/193582#M10051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need a little friendly advice / support... I have been unable to get my Seiko LCD display to work under Linux. It always comes up with multicolored stripes, and they don't seem to change as the system boots.&lt;/P&gt;&lt;P&gt;I have the following device driver options selected (as builtin, not modules) in my kernel build in the Device Drivers, Graphic Support section:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Support for framebuffer devices&lt;/LI&gt;&lt;LI&gt;MXC Framebuffer Support&lt;/LI&gt;&lt;LI&gt;Synchronous Panel Framebuffer&lt;/LI&gt;&lt;LI&gt;SEIKO_WVGA Panel&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;I have my kernel boot params in u-boot:&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;setenv bootargs_base 'setenv bootargs console=ttymxc0,115200 video=mxcdi0fb:RGB24,SEIKO-WVGA di0_primary'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I have been through my BSP Docs like a good boy, but I am still missing something. Anyone been through this already with suggestions?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Dec 2011 14:09:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Linux-Seiko-WVGA/m-p/193582#M10051</guid>
      <dc:creator>billwhit</dc:creator>
      <dc:date>2011-12-05T14:09:04Z</dc:date>
    </item>
    <item>
      <title>Re: Linux/Seiko WVGA</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Linux-Seiko-WVGA/m-p/193583#M10052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The setting from my MMC boot for your reference, this will display the Logo during kernel loading and runs my app afterward.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;bootdelay=3&lt;BR /&gt;baudrate=115200&lt;BR /&gt;loadaddr=0x70800000&lt;BR /&gt;netdev=eth0&lt;BR /&gt;ethprime=FEC0&lt;BR /&gt;uboot=u-boot.bin&lt;BR /&gt;kernel=uImage&lt;BR /&gt;nfsroot=/opt/eldk/arm&lt;BR /&gt;bootargs_nfs=setenv bootargs ${bootargs} root=/dev/nfs ip=dhcp nfsroot=${serverip}:${nfsroot},v3,tcp&lt;BR /&gt;bootcmd_net=run bootargs_base bootargs_nfs; tftpboot ${loadaddr} ${kernel}; bootm&lt;BR /&gt;bootcmd_mmc=run bootargs_base bootargs_mmc; mmc dev 0; mmc read ${loadaddr} 0x800 0x1800; bootm&lt;BR /&gt;bootcmd=run bootcmd_mmc&lt;BR /&gt;ethact=FEC0&lt;BR /&gt;bootargs_mmc=setenv bootargs ${bootargs} ip=none root=/dev/mmcblk0p1 rootwait rw&lt;BR /&gt;bootargs_base=setenv bootargs console=ttymxc0,115200 video=mxcdi0fb:RGB24,SEIKO-WVGA di0_primary&lt;BR /&gt;stdin=serial&lt;BR /&gt;stdout=serial&lt;BR /&gt;stderr=serial&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Dec 2011 14:54:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Linux-Seiko-WVGA/m-p/193583#M10052</guid>
      <dc:creator>xizhouwang</dc:creator>
      <dc:date>2011-12-05T14:54:33Z</dc:date>
    </item>
    <item>
      <title>Re: Linux/Seiko WVGA</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Linux-Seiko-WVGA/m-p/193584#M10053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks! my "bootargs_mmc=setenv bootargs ${bootargs} ip=none root=/dev/mmcblk0p1 rootwait rw" line was incorrect.&lt;/P&gt;&lt;P&gt;I am up and running.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Dec 2011 15:59:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Linux-Seiko-WVGA/m-p/193584#M10053</guid>
      <dc:creator>billwhit</dc:creator>
      <dc:date>2011-12-05T15:59:39Z</dc:date>
    </item>
    <item>
      <title>Re: Linux/Seiko WVGA</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Linux-Seiko-WVGA/m-p/193585#M10054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i just get ubuntu linux to work in my i.MX53QSB, i follow the instruction in the pdf and it work as expected. the files can be downloaded from: &lt;A href="http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=IMX53QSB&amp;amp;fpsp=1&amp;amp;tab=Design_Tools_Tab" target="_blank"&gt;http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=IMX53QSB&amp;amp;fpsp=1&amp;amp;tab=Design_Tools_Tab&lt;/A&gt;. use the board support package: &lt;A href="http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=IMX53QSB&amp;amp;fpsp=1&amp;amp;tab=Design_Tools_Tab#"&gt;L2.6.35_MX53_ER_1101_IMAGE&lt;/A&gt; .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Dec 2011 08:58:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Linux-Seiko-WVGA/m-p/193585#M10054</guid>
      <dc:creator>cks1z</dc:creator>
      <dc:date>2011-12-08T08:58:35Z</dc:date>
    </item>
    <item>
      <title>Re: Linux/Seiko WVGA</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Linux-Seiko-WVGA/m-p/193586#M10055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bill Whitford,&lt;/P&gt;&lt;P&gt;I'm new to U-boot and Linux and I've i.MX535 QSB &amp;nbsp;i'm also getting the same &lt;SPAN&gt;&amp;nbsp;multicolored stripes in LCD and getting black around the corners slowly.....&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My MMC boot for you reference&amp;nbsp;&lt;/P&gt;&lt;P&gt;bootargs_mmc=set bootargs ${bootargs} root=/dev/mmcblk0p1 rw rootwait&lt;BR /&gt;bootargs_base=setenv bootargs console=ttymxc0,115200 ${vga}&lt;BR /&gt;bootargs_mmcsetenv=bootargs ${bootarga}ip=none root=/dev/mmcblkop1 rootwait rw&lt;BR /&gt;bootargs_basesetenv=bootargs console=ttymxc0,115200 video=mxcdi0fb:RGB24,SEIKO-W&amp;nbsp;VGA di0_primary&lt;BR /&gt;bootargs_basebootargs=console=ttymxc0,115200 video=mxcdi0fb:RGB24,SEIKO-WVGA di0_primary&lt;BR /&gt;bootargs_mmcbootargs=${bootargs}ip=none root/dev/mmcblk0p1 rootwait rw&lt;BR /&gt;bootargs_mmcset=bootargs ${bootargs}ip=none root/dev/mmcblk0p1 rootwait rw&lt;BR /&gt;bootargs_baseset=bootargs console=ttymxc0,115200 video=mxcdi0fb:RGB24,SEIKO-WVGA&amp;nbsp;di0_primary&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; How to clear and set the Proper&amp;nbsp;environment&amp;nbsp;variables from u-boot to Up my LCD working&lt;/P&gt;&lt;P&gt;Please help&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Antony samsunil&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;CITE&gt;Bill Whitford said:&lt;/CITE&gt;&lt;/P&gt;&lt;BLOCKQUOTE cite="http://imxcommunity.org/forum/topics/linux-seiko-wvga?groupUrl=imx53quickstartboard&amp;amp;xg_source=activity#4103961Comment48426"&gt;&lt;DIV&gt;&lt;DIV class="xg_user_generated"&gt;&lt;P&gt;Thanks! my "bootargs_mmc=setenv bootargs ${bootargs} ip=none root=/dev/mmcblk0p1 rootwait rw" line was incorrect.&lt;/P&gt;&lt;P&gt;I am up and running.&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 Jun 2012 07:56:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Linux-Seiko-WVGA/m-p/193586#M10055</guid>
      <dc:creator>Antoynsamsunil</dc:creator>
      <dc:date>2012-06-03T07:56:47Z</dc:date>
    </item>
    <item>
      <title>Re: Linux/Seiko WVGA</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Linux-Seiko-WVGA/m-p/193587#M10056</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, Antoyn samsunil!&lt;/P&gt;&lt;P&gt;My solve for booting with rootfs on NFS:&lt;BR /&gt;setenv bootargs_mmc 'set bootargs&amp;nbsp;console=ttymxc0,115200 ${lcd} noinitrd rw ip=192.168.255.2:192.168.255.1::::eth0:off root=/dev/nfs nfsroot=192.168.255.1:/opt/IMX53/ltib/rootfs,nolock'&lt;/P&gt;&lt;P&gt;By default system disable LCD after few time, for change this pleas read &lt;A href="http://www.imxdev.org/wiki/index.php?title=All" target="_blank"&gt;this&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 Jun 2012 08:44:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Linux-Seiko-WVGA/m-p/193587#M10056</guid>
      <dc:creator>BrilliantovKiri</dc:creator>
      <dc:date>2012-06-03T08:44:09Z</dc:date>
    </item>
    <item>
      <title>Re: Linux/Seiko WVGA</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Linux-Seiko-WVGA/m-p/193588#M10057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I had the same problem, and now I get the penguin on the display, but the system&amp;nbsp;doesn't&amp;nbsp;boot, seems like its stuck somewhere. does this "&lt;SPAN&gt;setenv bootargs_mmc 'set bootargs&amp;nbsp;console=ttymxc0,115200 ${lcd} noinitrd rw ip=192.168.255.2:192.168.255.1::::eth0:off root=/dev/nfs nfsroot=192.168.255.1:/opt/IMX53/ltib/rootfs,nolock'" Change where you boot from? I am booting from an SD card.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2012 05:55:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Linux-Seiko-WVGA/m-p/193588#M10057</guid>
      <dc:creator>CarlIgelstram</dc:creator>
      <dc:date>2012-06-14T05:55:13Z</dc:date>
    </item>
    <item>
      <title>Re: Linux/Seiko WVGA</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Linux-Seiko-WVGA/m-p/193589#M10058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, Carl!&lt;BR /&gt;Now I use NFS for work, if your rootfs locaited on SD card you must change U-Boot parameters. Sorry, I now I can't help you, I do not run LCD on system located on SD card.&lt;BR /&gt; &lt;BR /&gt; &lt;CITE&gt;Carl Igelström said:&lt;/CITE&gt;&lt;/P&gt;&lt;BLOCKQUOTE cite="http://imxcommunity.org/forum/topics/linux-seiko-wvga?groupUrl=imx53quickstartboard&amp;amp;commentId=4103961%3AComment%3A72755&amp;amp;xg_source=msg_com_gr_forum#4103961Comment72755"&gt;&lt;DIV&gt;&lt;DIV class="xg_user_generated"&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I had the same problem, and now I get the penguin on the display, but the system&amp;nbsp;doesn't&amp;nbsp;boot, seems like its stuck somewhere. does this "&lt;SPAN&gt;setenv bootargs_mmc 'set bootargs&amp;nbsp;console=ttymxc0,115200 ${lcd} noinitrd rw ip=192.168.255.2:192.168.255.1::::eth0:off root=/dev/nfs nfsroot=192.168.255.1:/opt/IMX53/ltib/rootfs,nolock'" Change where you boot from? I am booting from an SD card.&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2012 06:15:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Linux-Seiko-WVGA/m-p/193589#M10058</guid>
      <dc:creator>BrilliantovKiri</dc:creator>
      <dc:date>2012-06-14T06:15:30Z</dc:date>
    </item>
    <item>
      <title>Re: Linux/Seiko WVGA</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Linux-Seiko-WVGA/m-p/193590#M10059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Kirill,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i can't able to direct to the Link what you've mentioned &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.800000190734863px; background-color: #ffffff;"&gt;By default system disable LCD after few time, for change this pleas read &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.imxdev.org/wiki/index.php?title=All" style="font-size: 12.800000190734863px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3778c7; background-color: #ffffff;"&gt;this&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you please help me out .....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Antony &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Nov 2012 04:23:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Linux-Seiko-WVGA/m-p/193590#M10059</guid>
      <dc:creator>JohnBritto</dc:creator>
      <dc:date>2012-11-01T04:23:04Z</dc:date>
    </item>
    <item>
      <title>Re: Linux/Seiko WVGA</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Linux-Seiko-WVGA/m-p/193591#M10060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Carl Take a look at i.mx53 START linux BSP user guide&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;section:&lt;/P&gt;&lt;P&gt;8.2 Run the Image from MMC/SD&lt;/P&gt;&lt;P&gt;To boot the system from MMC/SD flash follow the steps bellow:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;1. Press the “POWER” key to power up the board.&lt;/LI&gt;&lt;LI&gt;2. Assume the kernel image starts from the address 0x100000 byte (the block start address is 0x800). The kernel image size is less than 0x300000 byte. The rootfs is located into /dev/mmcblk0p1 partition. Enter the following commands in the U-Boot prompt:&lt;UL&gt;&lt;LI&gt;MX53-LOCO U-Boot &amp;gt; setenv bootargs_base 'setenv bootargs console=ttymxc0,115200'&lt;/LI&gt;&lt;LI&gt;MX53-LOCO U-Boot &amp;gt; setenv bootargs_mmc 'setenv bootargs ${bootargs} root=/dev/mmcblk0p1 rootwait rw video=mxcdi1fb:GBR24,VGA-XGA di1_primary vga'&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;MX53-LOCO U-Boot &amp;gt; setenv bootcmd_mmc 'run bootargs_base bootargs_mmc;mmc dev 0;mmc read ${loadaddr} 0x800 0x1800;bootm'&lt;/LI&gt;&lt;LI&gt;MX53-LOCO U-Boot &amp;gt; setenv bootcmd 'run bootcmd_mmc'&lt;/LI&gt;&lt;LI&gt;MX53-LOCO U-Boot &amp;gt; saveenv&lt;/LI&gt;&lt;LI&gt;MX53-LOCO U-Boot &amp;gt; run bootcmd&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;NOTE&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If your system is using the Seiko touchscreen as a primary&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;device you should use the following configuration:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;video=mxcdi0fb:RGB24,SEIKO-WVGA di0_primary&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Nov 2012 23:50:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Linux-Seiko-WVGA/m-p/193591#M10060</guid>
      <dc:creator>FranciscoCarril</dc:creator>
      <dc:date>2012-11-15T23:50:59Z</dc:date>
    </item>
  </channel>
</rss>

