<?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: USB to Serial for Gingerbread on BBG?</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/USB-to-Serial-for-Gingerbread-on-BBG/m-p/416729#M62625</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Weidong,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply - yes this is true and I have utilized the FTDI driver for the Kernel portion.&lt;/P&gt;&lt;P&gt;My expectation is that this is only 1/2 of the support needed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The exposure of this support to Android is where I am missing some pieces.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How/what is needed for Android to recognize this additional support?&amp;nbsp;&amp;nbsp; Typically (for other features I have added) I have found that I need to modify the Android-OS as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you can provide any guidance that would be awesome!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Aug 2015 15:05:49 GMT</pubDate>
    <dc:creator>mbp</dc:creator>
    <dc:date>2015-08-06T15:05:49Z</dc:date>
    <item>
      <title>USB to Serial for Gingerbread on BBG?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/USB-to-Serial-for-Gingerbread-on-BBG/m-p/416727#M62623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Has anyone completed a port of the &lt;STRONG&gt;serial profile for USB on the i.Mx51 Babbage or i.Mx53 platform running Gingerbread&lt;/STRONG&gt;?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I started this port about 10 months ago then got way-laid on other projects:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Step 1) Porting the support from a new Kernel to the R10 then&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; step 2) build hooks into Android.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I completed the Kernel update - but there it sits.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If anyone has completed this effort to so a design based on the BBG-Gingerbread or Mx53-Gingerbread platform will support USB to Serial dongle's PLEASE reply to me or to this post.&amp;nbsp; &lt;STRONG&gt;It would be MOST appreciated!&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Aug 2015 15:11:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/USB-to-Serial-for-Gingerbread-on-BBG/m-p/416727#M62623</guid>
      <dc:creator>mbp</dc:creator>
      <dc:date>2015-08-05T15:11:29Z</dc:date>
    </item>
    <item>
      <title>Re: USB to Serial for Gingerbread on BBG?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/USB-to-Serial-for-Gingerbread-on-BBG/m-p/416728#M62624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mike,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; In linux kernel, there are some typical parts for USB to Serial converter, such as CP210x , FTDI devices etc, so anyway, haredware design or driver for linux(android) are both no problem, you can select one of them for your solution.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Weidong&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Aug 2015 09:11:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/USB-to-Serial-for-Gingerbread-on-BBG/m-p/416728#M62624</guid>
      <dc:creator>weidong_sun</dc:creator>
      <dc:date>2015-08-06T09:11:33Z</dc:date>
    </item>
    <item>
      <title>Re: USB to Serial for Gingerbread on BBG?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/USB-to-Serial-for-Gingerbread-on-BBG/m-p/416729#M62625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Weidong,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply - yes this is true and I have utilized the FTDI driver for the Kernel portion.&lt;/P&gt;&lt;P&gt;My expectation is that this is only 1/2 of the support needed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The exposure of this support to Android is where I am missing some pieces.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How/what is needed for Android to recognize this additional support?&amp;nbsp;&amp;nbsp; Typically (for other features I have added) I have found that I need to modify the Android-OS as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you can provide any guidance that would be awesome!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Aug 2015 15:05:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/USB-to-Serial-for-Gingerbread-on-BBG/m-p/416729#M62625</guid>
      <dc:creator>mbp</dc:creator>
      <dc:date>2015-08-06T15:05:49Z</dc:date>
    </item>
  </channel>
</rss>

