From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 7946AE00C27; Sun, 9 Jul 2017 22:07:51 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,HTML_MESSAGE autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * 0.0 HTML_MESSAGE BODY: HTML included in message X-Greylist: delayed 66 seconds by postgrey-1.32 at yocto-www; Sun, 09 Jul 2017 22:07:47 PDT Received: from mta-blr1.sasken.com (mta-blr1.sasken.com [115.110.208.13]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 2FFE9E00C1C for ; Sun, 9 Jul 2017 22:07:47 -0700 (PDT) Received: from EXGHTSFZ02.sasken.com (10.1.3.216) by exgedgfz01.sasken.com (192.168.2.51) with Microsoft SMTP Server (TLS) id 14.2.347.0; Mon, 10 Jul 2017 10:36:39 +0530 Received: from EXGMBXFZ01.sasken.com ([169.254.1.69]) by exghtsfz02.sasken.com ([10.1.3.196]) with mapi id 14.02.0387.000; Mon, 10 Jul 2017 10:36:33 +0530 From: Vikram Bidkar To: "meta-freescale@yoctoproject.org" Thread-Topic: [Yacto Project] Issue with Implementation of "Wi-Fi Access Point" on IMX7 Thread-Index: AdL5OJ9cgVRf2MF9TYGl6oqq/gR6bA== Date: Mon, 10 Jul 2017 05:06:33 +0000 Message-ID: <0BEBF42667D48548BAC1D4F202E2273F4E0766EA@exgmbxfz01.sasken.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.3.2.90] x-pmwin-version: 3.1.0.0, Antivirus-Engine: 3.68.0, Antivirus-Data: 5.41 MIME-Version: 1.0 Subject: [Yacto Project] Issue with Implementation of "Wi-Fi Access Point" on IMX7 X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Jul 2017 05:07:51 -0000 Content-Language: en-US Content-Type: multipart/alternative; boundary="_000_0BEBF42667D48548BAC1D4F202E2273F4E0766EAexgmbxfz01saske_" --_000_0BEBF42667D48548BAC1D4F202E2273F4E0766EAexgmbxfz01saske_ Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Dear All, I am trying to implement "Wi-Fi Access Point" on the IMX7 evaluation board = having Murata Wi-Fi chip(LBEH5HMZPC). Below are my changes in .config file. CONFIG_BCMDHD_FW_PATH=3D"/lib/firmware/bcm/ZP_BCM4339/fw_bcmdhd_apsta.bin" CONFIG_BCMDHD_NVRAM_PATH=3D"/lib/firmware/bcm/ZP_BCM4339/bcmdhd.ZP.SDIO.cal= " CONFIG_HOSTAP=3Dy CONFIG_HOSTAP_FIRMWARE=3Dy but when I do "ifconfig wlan0 up" I am getting following error root@imx7dsabresd:~# ifconfig wlan0 up Dongle Host Driver, version 1.141.92 (r) Compiled in drivers/net/wireless/bcmdhd wl_android_wifi_on in mmc1: queuing unknown CIS tuple 0x80 (2 bytes) mmc1: queuing unknown CIS tuple 0x80 (7 bytes) mmc1: queuing unknown CIS tuple 0x80 (6 bytes) F1 signature OK, socitype:0x1 chip:0x4339 rev:0x1 pkg:0x0 DHD: dongle ram size is set to 786432(orig 786432) at 0x180000 dhd_bus_init: enable 0x06, ready 0x06 (waited 0us) dhd_bus_rxctl: resumed on timeout, INT status=3D0x208000C0 dhd_bus_rxctl: rxcnt_timeout=3D1, rxlen=3D0 dhd_check_hang: Event HANG send up due to re=3D1 te=3D0 e=3D-110 s=3D2 dhd_open : wl_android_wifi_on failed (-14) What could be the issue? Note: Wi-Fi is working fine in client mode. It can able to scan and all. possible issue may be 1) I think I have missed some patches as mentioned in the document (http://= www.nxp.com/docs/en/application-note/AN5414.pdf) Can I get the patches as mentioned in ("section :2 Prepare source code for = applying Wi-Fi patches" from doc http://www.nxp.com/docs/en/application-not= e/AN5414.pdf ) Please help me to resolve the issue Thanks and Regards, Vikram ________________________________ SASKEN BUSINESS DISCLAIMER: This message may contain confidential, propriet= ary or legally privileged information. In case you are not the original int= ended Recipient of the message, you must not, directly or indirectly, use, = disclose, distribute, print, or copy any part of this message and you are r= equested to delete it and inform the sender. Any views expressed in this me= ssage are those of the individual sender unless otherwise stated. Nothing c= ontained in this message shall be construed as an offer or acceptance of an= y offer by Sasken Technologies Limited ( formerly known as "Sasken Communic= ation Technologies Limited" ) unless sent with that express intent and with= due authority of Sasken. Sasken has taken enough precautions to prevent th= e spread of viruses. However the company accepts no liability for any damag= e caused by any virus transmitted by this email. Read Disclaimer at http://www.sasken.com/mail-disclaimer/ ________________________________ --_000_0BEBF42667D48548BAC1D4F202E2273F4E0766EAexgmbxfz01saske_ Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable

