<?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: 88W8977-BT labtool doesn't working with BT function in Wireless MCU</title>
    <link>https://community.nxp.com/t5/Wireless-MCU/88W8977-BT-labtool-doesn-t-working-with-BT-function/m-p/1328927#M11828</link>
    <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;By modifying the below things, finally, the BT Labtool is working correctly.&amp;nbsp;&lt;/P&gt;&lt;P&gt;1)&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;"&lt;/SPAN&gt;&lt;SPAN&gt;CONFIG_NONPLUG_SUPPORT=y&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;2)&amp;nbsp; modify the&amp;nbsp;get_ioctl_no() in&amp;nbsp;&lt;SPAN&gt;drv_wrapper.c&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Now it is working correctly&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="88W8977.BT.OK.png" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/153990iE559EA5A0BEAEE73/image-size/large?v=v2&amp;amp;px=999" role="button" title="88W8977.BT.OK.png" alt="88W8977.BT.OK.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 25 Aug 2021 00:02:28 GMT</pubDate>
    <dc:creator>isyu</dc:creator>
    <dc:date>2021-08-25T00:02:28Z</dc:date>
    <item>
      <title>88W8977-BT labtool doesn't working with BT function</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/88W8977-BT-labtool-doesn-t-working-with-BT-function/m-p/1327887#M11801</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;BR /&gt;When I test the WiFi function with Labtool, it is working without problem.&amp;nbsp;&lt;BR /&gt;But, in case of BT function with Labtool, it can't read BT items at all.&amp;nbsp;&lt;/P&gt;&lt;P&gt;My host platform is x86 PC with Ubuntu 18.04 LTS.&amp;nbsp;&lt;BR /&gt;To make the mfgbridge working correctly, I modified 3 items below;&lt;/P&gt;&lt;P&gt;// modify from (static int ethio_flag = 0) to (static int ethio_flag = 1;) in drv_wrapper.c&amp;nbsp; file&lt;BR /&gt;1) static int ethio_flag = 1;&lt;BR /&gt;// modify Makefile (bridge_linux_0.1.0.43/bridge/Makefile)&lt;BR /&gt;2) CONFIG_NONPLUG_SUPPORT=n&lt;BR /&gt;3) CC=gcc&lt;/P&gt;&lt;P&gt;Please refer to two capture files below with Labtool (one for WiFi without issue and BT with an issue)&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;lt;WiFi without Issue&amp;gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="labtool.wifi.ok.png" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/153739iDB513083C34CDCDB/image-size/large?v=v2&amp;amp;px=999" role="button" title="labtool.wifi.ok.png" alt="labtool.wifi.ok.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;lt;BT with issue&amp;gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="labtool.bt.nok.png" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/153740i7DEF12E956E2C37B/image-size/large?v=v2&amp;amp;px=999" role="button" title="labtool.bt.nok.png" alt="labtool.bt.nok.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Aug 2021 15:30:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/88W8977-BT-labtool-doesn-t-working-with-BT-function/m-p/1327887#M11801</guid>
      <dc:creator>isyu</dc:creator>
      <dc:date>2021-08-23T15:30:05Z</dc:date>
    </item>
    <item>
      <title>Re: 88W8977-BT labtool doesn't working with BT function</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/88W8977-BT-labtool-doesn-t-working-with-BT-function/m-p/1328222#M11812</link>
      <description>&lt;P&gt;Below is what I have found so far.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The "Unknown command type:3" message was induced by "&lt;SPAN&gt;CONFIG_NONPLUG_SUPPORT=n&lt;/SPAN&gt;" option in Makefile.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I modified this option from 'y' to 'n'&amp;nbsp; to compile the mfgbrige without error.&amp;nbsp; As a result, this modification seems to make the Labtool can't work with BT function in 88W8977.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'll focus to solve the mfgbrige compile error with&amp;nbsp;"&lt;SPAN&gt;CONFIG_NONPLUG_SUPPORT=y&lt;/SPAN&gt;".&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards/ I.S&lt;/P&gt;</description>
      <pubDate>Tue, 24 Aug 2021 05:36:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/88W8977-BT-labtool-doesn-t-working-with-BT-function/m-p/1328222#M11812</guid>
      <dc:creator>isyu</dc:creator>
      <dc:date>2021-08-24T05:36:41Z</dc:date>
    </item>
    <item>
      <title>Re: 88W8977-BT labtool doesn't working with BT function</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/88W8977-BT-labtool-doesn-t-working-with-BT-function/m-p/1328927#M11828</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;By modifying the below things, finally, the BT Labtool is working correctly.&amp;nbsp;&lt;/P&gt;&lt;P&gt;1)&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;"&lt;/SPAN&gt;&lt;SPAN&gt;CONFIG_NONPLUG_SUPPORT=y&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;2)&amp;nbsp; modify the&amp;nbsp;get_ioctl_no() in&amp;nbsp;&lt;SPAN&gt;drv_wrapper.c&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Now it is working correctly&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="88W8977.BT.OK.png" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/153990iE559EA5A0BEAEE73/image-size/large?v=v2&amp;amp;px=999" role="button" title="88W8977.BT.OK.png" alt="88W8977.BT.OK.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Aug 2021 00:02:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/88W8977-BT-labtool-doesn-t-working-with-BT-function/m-p/1328927#M11828</guid>
      <dc:creator>isyu</dc:creator>
      <dc:date>2021-08-25T00:02:28Z</dc:date>
    </item>
    <item>
      <title>Re: 88W8977-BT labtool doesn't working with BT function</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/88W8977-BT-labtool-doesn-t-working-with-BT-function/m-p/1329859#M11835</link>
      <description>&lt;P&gt;Hello Isyu,&lt;/P&gt;
&lt;P&gt;OK, got it. good job!&lt;/P&gt;
&lt;P&gt;Have a good day!&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;weidong&lt;/P&gt;</description>
      <pubDate>Thu, 26 Aug 2021 01:24:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/88W8977-BT-labtool-doesn-t-working-with-BT-function/m-p/1329859#M11835</guid>
      <dc:creator>weidong_sun</dc:creator>
      <dc:date>2021-08-26T01:24:23Z</dc:date>
    </item>
  </channel>
</rss>

