<?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 IP host configuration in Imx8mp Android 11</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/USB-IP-host-configuration-in-Imx8mp-Android-11/m-p/1845553#M222414</link>
    <description>&lt;P&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;The steps you have provided looks fine, could you share if you are able to see the modules being loaded by the kernel?&lt;BR /&gt;&lt;BR /&gt;Best regards/Saludos,&lt;BR /&gt;Aldo.&lt;/P&gt;</description>
    <pubDate>Fri, 12 Apr 2024 00:09:02 GMT</pubDate>
    <dc:creator>AldoG</dc:creator>
    <dc:date>2024-04-12T00:09:02Z</dc:date>
    <item>
      <title>USB IP host configuration in Imx8mp Android 11</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/USB-IP-host-configuration-in-Imx8mp-Android-11/m-p/1843958#M222342</link>
      <description>&lt;P&gt;Hello NXP Team&lt;BR /&gt;&lt;BR /&gt;I'm encountering a challenge while configuring the USBIP core in AOSP Android 11 for my NXP IMX8mp device. I've followed the steps outlined below, but USBIP-related kernel object files like usbip-core.ko and usbip-host.ko are not being generated in the expected output directory.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Steps Taken:&lt;/STRONG&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Kernel Build Environment Setup:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Executed&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;make mrproper&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;to clean the build directory.&lt;/LI&gt;&lt;LI&gt;Set environment variables:&lt;UL&gt;&lt;LI&gt;ARCH=arm64&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;(assuming a 64-bit ARM architecture)&lt;/LI&gt;&lt;LI&gt;CLANG_PATH=/opt/prebuilt-android-clang&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;(path to your prebuilt Android Clang compiler)&lt;/LI&gt;&lt;LI&gt;CROSS_COMPILE=/opt/gcc-arm-9.2-2019.12-x86_64-aarch64-none-linux-gnu/bin/aarch64-none-linux-gnu-&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;(path to your ARM cross-compilation toolchain)&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Kernel Configuration:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Generated an initial kernel configuration using&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;make imx_v8_android_defconfig.&lt;/LI&gt;&lt;LI&gt;Opened the configuration using&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;make menuconfig&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;(or a similar tool if you prefer a text-based interface).&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;USBIP Core Configuration:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Enabled the following options (assuming they were not already enabled):&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;CONFIG_USBIP_CORE=y&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;(enables the USBIP core)&lt;/LI&gt;&lt;LI&gt;CONFIG_USBIP_VHCI_HCD=y&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;(enables the VHCI host controller driver)&lt;/LI&gt;&lt;LI&gt;CONFIG_USBIP_VHCI_HC_PORTS=8&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;(sets the number of VHCI host controller ports; adjust as needed)&lt;/LI&gt;&lt;LI&gt;CONFIG_USBIP_VHCI_NR_HCS=1&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;(sets the number of VHCI host controllers; adjust as needed)&lt;/LI&gt;&lt;LI&gt;CONFIG_USBIP_HOST=y&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;(enables USBIP host functionality)&lt;/LI&gt;&lt;LI&gt;CONFIG_USBIP_VUDC=y&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;(enables the USB gadget driver for USBIP)&lt;/LI&gt;&lt;LI&gt;CONFIG_USBIP_DEBUG=y&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;(enables USBIP debugging output; consider enabling only for troubleshooting)&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Saved the configuration (make savedefconfig).&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Kernel Build:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Executed&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;./imx-make.sh kernel -c -j4&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;(assuming&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;imx-make.sh&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;is your build script; adjust the command if necessary) to build the kernel with the configured options.&lt;BR /&gt;&lt;BR /&gt;&lt;P&gt;I appreciate your assistance in resolving this issue.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/OL&gt;</description>
      <pubDate>Wed, 10 Apr 2024 13:32:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/USB-IP-host-configuration-in-Imx8mp-Android-11/m-p/1843958#M222342</guid>
      <dc:creator>Lavanyavijay</dc:creator>
      <dc:date>2024-04-10T13:32:45Z</dc:date>
    </item>
    <item>
      <title>Re: USB IP host configuration in Imx8mp Android 11</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/USB-IP-host-configuration-in-Imx8mp-Android-11/m-p/1845553#M222414</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;The steps you have provided looks fine, could you share if you are able to see the modules being loaded by the kernel?&lt;BR /&gt;&lt;BR /&gt;Best regards/Saludos,&lt;BR /&gt;Aldo.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Apr 2024 00:09:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/USB-IP-host-configuration-in-Imx8mp-Android-11/m-p/1845553#M222414</guid>
      <dc:creator>AldoG</dc:creator>
      <dc:date>2024-04-12T00:09:02Z</dc:date>
    </item>
  </channel>
</rss>

