<?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: Loading the usbserial module on the quickstart board</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Loading-the-usbserial-module-on-the-quickstart-board/m-p/170644#M5463</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I include the support in the kernel [*] instead of [M] and FTDI and generic SDC ttyACMx work fine&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Luis&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 17 Sep 2011 09:25:57 GMT</pubDate>
    <dc:creator>LuisCasado</dc:creator>
    <dc:date>2011-09-17T09:25:57Z</dc:date>
    <item>
      <title>Loading the usbserial module on the quickstart board</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Loading-the-usbserial-module-on-the-quickstart-board/m-p/170641#M5460</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To whom it may concern,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to add the usbserial and cp210x modules to the quickstart board image.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does anyone know hot to do this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm running the imx53 quickstart board, no special attachements (hdmi or display); just the board.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to get a simple usb to serial chip functioning.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The chip is a cp2102 that is supported by the usbserial and cp210x modules built in to most kernels.&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, the quickstart board image does not have these modules installed.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help would be vastly appreciated.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Sep 2011 20:39:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Loading-the-usbserial-module-on-the-quickstart-board/m-p/170641#M5460</guid>
      <dc:creator>JoshuaParrish</dc:creator>
      <dc:date>2011-09-16T20:39:06Z</dc:date>
    </item>
    <item>
      <title>Re: Loading the usbserial module on the quickstart board</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Loading-the-usbserial-module-on-the-quickstart-board/m-p/170642#M5461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have not tested CP210x, but I use FTDI USB to serial device. The procedure is the same:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;﻿./ltib –c&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Select [*] Configure Kernel &lt;BR /&gt;&lt;BR /&gt;In the Kernel config:&lt;/P&gt;&lt;P&gt;Device drivers -&amp;gt; USB Support -&amp;gt;USB Serial Converter support-&amp;gt;&amp;nbsp;&lt;BR /&gt;* USBBFTDI&amp;nbsp;&lt;BR /&gt;* USB Generic Serial Driver&amp;nbsp;&lt;BR /&gt;*&amp;nbsp;Modem ACM is selected by default&lt;/P&gt;&lt;P&gt;*I&amp;nbsp;don't have&amp;nbsp;my Linux box with me right now, but if I remember well, CP210x are in the list to select.&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Update your kernel in SD card:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;﻿sudo dd if= uImage of=/dev/sdb bs=512 seek=2048 &amp;amp;&amp;amp; sync &amp;amp;&amp;amp; sync&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Luis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Sep 2011 22:58:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Loading-the-usbserial-module-on-the-quickstart-board/m-p/170642#M5461</guid>
      <dc:creator>LuisCasado</dc:creator>
      <dc:date>2011-09-16T22:58:14Z</dc:date>
    </item>
    <item>
      <title>Re: Loading the usbserial module on the quickstart board</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Loading-the-usbserial-module-on-the-quickstart-board/m-p/170643#M5462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey luis,&lt;/P&gt;&lt;P&gt;I've actually tried that several times. I keep getting a module incompatibility.&lt;/P&gt;&lt;P&gt;When I type insmod usbserial&lt;/P&gt;&lt;P&gt;I get module incorrect format&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've typed in modprobe -f usbserial with no avail.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've tried typing in the cmd without the force command.&lt;/P&gt;&lt;P&gt;I've also tried insmod as well.&lt;/P&gt;&lt;P&gt;The mod info has the same kernel version.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm not really sure what to do I've wrote a new uboot and uimage several times.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Sep 2011 09:16:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Loading-the-usbserial-module-on-the-quickstart-board/m-p/170643#M5462</guid>
      <dc:creator>JoshuaParrish</dc:creator>
      <dc:date>2011-09-17T09:16:02Z</dc:date>
    </item>
    <item>
      <title>Re: Loading the usbserial module on the quickstart board</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Loading-the-usbserial-module-on-the-quickstart-board/m-p/170644#M5463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I include the support in the kernel [*] instead of [M] and FTDI and generic SDC ttyACMx work fine&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Luis&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Sep 2011 09:25:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Loading-the-usbserial-module-on-the-quickstart-board/m-p/170644#M5463</guid>
      <dc:creator>LuisCasado</dc:creator>
      <dc:date>2011-09-17T09:25:57Z</dc:date>
    </item>
    <item>
      <title>Re: Loading the usbserial module on the quickstart board</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Loading-the-usbserial-module-on-the-quickstart-board/m-p/170645#M5464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Luis,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I went ahead and tried that, unfortunately my kernel refuses to build when I select to have it built in.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Sep 2011 15:28:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Loading-the-usbserial-module-on-the-quickstart-board/m-p/170645#M5464</guid>
      <dc:creator>JoshuaParrish</dc:creator>
      <dc:date>2011-09-19T15:28:36Z</dc:date>
    </item>
    <item>
      <title>Re: Loading the usbserial module on the quickstart board</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Loading-the-usbserial-module-on-the-quickstart-board/m-p/170646#M5465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Interesting, i was just trying to do quite the same thing.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm using the stock Ubuntu that comes with the i.mx53QSB, i wanted to compile the ftdi_sio module since it's not built-in in the custom kernel that comes with the OS.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way i can do it and avoid to download tons of stuff/reflash the kernel? I tried tricking the kernel installing some 2.6.35 headers from apt and compiling the few files that make the ftdi_sio module, but no luck so far (does not want to compile it, probably not board-related, there's something i am missing at the build-an-out-of-tree-module level)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Sep 2011 22:47:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Loading-the-usbserial-module-on-the-quickstart-board/m-p/170646#M5465</guid>
      <dc:creator>c10ud</dc:creator>
      <dc:date>2011-09-19T22:47:03Z</dc:date>
    </item>
    <item>
      <title>Re: Loading the usbserial module on the quickstart board</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Loading-the-usbserial-module-on-the-quickstart-board/m-p/170647#M5466</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using BSP 11.03 and 11.05 kernels with Ubuntu rootfs. Both kernels build fine with USB-serial modules build-in [*]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Reflash kernel is very fast with dd in SD card&amp;nbsp;and you don't need to change uboot or rootfs.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Sep 2011 09:35:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Loading-the-usbserial-module-on-the-quickstart-board/m-p/170647#M5466</guid>
      <dc:creator>LuisCasado</dc:creator>
      <dc:date>2011-09-21T09:35:15Z</dc:date>
    </item>
    <item>
      <title>Re: Loading the usbserial module on the quickstart board</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Loading-the-usbserial-module-on-the-quickstart-board/m-p/170648#M5467</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;@Luis&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I went ahead and did that with the 11.05 package. It now works great thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;@Riccardo,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do exactly as Luis suggested. Download the 11.05 source package.&lt;/P&gt;&lt;P&gt;Then update the LTIB (or start from 11.05)&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then run ./ltib --selectype "Just to make sure your getting the imx5 series' select which ever release, I did the minimum.&amp;nbsp;&lt;/P&gt;&lt;P&gt;hit exit then ok&lt;/P&gt;&lt;P&gt;On the next screen just make sure you select configure kernel.&amp;nbsp;&lt;/P&gt;&lt;P&gt;exit, then ok&lt;/P&gt;&lt;P&gt;Next screen pops up and your configuring your kernel.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Select device drivers&lt;/P&gt;&lt;P&gt;then usb support make sure that has a *&lt;/P&gt;&lt;P&gt;Then go to usb serial&amp;nbsp;&lt;/P&gt;&lt;P&gt;make sure the generic is * and then your ftdi_sio module is *.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Sep 2011 04:21:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Loading-the-usbserial-module-on-the-quickstart-board/m-p/170648#M5467</guid>
      <dc:creator>JoshuaParrish</dc:creator>
      <dc:date>2011-09-22T04:21:35Z</dc:date>
    </item>
    <item>
      <title>Re: Loading the usbserial module on the quickstart board</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Loading-the-usbserial-module-on-the-quickstart-board/m-p/170649#M5468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Will do, thank you very much!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Sep 2011 08:17:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Loading-the-usbserial-module-on-the-quickstart-board/m-p/170649#M5468</guid>
      <dc:creator>c10ud</dc:creator>
      <dc:date>2011-09-22T08:17:48Z</dc:date>
    </item>
    <item>
      <title>Re: Loading the usbserial module on the quickstart board</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Loading-the-usbserial-module-on-the-quickstart-board/m-p/170650#M5469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I too am trying to get ftdi_sio included, but after following the above, I don't find the ftdi_sio.ko being built (I see an ftdi_sio.o_&lt;/P&gt;&lt;P&gt;Being new to linux/ltib, not sure what is happening. I did expect to find the ftdi_sio.ko being built&lt;/P&gt;&lt;P&gt;Is there a way to build the ko from the command line?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2012 17:11:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Loading-the-usbserial-module-on-the-quickstart-board/m-p/170650#M5469</guid>
      <dc:creator>RichardAllen</dc:creator>
      <dc:date>2012-02-16T17:11:04Z</dc:date>
    </item>
    <item>
      <title>Re: Loading the usbserial module on the quickstart board</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Loading-the-usbserial-module-on-the-quickstart-board/m-p/170651#M5470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was able to get the ko to build. Needed to use the [M] modular option instead of the [*] option when selecting the drivers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Feb 2012 14:38:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Loading-the-usbserial-module-on-the-quickstart-board/m-p/170651#M5470</guid>
      <dc:creator>RichardAllen</dc:creator>
      <dc:date>2012-02-19T14:38:39Z</dc:date>
    </item>
  </channel>
</rss>

