<?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: How to find device driver in ADB shell?</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/How-to-find-device-driver-in-ADB-shell/m-p/1648362#M205648</link>
    <description>&lt;P&gt;I download reference design of Android Codebase version is &lt;STRONG&gt;imx-android-11.0.0_2.2.0.tar.gz&lt;/STRONG&gt;,&amp;nbsp;and i.MX8MQ reference design includes &lt;STRONG&gt;DRM_TI_SN65DSI86&lt;/STRONG&gt; driver.&lt;/P&gt;&lt;P&gt;The commands you provide can not find drm driver of TI SN65DSI86, and there is no&lt;STRONG&gt; /lib/modules&lt;/STRONG&gt; directory.&lt;/P&gt;&lt;P&gt;Do you find ti-sn65dsi86 after using the below commands?&lt;BR /&gt;# adb shell ls /sys/module&lt;BR /&gt;# adb shell ls /lib/modules/&lt;BR /&gt;If Yes, could you please show the result of using the above commands, thank you.&lt;/P&gt;</description>
    <pubDate>Thu, 11 May 2023 06:16:46 GMT</pubDate>
    <dc:creator>KyleChang</dc:creator>
    <dc:date>2023-05-11T06:16:46Z</dc:date>
    <item>
      <title>How to find device driver in ADB shell?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-find-device-driver-in-ADB-shell/m-p/1646788#M205481</link>
      <description>&lt;P&gt;On i.MX8MQ platform, how to find device driver in ADB shell?&lt;/P&gt;&lt;P&gt;For example, I compile a device driver "ti-sn65dsi86.c"(&lt;FONT color="#999999"&gt;PATH: vendor/nxp-opensource/kernel_imx/drivers/gpu/drm/bridge/ti-sn65dsi86.c&lt;/FONT&gt;),&lt;BR /&gt;and build the following OBJ files successfully.&lt;BR /&gt;/out/target/product/chimera/obj/KERNEL_OBJ/drivers/gpu/drm/bridge/&lt;STRONG&gt;ti-sn65dsi86.o&lt;/STRONG&gt;&lt;BR /&gt;/out/target/product/chimera/obj/KERNEL_OBJ/drivers/gpu/drm/bridge/&lt;STRONG&gt;ti-sn65dsi86.ko&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Where is the OBJ files of the device driver I can find after enter ADB shell?&lt;BR /&gt;For example, after enter ADB shell, and type command "ls vendor/lib",&lt;BR /&gt;the result only show &lt;STRONG&gt;*.so&lt;/STRONG&gt; and there is &lt;FONT color="#FF0000"&gt;no&lt;/FONT&gt; ti-sn65dsi86.so ?&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Would you please tell me the location of drm driver in ADB shell, thanks.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 May 2023 05:23:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-find-device-driver-in-ADB-shell/m-p/1646788#M205481</guid>
      <dc:creator>KyleChang</dc:creator>
      <dc:date>2023-05-09T05:23:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to find device driver in ADB shell?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-find-device-driver-in-ADB-shell/m-p/1647925#M205620</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/216520"&gt;@KyleChang&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;I hope you are doing well.&lt;/P&gt;
&lt;P&gt;One can use the below commands&lt;/P&gt;
&lt;P&gt;#&amp;nbsp;adb shell ls /sys/module&lt;BR /&gt;#&amp;nbsp;adb shell ls /lib/modules/ =&amp;gt; for loadable module&lt;/P&gt;
&lt;DIV class="mt24"&gt;
&lt;DIV class="d-flex fw-wrap ai-start jc-end gs8 gsy"&gt;&lt;TIME datetime="2022-03-15T11:40:18"&gt;&lt;/TIME&gt;
&lt;DIV class="flex--item mr16"&gt;
&lt;DIV class="js-post-menu pt2" data-post-id="71481624" data-post-type-id="2"&gt;
&lt;DIV class="d-flex gs8 s-anchors s-anchors__muted fw-wrap"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="d-flex gs8 s-anchors s-anchors__muted fw-wrap"&gt;Thanks &amp;amp; Regards,&lt;/DIV&gt;
&lt;DIV class="d-flex gs8 s-anchors s-anchors__muted fw-wrap"&gt;Dhruvit Vasavada&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Wed, 10 May 2023 11:52:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-find-device-driver-in-ADB-shell/m-p/1647925#M205620</guid>
      <dc:creator>Dhruvit</dc:creator>
      <dc:date>2023-05-10T11:52:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to find device driver in ADB shell?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-find-device-driver-in-ADB-shell/m-p/1648362#M205648</link>
      <description>&lt;P&gt;I download reference design of Android Codebase version is &lt;STRONG&gt;imx-android-11.0.0_2.2.0.tar.gz&lt;/STRONG&gt;,&amp;nbsp;and i.MX8MQ reference design includes &lt;STRONG&gt;DRM_TI_SN65DSI86&lt;/STRONG&gt; driver.&lt;/P&gt;&lt;P&gt;The commands you provide can not find drm driver of TI SN65DSI86, and there is no&lt;STRONG&gt; /lib/modules&lt;/STRONG&gt; directory.&lt;/P&gt;&lt;P&gt;Do you find ti-sn65dsi86 after using the below commands?&lt;BR /&gt;# adb shell ls /sys/module&lt;BR /&gt;# adb shell ls /lib/modules/&lt;BR /&gt;If Yes, could you please show the result of using the above commands, thank you.&lt;/P&gt;</description>
      <pubDate>Thu, 11 May 2023 06:16:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-find-device-driver-in-ADB-shell/m-p/1648362#M205648</guid>
      <dc:creator>KyleChang</dc:creator>
      <dc:date>2023-05-11T06:16:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to find device driver in ADB shell?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-find-device-driver-in-ADB-shell/m-p/1650280#M205874</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/216520"&gt;@KyleChang&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;I hope you are doing well.&lt;/P&gt;
&lt;P&gt;Please make sure that you have added drivers to &lt;STRONG&gt;SharedBoardConfig.mk&lt;/STRONG&gt; file.&lt;/P&gt;
&lt;P&gt;Please refer to&amp;nbsp;&lt;STRONG&gt;9.2 Changes after GKI enabled &lt;/STRONG&gt;(Driver modules - bullet)&amp;nbsp;and&amp;nbsp;&lt;STRONG&gt;9.3 How to add new drivers&lt;/STRONG&gt; in&amp;nbsp;&lt;A href="https://www.nxp.com/docs/en/user-guide/ANDROID_USERS_GUIDE.pdf" target="_self"&gt;Android User's Guide.&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Thanks &amp;amp; Regards,&lt;BR /&gt;Dhruvit Vasavada&lt;/P&gt;</description>
      <pubDate>Mon, 15 May 2023 11:12:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-find-device-driver-in-ADB-shell/m-p/1650280#M205874</guid>
      <dc:creator>Dhruvit</dc:creator>
      <dc:date>2023-05-15T11:12:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to find device driver in ADB shell?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-find-device-driver-in-ADB-shell/m-p/1651808#M206009</link>
      <description>&lt;P&gt;Thank you, I thought it is helpful.&lt;/P&gt;&lt;P&gt;I will study Android-13 document shared by you and do hands-on experiments on our i.MX8MQ EVB(Android-11).&lt;/P&gt;</description>
      <pubDate>Wed, 17 May 2023 07:22:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-find-device-driver-in-ADB-shell/m-p/1651808#M206009</guid>
      <dc:creator>KyleChang</dc:creator>
      <dc:date>2023-05-17T07:22:23Z</dc:date>
    </item>
  </channel>
</rss>

