<?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: Best/Popular Python Modules for i.MX6 Peripherals?</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Best-Popular-Python-Modules-for-i-MX6-Peripherals/m-p/632200#M96135</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you gusarambula... Thank you for the pointer to python.org... indeed there are LOTS of modules to choose from... and that is the help I am seeking here. I am looking for specific module recommendations for to support the above peripherals. There are &lt;EM&gt;so many&lt;/EM&gt; to choose from... and without experience in any of them, I have no idea which are "best" suited to i.MX - or are otherwise most popular amongst the Python user community. Your contributions are most welcomed. Thanks Sincerely! -Doug&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Nov 2016 17:37:26 GMT</pubDate>
    <dc:creator>dougshade</dc:creator>
    <dc:date>2016-11-09T17:37:26Z</dc:date>
    <item>
      <title>Best/Popular Python Modules for i.MX6 Peripherals?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Best-Popular-Python-Modules-for-i-MX6-Peripherals/m-p/632198#M96133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello- I am soliciting guidance on which are the best / most popular Python modules to engage when addressing i.MX6 peripherals:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;RGMII&lt;/LI&gt;&lt;LI style="color: #000000; font-size: 11pt;"&gt;USB OTG&lt;/LI&gt;&lt;LI style="color: #000000; font-size: 11pt;"&gt;ENET&lt;/LI&gt;&lt;LI style="color: #000000; font-size: 11pt;"&gt;UART&lt;/LI&gt;&lt;LI style="color: #000000; font-size: 11pt;"&gt;I2C&lt;/LI&gt;&lt;LI style="color: #000000; font-size: 11pt;"&gt;CSI Camera interface&lt;/LI&gt;&lt;LI style="color: #000000; font-size: 11pt;"&gt;LCD Display Panel&lt;/LI&gt;&lt;LI style="color: #000000; font-size: 11pt;"&gt;SD Card Slot&lt;/LI&gt;&lt;LI style="color: #000000; font-size: 11pt;"&gt;GPIO&lt;/LI&gt;&lt;LI style="color: #000000; font-size: 11pt;"&gt;SPI&lt;/LI&gt;&lt;LI style="color: #000000; font-size: 11pt;"&gt;QSPI (Flash)&lt;/LI&gt;&lt;LI style="color: #000000; font-size: 11pt;"&gt;CAN&lt;/LI&gt;&lt;LI style="color: #000000; font-size: 11pt;"&gt;i.MX Audio Mux&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks All For Your Guidance! -Doug&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Nov 2016 21:52:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Best-Popular-Python-Modules-for-i-MX6-Peripherals/m-p/632198#M96133</guid>
      <dc:creator>dougshade</dc:creator>
      <dc:date>2016-11-04T21:52:34Z</dc:date>
    </item>
    <item>
      <title>Re: Best/Popular Python Modules for i.MX6 Peripherals?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Best-Popular-Python-Modules-for-i-MX6-Peripherals/m-p/632199#M96134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Doug Shade,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since the BSP does not itself support Python out of the box there is no much information on libraries and its use for the i.MX6 BSP in particular.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You would need to install python on the Linux image for the board. From there you should be able to use the plethora of libraries available. One good place to start is the Python Package Index (&lt;A href="https://pypi.python.org/pypi"&gt;https://pypi.python.org/pypi&lt;/A&gt;) where you can see a list of available packages for Pyhton.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The drivers would be handled by the OS with python interacting with it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this at least gives you an overall idea of the next steps. Perhaps some community users can share their own experience with it.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Nov 2016 17:26:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Best-Popular-Python-Modules-for-i-MX6-Peripherals/m-p/632199#M96134</guid>
      <dc:creator>gusarambula</dc:creator>
      <dc:date>2016-11-09T17:26:01Z</dc:date>
    </item>
    <item>
      <title>Re: Best/Popular Python Modules for i.MX6 Peripherals?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Best-Popular-Python-Modules-for-i-MX6-Peripherals/m-p/632200#M96135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you gusarambula... Thank you for the pointer to python.org... indeed there are LOTS of modules to choose from... and that is the help I am seeking here. I am looking for specific module recommendations for to support the above peripherals. There are &lt;EM&gt;so many&lt;/EM&gt; to choose from... and without experience in any of them, I have no idea which are "best" suited to i.MX - or are otherwise most popular amongst the Python user community. Your contributions are most welcomed. Thanks Sincerely! -Doug&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Nov 2016 17:37:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Best-Popular-Python-Modules-for-i-MX6-Peripherals/m-p/632200#M96135</guid>
      <dc:creator>dougshade</dc:creator>
      <dc:date>2016-11-09T17:37:26Z</dc:date>
    </item>
  </channel>
</rss>

