<?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: Problem in enabling driver in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Problem-in-enabling-driver/m-p/985292#M146377</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Default it's build as module. So, if I enabled for the&amp;nbsp;&lt;STRONG style="color: #51626f; border: 0px; font-weight: bold;"&gt;CONFIG_USB_VIDEO_CLASS&amp;nbsp;&lt;/STRONG&gt;giving error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you know how to avoid module copy in build ?&lt;/P&gt;&lt;P&gt;(or) Do you have any idea know which file is this ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;cp: cannot stat 'out/target/product/mek_8q/obj/KERNEL_OBJ/drivers/usb/core/&lt;STRONG&gt;usbcore.ko&lt;/STRONG&gt;': No such file or directory&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;VinothS,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Jan 2020 05:03:54 GMT</pubDate>
    <dc:creator>vinothkumars</dc:creator>
    <dc:date>2020-01-10T05:03:54Z</dc:date>
    <item>
      <title>Problem in enabling driver</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Problem-in-enabling-driver/m-p/985287#M146372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff; border: 0px; font-weight: inherit;"&gt;Dear NXP,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff; border: 0px; font-weight: inherit;"&gt;I needs to enable CONFIG_USB_VIDEO (&lt;STRONG&gt;uvcvideo.ko&lt;/STRONG&gt;) depends on CONFIG_USB (&lt;STRONG&gt;usbcore.ko&lt;/STRONG&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff; border: 0px; font-weight: inherit;"&gt;But from Kconfig I come to know to build CONFIG_USB we needs to select M.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff; border: 0px; font-weight: inherit;"&gt;But for CONFIG_USB_VIDEO I needs to select CONFIG_USB as Y.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff; border: 0px; font-weight: inherit;"&gt;So, After Clean build, I got build error because I needs to select the &lt;STRONG&gt;CONFIG_USB as M&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff; border: 0px; font-weight: inherit;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff; border: 0px; font-weight: inherit;"&gt;&lt;SPAN&gt;from AOSP/source/vendor/nxp-opensource/kernel_imx/drivers/usb/Kconfig&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;config USB&lt;BR /&gt; tristate "Support for Host-side USB"&lt;BR /&gt; depends on USB_ARCH_HAS_HCD&lt;BR /&gt; select USB_COMMON&lt;BR /&gt; select NLS # for UTF-8 strings&lt;BR /&gt; ---help---&lt;BR /&gt; Universal Serial Bus (USB) is a specification for a serial bus&lt;BR /&gt; subsystem which offers higher speeds and more features than the&lt;BR /&gt; traditional PC serial port. The bus supplies power to peripherals&lt;BR /&gt; and allows for hot swapping. Up to 127 USB peripherals can be&lt;BR /&gt; connected to a single USB host in a tree structure.&lt;/P&gt;&lt;P&gt;The USB host is the root of the tree, the peripherals are the&lt;BR /&gt; leaves and the inner nodes are special USB devices called hubs.&lt;BR /&gt; Most PCs now have USB host ports, used to connect peripherals&lt;BR /&gt; such as scanners, keyboards, mice, modems, cameras, disks,&lt;BR /&gt; flash memory, network links, and printers to the PC.&lt;/P&gt;&lt;P&gt;Say Y here if your computer has a host-side USB port and you want&lt;BR /&gt; to use USB devices. You then need to say Y to at least one of the&lt;BR /&gt; Host Controller Driver (HCD) options below. Choose a USB 1.1&lt;BR /&gt; controller, such as "UHCI HCD support" or "OHCI HCD support",&lt;BR /&gt; and "EHCI HCD (USB 2.0) support" except for older systems that&lt;BR /&gt; do not have USB 2.0 support. It doesn't normally hurt to select&lt;BR /&gt; them all if you are not certain.&lt;/P&gt;&lt;P&gt;If your system has a device-side USB port, used in the peripheral&lt;BR /&gt; side of the USB protocol, see the "USB Gadget" framework instead.&lt;/P&gt;&lt;P&gt;After choosing your HCD, then select drivers for the USB peripherals&lt;BR /&gt; you'll be using. You may want to check out the information provided&lt;BR /&gt; in &amp;lt;file:Documentation/usb/&amp;gt; and especially the links given in&lt;BR /&gt; &amp;lt;file:Documentation/usb/usb-help.txt&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;To compile this driver as a module, choose M here: the&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt; module will be called usbcore.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff; border: 0px; font-weight: inherit;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff; border: 0px; font-weight: inherit;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff; border: 0px; font-weight: inherit;"&gt;&lt;SPAN style="color: #51626f; font-weight: inherit; "&gt;Build error, if I select as &lt;/SPAN&gt;&lt;STRONG style="color: #51626f; font-weight: inherit;"&gt;Y&amp;nbsp;&lt;/STRONG&gt;&lt;SPAN style="color: #51626f;"&gt;&lt;SPAN style="font-weight: inherit;"&gt;(CONFIG_USB_VIDEO &lt;/SPAN&gt;depends on CONFIG_USB&lt;SPAN style="font-weight: inherit;"&gt;)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff; border: 0px; font-weight: inherit;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;STRONG style="background-color: #ffffff; border: 0px; color: #51626f; "&gt;cp: cannot stat 'out/target/product/mek_8q/obj/KERNEL_OBJ/drivers/usb/core/usbcore.ko': No such file or directory&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff; border: 0px; font-weight: inherit;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff; border: 0px; font-weight: inherit;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff; border: 0px; font-weight: inherit;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff; border: 0px; font-weight: inherit;"&gt;&lt;SPAN&gt;Thanks &amp;amp; Regards,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff; border: 0px; font-weight: inherit;"&gt;&lt;SPAN&gt;VinothS,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jan 2020 11:32:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Problem-in-enabling-driver/m-p/985287#M146372</guid>
      <dc:creator>vinothkumars</dc:creator>
      <dc:date>2020-01-08T11:32:37Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in enabling driver</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Problem-in-enabling-driver/m-p/985288#M146373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;&lt;A _jive_internal="true" class="" data-userid="299930" data-username="vinothkumars" href="https://community.nxp.com/people/vinothkumars" style="color: #3d9ce7; background-color: #ffffff; border: 0px; font-weight: 600; text-decoration: underline; font-size: 11.9994px;"&gt;vinothkumar s&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please let us know the android version for which you are trying to build the usb video driver?&lt;/P&gt;&lt;P&gt;Because we tried in Android 9 and we were able to build CONFIG_USB(=y) and CONFIG_USB_VIDEO_CLASS(=y).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Karan Gajjar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jan 2020 12:36:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Problem-in-enabling-driver/m-p/985288#M146373</guid>
      <dc:creator>karangajjar</dc:creator>
      <dc:date>2020-01-09T12:36:28Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in enabling driver</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Problem-in-enabling-driver/m-p/985289#M146374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Karan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am also working on Android 9 (Android 9 Automotive - &lt;STRONG&gt;android_car_defconfig&lt;/STRONG&gt;). Will you please share your defconfig file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;VinothS,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jan 2020 15:30:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Problem-in-enabling-driver/m-p/985289#M146374</guid>
      <dc:creator>vinothkumars</dc:creator>
      <dc:date>2020-01-09T15:30:49Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in enabling driver</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Problem-in-enabling-driver/m-p/985290#M146375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;&lt;A _jive_internal="true" class="" data-userid="299930" data-username="vinothkumars" href="https://community.nxp.com/people/vinothkumars" style="color: #3d9ce7; background-color: #ffffff; border: 0px; font-weight: 200; text-decoration: underline; font-size: 1.286rem;"&gt;vinothkumar s&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find attached android_defconfig. Let us also try with android_car_defconfig.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Karan Gajjar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jan 2020 04:03:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Problem-in-enabling-driver/m-p/985290#M146375</guid>
      <dc:creator>karangajjar</dc:creator>
      <dc:date>2020-01-10T04:03:07Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in enabling driver</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Problem-in-enabling-driver/m-p/985291#M146376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Karan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I checked your file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't know, How this is possible to set&amp;nbsp;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;STRONG&gt;CONFIG_USB_VIDEO_CLASS(=y)&amp;nbsp;&lt;/STRONG&gt;without&amp;nbsp;&lt;STRONG&gt;CONFIG_USB&lt;/STRONG&gt; ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Thanks &amp;amp; Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;VinothS.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jan 2020 04:49:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Problem-in-enabling-driver/m-p/985291#M146376</guid>
      <dc:creator>vinothkumars</dc:creator>
      <dc:date>2020-01-10T04:49:39Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in enabling driver</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Problem-in-enabling-driver/m-p/985292#M146377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Default it's build as module. So, if I enabled for the&amp;nbsp;&lt;STRONG style="color: #51626f; border: 0px; font-weight: bold;"&gt;CONFIG_USB_VIDEO_CLASS&amp;nbsp;&lt;/STRONG&gt;giving error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you know how to avoid module copy in build ?&lt;/P&gt;&lt;P&gt;(or) Do you have any idea know which file is this ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;cp: cannot stat 'out/target/product/mek_8q/obj/KERNEL_OBJ/drivers/usb/core/&lt;STRONG&gt;usbcore.ko&lt;/STRONG&gt;': No such file or directory&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;VinothS,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jan 2020 05:03:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Problem-in-enabling-driver/m-p/985292#M146377</guid>
      <dc:creator>vinothkumars</dc:creator>
      <dc:date>2020-01-10T05:03:54Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in enabling driver</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Problem-in-enabling-driver/m-p/985293#M146378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;&lt;A _jive_internal="true" data-userid="299930" data-username="vinothkumars" href="https://community.nxp.com/people/vinothkumars" style="color: #3d9ce7; background-color: #ffffff; border: 0px; font-weight: 200; text-decoration: underline; font-size: 1.286rem;"&gt;vinothkumar s&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We tried with andoird_car_defconfig and were able to get usbcore.ko and uvcvideo.ko. However, they are installed in the same driver directory. Example:&lt;BR /&gt;./drivers/usb/core/usbcore.ko&lt;/P&gt;&lt;P&gt;./drivers/media/usb/uvc/uvcvideo.ko&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And, for android_defconfig, following is the output of menuconfig usb_video:&lt;/P&gt;&lt;P&gt;Symbol: &lt;STRONG&gt;USB_VIDEO_CLASS&lt;/STRONG&gt; [=y] │ &lt;BR /&gt; │ Type : tristate │ &lt;BR /&gt; │ Prompt: USB Video Class (UVC) │ &lt;BR /&gt; │ Location: │ &lt;BR /&gt; │ -&amp;gt; Device Drivers │ &lt;BR /&gt; │ -&amp;gt; Multimedia support (MEDIA_SUPPORT [=y]) │ &lt;BR /&gt; │ (1) -&amp;gt; Media USB Adapters (MEDIA_USB_SUPPORT [=y]) │ &lt;BR /&gt; │ Defined at drivers/media/usb/uvc/Kconfig:1 │ &lt;BR /&gt; │ Depends on: &lt;STRONG&gt;USB [=y] &amp;amp;&amp;amp; MEDIA_SUPPORT [=y] &amp;amp;&amp;amp; MEDIA_USB_SUPPORT [=y] &amp;amp;&amp;amp; MEDIA_CAMERA_SUPPORT [=y] &amp;amp;&amp;amp; VIDEO_V4L2 [=y]&lt;/STRONG&gt; │ &lt;BR /&gt; │ Selects: VIDEOBUF2_VMALLOC [=y]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Karan Gajjar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jan 2020 05:11:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Problem-in-enabling-driver/m-p/985293#M146378</guid>
      <dc:creator>karangajjar</dc:creator>
      <dc:date>2020-01-10T05:11:30Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in enabling driver</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Problem-in-enabling-driver/m-p/985294#M146379</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;&lt;A _jive_internal="true" data-userid="299930" data-username="vinothkumars" href="https://community.nxp.com/people/vinothkumars" style="color: #3d9ce7; background-color: #ffffff; border: 0px; font-weight: 200; text-decoration: underline; font-size: 1.286rem;"&gt;vinothkumar s&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think the above reply will solve your below query:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #f6f6f6;"&gt;cp: cannot stat 'out/target/product/mek_8q/obj/KERNEL_OBJ/drivers/usb/core/&lt;/SPAN&gt;&lt;STRONG style="color: #51626f; background-color: #f6f6f6; border: 0px; font-weight: bold;"&gt;usbcore.ko&lt;/STRONG&gt;&lt;SPAN style="color: #51626f; background-color: #f6f6f6;"&gt;': No such file or directory&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check in below location:&lt;/P&gt;&lt;P&gt;./drivers/usb/core/usbcore.ko&lt;/P&gt;&lt;P&gt;./drivers/media/usb/uvc/uvcvideo.ko&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #f6f6f6;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Karan Gajjar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jan 2020 05:13:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Problem-in-enabling-driver/m-p/985294#M146379</guid>
      <dc:creator>karangajjar</dc:creator>
      <dc:date>2020-01-10T05:13:15Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in enabling driver</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Problem-in-enabling-driver/m-p/985295#M146380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Karan.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will you please share your &lt;STRONG&gt;android_car_defconfig&lt;/STRONG&gt; file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please verify my steps also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=&amp;gt;make android_car_defconfig&lt;/P&gt;&lt;P&gt;enable&amp;nbsp;&lt;SPAN style="color: #51626f; background-color: #ffffff; border: 0px; font-weight: bold;"&gt;&lt;STRONG&gt;USB_VIDEO_CLASS&amp;nbsp;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;=&amp;gt;cp .config to arch/arm64/config/android_car_defconfig&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using,&lt;/P&gt;&lt;P&gt;lunch 36 (36. mek_8q_car-userdebug)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;VinothS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jan 2020 05:18:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Problem-in-enabling-driver/m-p/985295#M146380</guid>
      <dc:creator>vinothkumars</dc:creator>
      <dc:date>2020-01-10T05:18:35Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in enabling driver</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Problem-in-enabling-driver/m-p/985296#M146381</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;&lt;STRONG style="color: #51626f; background-color: #ffffff; border: 0px; font-weight: bold; font-size: 12.6px;"&gt;&lt;A _jive_internal="true" data-avatarid="-1" data-userid="299930" data-username="vinothkumars" href="https://community.nxp.com/people/vinothkumars" rel="nofollow noopener noreferrer" style="color: #3d9ce7; border: 0px; font-weight: inherit; text-decoration: underline; font-size: 1.1em; padding: 0px 3px 0px 0px;" target="_blank"&gt;vinothkumar s&lt;/A&gt;,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find attached config in which I enabled usb_video.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please follow below steps instead of manually copying the config file:&lt;/P&gt;&lt;PRE&gt;make android_car_defconfig

