<?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: imx53 quick start board in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/imx53-quick-start-board/m-p/318294#M42277</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, Victor&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;seems you chose incorrect&lt;/P&gt;&lt;P&gt;selection in your google translator.&lt;/P&gt;&lt;P&gt;Please select "english" tab. :smileyhappy:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;chip&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Jun 2014 01:57:59 GMT</pubDate>
    <dc:creator>igorpadykov</dc:creator>
    <dc:date>2014-06-27T01:57:59Z</dc:date>
    <item>
      <title>imx53 quick start board</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx53-quick-start-board/m-p/318291#M42274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Estoy aprendiendo a usar la iMX53 QSB con s.o ubuntu, que viene con el kit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Quisiera conseguir algun ejemplo, sencillo de como usar los interruptores de usuario 1 y 2, para manipular el encendido del LED para usuario (D16), para hacer un ejemplo de como programarlos.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Saludos&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jun 2014 19:19:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx53-quick-start-board/m-p/318291#M42274</guid>
      <dc:creator>victorsaldaña</dc:creator>
      <dc:date>2014-06-12T19:19:32Z</dc:date>
    </item>
    <item>
      <title>Re: imx53 quick start board</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx53-quick-start-board/m-p/318292#M42275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Victor&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please start with link below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/docs/DOC-1459"&gt;FAQ All Boards GPIO Test&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In file mx53_loco.c file the&amp;nbsp; GPIO2_14 and GPIO2_15 are&lt;/P&gt;&lt;P&gt;configured and registered under gpio-keys. If you want to control&lt;/P&gt;&lt;P&gt;this GPIO using SYS interface you need to comment out the next lines&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static struct gpio_keys_button loco_buttons[] = {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; GPIO_BUTTON(MX53_nONKEY, KEY_POWER, 1, "power", 0),&lt;/P&gt;&lt;P&gt;/*&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; GPIO_BUTTON(USER_UI1, KEY_VOLUMEUP, 1, "volume-up", 0),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; GPIO_BUTTON(USER_UI2, KEY_VOLUMEDOWN, 1, "volume-down", 0), */&lt;/P&gt;&lt;P&gt;};&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Moreover, be sure that you have selected&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--Device Drivers&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; ---GPIO Support&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -- /sys/class/gpio (sysfs interface)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Recompile your kernel and replace it by the current one and you would&lt;/P&gt;&lt;P&gt;control these GPIO as the LED on the QSB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using KEY_ROW4&amp;nbsp; GPIO4[15] :&amp;nbsp; 32*3 +15=111&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;echo 111 &amp;gt; /sys/class/gpio/export&lt;/P&gt;&lt;P&gt;echo "out" &amp;gt; /sys/class/gpio/gpio111/direction&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;value=/sys/class/gpio/gpio111/value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;echo 1 &amp;gt; $value;&lt;/P&gt;&lt;P&gt;echo 0 &amp;gt; $value ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;chip&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;P&gt;&lt;/P&gt;&lt;P&gt;"In theory there is no difference between theory and practice, but in practice there is."&amp;nbsp; [Murphy's laws]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jun 2014 02:42:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx53-quick-start-board/m-p/318292#M42275</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2014-06-13T02:42:23Z</dc:date>
    </item>
    <item>
      <title>Re: imx53 quick start board</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx53-quick-start-board/m-p/318293#M42276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Por ser principiante en el uso del iMX53 QSB tengo preguntas muy básicas, a la respuesta dada.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.- Donde se encuentran los archivos &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;In file mx53_loco.c file&lt;/SPAN&gt;?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.- Lo referente a "&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Moreover, be sure that you have selected"&amp;nbsp; en que parte lo tengo que seleccionar?.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3.- "&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Recompile your kernel and replace it by the current one&lt;/SPAN&gt;" Como se debe realizar, con que instrucción y si esta es ejecutada desde la terminal de Ubuntu,&amp;nbsp; ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4.- &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Using KEY_ROW4&amp;nbsp; GPIO4[15] :&amp;nbsp; 32*3 +15=111&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp; a que se refiere?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jun 2014 18:46:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx53-quick-start-board/m-p/318293#M42276</guid>
      <dc:creator>victorsaldaña</dc:creator>
      <dc:date>2014-06-26T18:46:22Z</dc:date>
    </item>
    <item>
      <title>Re: imx53 quick start board</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx53-quick-start-board/m-p/318294#M42277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, Victor&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;seems you chose incorrect&lt;/P&gt;&lt;P&gt;selection in your google translator.&lt;/P&gt;&lt;P&gt;Please select "english" tab. :smileyhappy:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;chip&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2014 01:57:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx53-quick-start-board/m-p/318294#M42277</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2014-06-27T01:57:59Z</dc:date>
    </item>
    <item>
      <title>Re: imx53 quick start board</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx53-quick-start-board/m-p/318295#M42278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Due to I'm begginer in imx53 i have some basic question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;1.- Where can I found files &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;mx53_loco.c file&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;2.- &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;About&amp;nbsp; "&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Moreover, be sure that you have selected"&amp;nbsp; in which part I have to select this?.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;3.- "&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Recompile your kernel and replace it by the current one&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;"&amp;nbsp; &lt;SPAN class="hps"&gt;As&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;you must&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;realize,&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;that&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;if&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;this&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;instruction&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;is&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;executed from the&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;terminal&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;of&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;Ubuntu&lt;/SPAN&gt;?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;4.- &lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Using KEY_ROW4&amp;nbsp; GPIO4[15] :&amp;nbsp; 32*3 +15=111&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="hps"&gt;referred&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;to this&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;instruction&lt;/SPAN&gt;? Where can i to do this?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Best Regards&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2014 04:45:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx53-quick-start-board/m-p/318295#M42278</guid>
      <dc:creator>victorsaldaña</dc:creator>
      <dc:date>2014-06-27T04:45:34Z</dc:date>
    </item>
    <item>
      <title>Re: imx53 quick start board</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx53-quick-start-board/m-p/318296#M42279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Victor&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would suggest to start with 1) [&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif;"&gt;Where can I found files &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif; color: #3d3d3d;"&gt;mx53_loco.c file&lt;/SPAN&gt;]&lt;/P&gt;&lt;P&gt;and build ltib.&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=IMX53QSB&amp;amp;fpsp=1&amp;amp;tab=Design_Tools_Tab"&gt;L2.6.35_11_09_ER_SOURCE&lt;/A&gt; &lt;IMG alt="" class="jiveImage" src="http://www.freescale.com/files/graphic/SECURITYINFOIMAGE.gif" /&gt; : Linux 2.6.35 Source Code Files and documentation&lt;/P&gt;&lt;P&gt;11.09. Supports MCIMX53-START and MCIMX53-START-R.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="loading" href="http://cache.freescale.com/files/dsp/doc/app_note/AN3875.pdf" title="http://cache.freescale.com/files/dsp/doc/app_note/AN3875.pdf"&gt;http://cache.freescale.com/files/dsp/doc/app_note/AN3875.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://cache.freescale.com/files/dsp/doc/app_note/AN3875.pdf"&gt;&lt;SPAN class="l"&gt;&lt;SPAN class="goog-trans-section l"&gt;Building a Linux Image and Downloading onto i.MX Processors Using a Virtual ...&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt; (REV 1) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please read documentation and try to build ltib, in sources you will find&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif; color: #3d3d3d;"&gt;mx53_loco.c file. AN3875 explains how to use ltib.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;chip&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2014 15:11:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx53-quick-start-board/m-p/318296#M42279</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2014-06-27T15:11:01Z</dc:date>
    </item>
  </channel>
</rss>