Dear All,

I am trying to implement "Wi-Fi Access Point" on the IMX7 eva= luation board having Murata Wi-Fi chip(LBEH5HMZPC).

Below are my= changes in .config file.

CONFIG_BCMDHD_FW_PATH=3D"/lib/firmware/bcm/ZP_BCM4339/fw_bcmdhd_ap= sta.bin"
CONFIG_BCMDHD_NVRAM_PATH=3D"/lib/firmware/bcm/ZP_BCM4339/bcmdhd.ZP.SDI= O.cal"

CONFIG_HOSTAP=3Dy
CONFIG_HOSTAP_FIRMWARE=3Dy

but when I do "ifconfig wlan0 up" I am getting following erro= r

root@imx7dsabresd:~# ifconfig wlan0 up

Dongle Host = Driver, version 1.141.92 (r)
Compiled in drivers/net/wireless/bcmdhd
wl_android_wifi_on in
mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
mmc1: queuing unknown CIS tuple 0x80 (6 bytes)
F1 signature OK, socitype:0x1 chip:0x4339 rev:0x1 pkg:0x0
DHD: dongle ram size is set to 786432(orig 786432) at 0x180000
dhd_bus_init: enable 0x06, ready 0x06 (waited 0us)
dhd_bus_rxctl: resumed on timeout, INT status=3D0x208000C0
dhd_bus_rxctl: rxcnt_timeout=3D1, rxlen=3D0
dhd_check_hang: Event HANG send up due to re=3D1 te=3D0 e=3D-110 s=3D2
dhd_open : wl_android_wifi_on failed (-14)

What could be the issue?

Note: Wi-Fi is working fine in client mode. It can able to scan and all= .

 

possible issue may be=

 

1) I t= hink I have missed some patches as mentioned in the document (http://www.nxp.com/do= cs/en/application-note/AN5414.pdf)
Can I get the patches as mentioned in ("section :2 Prepare source code= for applying Wi-Fi patches" from doc http://w= ww.nxp.com/docs/en/application-note/AN5414.pdf )

 =

 

Please he= lp me to resolve the issue

 

Thanks an= d Regards,

Vikram




SASKEN BUSINESS DISCLAIMER: This message may contain confidential, propriet= ary or legally privileged information. In case you are not the original int= ended Recipient of the message, you must not, directly or indirectly, use, = disclose, distribute, print, or copy any part of this message and you are requested to delete it and infor= m the sender. Any views expressed in this message are those of the individu= al sender unless otherwise stated. Nothing contained in this message shall = be construed as an offer or acceptance of any offer by Sasken Technologies Limited ( formerly known as "Sask= en Communication Technologies Limited" ) unless sent with that express= intent and with due authority of Sasken. Sasken has taken enough precautio= ns to prevent the spread of viruses. However the company accepts no liability for any damage caused by any virus transm= itted by this email.
Read Disclaimer at http://www.sasken.com/mail-disclaimer/


--_000_0BEBF42667D48548BAC1D4F202E2273F4E0766EAexgmbxfz01saske_--