make menuconfig&lt;/PRE&gt;&lt;P&gt;enable usb_video_class&lt;/P&gt;&lt;P&gt;save and exit&lt;/P&gt;&lt;P&gt;And then as mentioned in Android user guide compile the kernel:&lt;/P&gt;&lt;PRE&gt;make KCFLAGS=-mno-android&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will find the reuired *.ko file in the kernel driver source folder.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Karan Gajjar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jan 2020 05:32:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Problem-in-enabling-driver/m-p/985296#M146381</guid>
      <dc:creator>karangajjar</dc:creator>
      <dc:date>2020-01-10T05:32:39Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in enabling driver</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Problem-in-enabling-driver/m-p/985297#M146382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Karan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;VinothS,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jan 2020 05:36:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Problem-in-enabling-driver/m-p/985297#M146382</guid>
      <dc:creator>vinothkumars</dc:creator>
      <dc:date>2020-01-10T05:36:19Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in enabling driver</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Problem-in-enabling-driver/m-p/985298#M146383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Karan for your input.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I try to build as modules. I did not get any error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;+ CONFIG_USB_VIDEO_CLASS=m&lt;/P&gt;&lt;P&gt;+ CONFIG_USB=m&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;VinothS,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jan 2020 05:49:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Problem-in-enabling-driver/m-p/985298#M146383</guid>
      <dc:creator>vinothkumars</dc:creator>
      <dc:date>2020-01-10T05:49:27Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in enabling driver</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Problem-in-enabling-driver/m-p/985299#M146384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But, here I got some problem,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I build as module (&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;uvcvideo.k&lt;/SPAN&gt;o), this is not copy to&lt;/P&gt;&lt;P&gt;out/target/product/mek_8q/vendor/lib/modules/&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Do you know which file do I needs to configure to copy,&lt;/STRONG&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #f6f6f6; border: 0px;"&gt;cp out/target/product/mek_8q/obj/KERNEL_OBJ/drivers/usb/core/&lt;/SPAN&gt;&lt;STRONG style="color: #51626f; background-color: #f6f6f6; border: 0px; font-weight: bold;"&gt;uvcvideo.ko &lt;/STRONG&gt;to&lt;/P&gt;&lt;P&gt;&lt;STRONG style="background-color: #f6f6f6; border: 0px; color: #3d3d3d; font-weight: 400; "&gt;out/target/product/mek_8q/vendor/lib/modules/&lt;/STRONG&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="background-color: #f6f6f6; border: 0px; color: #3d3d3d; font-weight: 400; "&gt;Thanks &amp;amp; Regards,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="background-color: #f6f6f6; border: 0px; color: #3d3d3d; font-weight: 400; "&gt;VinothS,&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jan 2020 06:00:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Problem-in-enabling-driver/m-p/985299#M146384</guid>
      <dc:creator>vinothkumars</dc:creator>
      <dc:date>2020-01-10T06:00:51Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in enabling driver</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Problem-in-enabling-driver/m-p/985300#M146385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;&lt;A _jive_internal="true" class="" data-userid="299930" data-username="vinothkumars" href="https://community.nxp.com/people/vinothkumars" style="color: #3d9ce7; background-color: #ffffff; border: 0px; font-weight: 200; text-decoration: underline; font-size: 1.286rem;"&gt;vinothkumar s&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We enabled usb=y and usb_video=y in android_car_defconfig and were able to compile the kernel successfully.&lt;/P&gt;&lt;P&gt;Please find the attached config file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jan 2020 06:06:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Problem-in-enabling-driver/m-p/985300#M146385</guid>
      <dc:creator>karangajjar</dc:creator>
      <dc:date>2020-01-10T06:06:52Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in enabling driver</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Problem-in-enabling-driver/m-p/985301#M146386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Karan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you done full build ?&lt;/P&gt;&lt;P&gt;I got this error from full build only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;VinothS,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jan 2020 06:16:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Problem-in-enabling-driver/m-p/985301#M146386</guid>
      <dc:creator>vinothkumars</dc:creator>
      <dc:date>2020-01-10T06:16:05Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in enabling driver</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Problem-in-enabling-driver/m-p/985302#M146387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I resolve this build error,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--- a/imx8q/mek_8q/BoardConfig.mk&lt;BR /&gt;+++ b/imx8q/mek_8q/BoardConfig.mk&lt;BR /&gt;@@ -74,7 +74,6 @@ BOARD_VENDOR_KERNEL_MODULES += \&lt;BR /&gt; $(KERNEL_OUT)/drivers/usb/chipidea/ci_hdrc.ko \&lt;BR /&gt; $(KERNEL_OUT)/drivers/usb/chipidea/ci_hdrc_imx.ko \&lt;BR /&gt; $(KERNEL_OUT)/drivers/usb/chipidea/usbmisc_imx.ko \&lt;BR /&gt;&lt;STRONG&gt;- $(KERNEL_OUT)/drivers/usb/core/usbcore.ko \&lt;/STRONG&gt;&lt;BR /&gt; $(KERNEL_OUT)/drivers/usb/host/xhci-hcd.ko \&lt;BR /&gt; $(KERNEL_OUT)/drivers/usb/host/ehci-hcd.ko \&lt;BR /&gt; $(KERNEL_OUT)/drivers/usb/storage/usb-storage.ko \&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;VinothS,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jan 2020 06:28:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Problem-in-enabling-driver/m-p/985302#M146387</guid>
      <dc:creator>vinothkumars</dc:creator>
      <dc:date>2020-01-10T06:28:30Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in enabling driver</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Problem-in-enabling-driver/m-p/985303#M146388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;&lt;A _jive_internal="true" class="" data-avatarid="29914" data-externalid="" data-online="false" data-presence="null" data-userid="299930" data-username="vinothkumars" href="https://community.nxp.com/people/vinothkumars" style="color: inherit; background-color: #ffffff; border: 0px; font-weight: bold; text-decoration: underline; font-size: 14px;"&gt;vinothkumar s&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We were building just the kernel part. We are glad that you resolved your issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let us know in case of any concerns.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Karan Gajjar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jan 2020 06:33:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Problem-in-enabling-driver/m-p/985303#M146388</guid>
      <dc:creator>karangajjar</dc:creator>
      <dc:date>2020-01-10T06:33:00Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in enabling driver</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Problem-in-enabling-driver/m-p/985304#M146389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Karan for your support. Have&amp;nbsp;A&amp;nbsp;Nice Day !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VinothS,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jan 2020 07:16:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Problem-in-enabling-driver/m-p/985304#M146389</guid>
      <dc:creator>vinothkumars</dc:creator>
      <dc:date>2020-01-10T07:16:49Z</dc:date>
    </item>
  </channel>
</rss>

