<?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: imx287 gpio  in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/imx287-gpio/m-p/718950#M111729</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;I did some&amp;nbsp; modification in the file &lt;STRONG&gt;init-mx28.c&lt;/STRONG&gt; in &lt;STRONG&gt;boot_prep of bootlet source code&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;//Pin_1_28 as out and low&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;HW_PINCTRL_MUXSEL3_SET(3 &amp;lt;&amp;lt; 24);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;HW_PINCTRL_DOE1_SET(1 &amp;lt;&amp;lt; 24);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;HW_PINCTRL_DOUT1_CLR(1 &amp;lt;&amp;lt; 24);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But still the pin fails to be low on startup.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;-Aditya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 Dec 2017 04:58:58 GMT</pubDate>
    <dc:creator>adityapatil</dc:creator>
    <dc:date>2017-12-29T04:58:58Z</dc:date>
    <item>
      <title>imx287 gpio</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx287-gpio/m-p/718946#M111725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am working on &lt;STRONG&gt;imx287&lt;/STRONG&gt; CPU with &lt;STRONG&gt;linux-2.6.35.3&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;I have configured the &lt;STRONG&gt;PIN 3_10&amp;nbsp;&lt;/STRONG&gt;to be output and low in the kernel.&lt;/P&gt;&lt;P&gt;But, when I restart the pin remains high value till the kernel has initialized gpmi (mx28 pins) in file&lt;STRONG&gt; mx28evk_pins.c&lt;/STRONG&gt; and then becomes low.&lt;/P&gt;&lt;P&gt;How can I avoid this and keep the pin low even after restart.&lt;/P&gt;&lt;P&gt;-Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Dec 2017 04:44:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx287-gpio/m-p/718946#M111725</guid>
      <dc:creator>adityapatil</dc:creator>
      <dc:date>2017-12-13T04:44:54Z</dc:date>
    </item>
    <item>
      <title>Re: imx287 gpio</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx287-gpio/m-p/718947#M111726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aditya&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;one can add gpio initialization in bootlet sources. &lt;BR /&gt;For obtaining bootlets sources:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. ./ltib -m prep -p imx-bootlets&lt;BR /&gt;This command will put imx-bootlets source codes in the folder -- &lt;BR /&gt;ltib/rpm/build/&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. modify sources&lt;BR /&gt;3. ./ltib -m scbuild -p&amp;nbsp; imx-bootlets&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This command will build new images.&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>Wed, 13 Dec 2017 06:45:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx287-gpio/m-p/718947#M111726</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2017-12-13T06:45:14Z</dc:date>
    </item>
    <item>
      <title>Re: imx287 gpio</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx287-gpio/m-p/718948#M111727</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.I have the bootlet sources&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Can I add the gpio initialization in bootlet source without using ltib?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Dec 2017 02:05:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx287-gpio/m-p/718948#M111727</guid>
      <dc:creator>adityapatil</dc:creator>
      <dc:date>2017-12-28T02:05:57Z</dc:date>
    </item>
    <item>
      <title>Re: imx287 gpio</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx287-gpio/m-p/718949#M111728</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in general one can use yocto with uboot, please look at&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/thread/306491"&gt;https://community.nxp.com/thread/306491&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~igor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Dec 2017 05:27:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx287-gpio/m-p/718949#M111728</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2017-12-28T05:27:46Z</dc:date>
    </item>
    <item>
      <title>Re: imx287 gpio</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx287-gpio/m-p/718950#M111729</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;I did some&amp;nbsp; modification in the file &lt;STRONG&gt;init-mx28.c&lt;/STRONG&gt; in &lt;STRONG&gt;boot_prep of bootlet source code&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;//Pin_1_28 as out and low&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;HW_PINCTRL_MUXSEL3_SET(3 &amp;lt;&amp;lt; 24);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;HW_PINCTRL_DOE1_SET(1 &amp;lt;&amp;lt; 24);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;HW_PINCTRL_DOUT1_CLR(1 &amp;lt;&amp;lt; 24);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But still the pin fails to be low on startup.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;-Aditya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Dec 2017 04:58:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx287-gpio/m-p/718950#M111729</guid>
      <dc:creator>adityapatil</dc:creator>
      <dc:date>2017-12-29T04:58:58Z</dc:date>
    </item>
  </channel>
</rss>

