<?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: exporting GPIO through SYSFS in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/exporting-GPIO-through-SYSFS/m-p/155541#M2157</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Daniel,&lt;/P&gt;&lt;P&gt;Did you add these two lines to .ltibrc:&lt;/P&gt;&lt;P&gt;%http_proxy=proxy.server:port&lt;/P&gt;&lt;P&gt;%proxy=1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Mariano&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 May 2011 13:18:12 GMT</pubDate>
    <dc:creator>MarianoGoluboff</dc:creator>
    <dc:date>2011-05-24T13:18:12Z</dc:date>
    <item>
      <title>exporting GPIO through SYSFS</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/exporting-GPIO-through-SYSFS/m-p/155537#M2153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have been working on my custom board with imx233. During the boared design, I made some imx pins (as GPIO) to control other components on board.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The imx wiki page has all the instruction on how to use GPIOs in the user space on the following link:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.imxdev.org/wiki/index.php?title=FAQ_ALL_BOARDS_GPIO_TEST" rel="nofollow noopener noreferrer noopener noreferrer" target="_blank"&gt;http://www.imxdev.org/wiki/index.php?title=FAQ_ALL_BOARDS_GPIO_TEST&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But there is no option, or I can't see,&amp;nbsp; in LTIB config that allows to configure SYSFS&lt;/P&gt;&lt;P&gt;I mean I can't see this&lt;/P&gt;&lt;PRE&gt;Device Drivers ---&amp;gt;
      --- GPIO Support
            [*] /sys/class/gpio/... (sysfs interface)

as mentioned in the wiki

so, how do I configure LTIB to export GPIO thru SYSFS?
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2020 08:59:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/exporting-GPIO-through-SYSFS/m-p/155537#M2153</guid>
      <dc:creator>danix</dc:creator>
      <dc:date>2020-10-29T08:59:25Z</dc:date>
    </item>
    <item>
      <title>Re: exporting GPIO through SYSFS</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/exporting-GPIO-through-SYSFS/m-p/155538#M2154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Daniel,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I haven't double checked this (I will in a few hours if this doesn't help you), but I believe that's a kernel option. So to change that, in LTIB you'd need to check the box to re-configure the kernel.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then once LTIB starts building, it'll bring up the kernel menuconfig, and then you'll be able to find this option there.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Mariano&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 May 2011 20:21:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/exporting-GPIO-through-SYSFS/m-p/155538#M2154</guid>
      <dc:creator>MarianoGoluboff</dc:creator>
      <dc:date>2011-05-23T20:21:48Z</dc:date>
    </item>
    <item>
      <title>Re: exporting GPIO through SYSFS</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/exporting-GPIO-through-SYSFS/m-p/155539#M2155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Daniel,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Mariano is correct. This is a kernel configuration option.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Fabio Estevam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 May 2011 00:08:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/exporting-GPIO-through-SYSFS/m-p/155539#M2155</guid>
      <dc:creator>fabio_estevam</dc:creator>
      <dc:date>2011-05-24T00:08:46Z</dc:date>
    </item>
    <item>
      <title>Re: exporting GPIO through SYSFS</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/exporting-GPIO-through-SYSFS/m-p/155540#M2156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you guys,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Another problem is, LTIB can't download packages either from the GPP or PPP; it always reports "No network connection is&amp;nbsp; available to download.."&amp;nbsp; I tried to edit the proxy in .ltibrc, but didn't help&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;can you tell me how can I enable LTIB to access the PPP/GPP. I'm using proxy to connect to the Internet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 May 2011 07:15:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/exporting-GPIO-through-SYSFS/m-p/155540#M2156</guid>
      <dc:creator>danix</dc:creator>
      <dc:date>2011-05-24T07:15:09Z</dc:date>
    </item>
    <item>
      <title>Re: exporting GPIO through SYSFS</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/exporting-GPIO-through-SYSFS/m-p/155541#M2157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Daniel,&lt;/P&gt;&lt;P&gt;Did you add these two lines to .ltibrc:&lt;/P&gt;&lt;P&gt;%http_proxy=proxy.server:port&lt;/P&gt;&lt;P&gt;%proxy=1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Mariano&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 May 2011 13:18:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/exporting-GPIO-through-SYSFS/m-p/155541#M2157</guid>
      <dc:creator>MarianoGoluboff</dc:creator>
      <dc:date>2011-05-24T13:18:12Z</dc:date>
    </item>
    <item>
      <title>Re: exporting GPIO through SYSFS</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/exporting-GPIO-through-SYSFS/m-p/155542#M2158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;yes I did that, but no effect&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 May 2011 13:31:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/exporting-GPIO-through-SYSFS/m-p/155542#M2158</guid>
      <dc:creator>danix</dc:creator>
      <dc:date>2011-05-24T13:31:17Z</dc:date>
    </item>
    <item>
      <title>Re: exporting GPIO through SYSFS</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/exporting-GPIO-through-SYSFS/m-p/155543#M2159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I had the syntax wrong, by the way. Try:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;%http_proxy&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.nxp.com/proxy.server:port" target="_blank"&gt;http://proxy.server:port&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;%gpp_proxy&lt;/P&gt;&lt;P&gt;1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If this still doesn't work, post your .ltibrc here. Also, can you ping bitshrine.org? Does network connectivity still fail if you do: ./ltib --dltest&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 May 2011 18:56:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/exporting-GPIO-through-SYSFS/m-p/155543#M2159</guid>
      <dc:creator>MarianoGoluboff</dc:creator>
      <dc:date>2011-05-24T18:56:13Z</dc:date>
    </item>
  </channel>
</rss>

