<?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 Vybrid serial over USB in Vybrid Processors</title>
    <link>https://community.nxp.com/t5/Vybrid-Processors/Vybrid-serial-over-USB/m-p/315975#M3038</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to use USB GADGET g_serial on a TWR-VF6 with TImesys linux to use the usb port as serial link.&lt;/P&gt;&lt;P&gt;I really don't know&amp;nbsp; what I have to do for enabling this feature, does someone tried this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I enabled into kernel USB_GADGET_SUPPORT, and set as module the Serial Gadget (with CDC ACM and CDC OBEX support) but modprobe g_serial return :&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;modprobe: can't load module g_serial (kernel/drivers/usb/gadget/g_serial.ko): No such device&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gadget don't work on vybrid? A driver is missing?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 04 Jul 2014 07:45:18 GMT</pubDate>
    <dc:creator>jeremyesquirol</dc:creator>
    <dc:date>2014-07-04T07:45:18Z</dc:date>
    <item>
      <title>Vybrid serial over USB</title>
      <link>https://community.nxp.com/t5/Vybrid-Processors/Vybrid-serial-over-USB/m-p/315975#M3038</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to use USB GADGET g_serial on a TWR-VF6 with TImesys linux to use the usb port as serial link.&lt;/P&gt;&lt;P&gt;I really don't know&amp;nbsp; what I have to do for enabling this feature, does someone tried this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I enabled into kernel USB_GADGET_SUPPORT, and set as module the Serial Gadget (with CDC ACM and CDC OBEX support) but modprobe g_serial return :&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;modprobe: can't load module g_serial (kernel/drivers/usb/gadget/g_serial.ko): No such device&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gadget don't work on vybrid? A driver is missing?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jul 2014 07:45:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Vybrid-Processors/Vybrid-serial-over-USB/m-p/315975#M3038</guid>
      <dc:creator>jeremyesquirol</dc:creator>
      <dc:date>2014-07-04T07:45:18Z</dc:date>
    </item>
    <item>
      <title>Re: Vybrid serial over USB</title>
      <link>https://community.nxp.com/t5/Vybrid-Processors/Vybrid-serial-over-USB/m-p/315976#M3039</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Jérémy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have to update your Root file system, or just copy &lt;STRONG&gt;g_serial.ko &lt;/STRONG&gt;from ~/timesys/twr_vf600/yourFactoryFolder/build_armv7l-timesys-linux-gnueabi/rfs/lib/modules/3.0.15-ts-armv7l/kernel/drivers/usb/gadget to /lib/modules/3.0.15-ts-armv7l/kernel/drivers/usb/gadget on your target board.&lt;/P&gt;&lt;P&gt;It just works fine on my own vybrid design.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Emmanuel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jul 2014 09:53:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Vybrid-Processors/Vybrid-serial-over-USB/m-p/315976#M3039</guid>
      <dc:creator>Nouchi</dc:creator>
      <dc:date>2014-07-04T09:53:22Z</dc:date>
    </item>
    <item>
      <title>Re: Vybrid serial over USB</title>
      <link>https://community.nxp.com/t5/Vybrid-Processors/Vybrid-serial-over-USB/m-p/315977#M3040</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Nouchi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;g_serial.ko&lt;/STRONG&gt; was in /lib/modules/3.0.15-ts-armv7l/kernel/drivers/usb/gadget folder when i tried.&lt;/P&gt;&lt;P&gt;As you said that it was working on your vybrid design, i've re-tried with differents config kernel, and it seems to work, i don't know why. Maybe the OTG_SUPPORT, that is now removed, was in conflict with g_serial...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;modprobe g_serial&lt;/STRONG&gt; now return :&lt;/P&gt;&lt;P&gt;gs_bind: controller 'fsl-usb2-udc' not recognized&lt;/P&gt;&lt;P&gt;g_serial gadget: Gadget Serial v2.4&lt;/P&gt;&lt;P&gt;g_serial gadget: g_serial ready&lt;/P&gt;&lt;P&gt;fsl-usb2-udc: bind to driver g_serial&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For information, do you know what's the meaning of : &lt;STRONG&gt;gs_bind: controller 'fsl-usb2-udc' not recognized&lt;/STRONG&gt; ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jul 2014 12:59:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Vybrid-Processors/Vybrid-serial-over-USB/m-p/315977#M3040</guid>
      <dc:creator>jeremyesquirol</dc:creator>
      <dc:date>2014-07-04T12:59:29Z</dc:date>
    </item>
    <item>
      <title>Re: Vybrid serial over USB</title>
      <link>https://community.nxp.com/t5/Vybrid-Processors/Vybrid-serial-over-USB/m-p/315978#M3041</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Jérémy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The "gs_bind: controller 'fsl-usb2-udc' not recognized" seems not to be a real problem (the same for me), as long as you get /dev/ttyGS0 device.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Emmanuel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jul 2014 06:25:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Vybrid-Processors/Vybrid-serial-over-USB/m-p/315978#M3041</guid>
      <dc:creator>Nouchi</dc:creator>
      <dc:date>2014-07-07T06:25:37Z</dc:date>
    </item>
  </channel>
</rss>

