Hi Dong,
I tested the kerne 4.0 and the driver works (It loads the driver
correctly, it show's the wlan0 interface and it did not bail out...)
bcrm {
compatible = "brcm,bcm4329-fmac";
interrupt-parent = <&gpio3>;
interrupts = <22 0x2>;
interrupt-names = "host-wake";
};
Regards,
John
On Thu, Apr 23, 2015 at 05:50:33PM -0700, John Tobias wrote:
> Hello Guys,
>
> I have a follow up questions:
>
>
> When the I power up the brcm44340 without loading the driver, the
> sdhci-esdhc-imx host controller configured it with the following info
> (cat /sys/kernel/debug/mmc0/ios):
> clock
On Fri, Apr 24, 2015 at 09:03:04PM +0200, Arend van Spriel wrote:
> On 04/24/15 20:24, John Tobias wrote:
> >Hi Arend,
> >
> >Apologize for the confusion. I am asking the repo for the device
> >driver for 43340. Looking at the link you sent, it's more userspace
> >support and didn't see the device
On Fri, Apr 24, 2015 at 09:03:04PM +0200, Arend van Spriel wrote:
> On 04/24/15 20:24, John Tobias wrote:
> >Hi Arend,
> >
> >Apologize for the confusion. I am asking the repo for the device
> >driver for 43340. Looking at the link you sent, it's more userspace
> >support and didn't see the device
On 04/24/15 21:03, Arend van Spriel wrote:
On 04/24/15 20:24, John Tobias wrote:
Hi Arend,
Apologize for the confusion. I am asking the repo for the device
driver for 43340. Looking at the link you sent, it's more userspace
support and didn't see the device driver there...
crap. you are right
On 04/24/15 20:24, John Tobias wrote:
Hi Arend,
Apologize for the confusion. I am asking the repo for the device
driver for 43340. Looking at the link you sent, it's more userspace
support and didn't see the device driver there...
crap. you are right. it is userspace and firmware. You need a k
Hi Arend,
Apologize for the confusion. I am asking the repo for the device
driver for 43340. Looking at the link you sent, it's more userspace
support and didn't see the device driver there...
Regards,
John
On Fri, Apr 24, 2015 at 11:14 AM, Arend van Spriel wrote:
> On 04/24/15 19:49, John To
On 04/24/15 19:49, John Tobias wrote:
Hi Arend,
I am not pretty sure if the brcm43340 driver for android is the latest
one. May I know repo?.
Not sure what you are asking. I gave the url. Did you try using the
brcmfmac4334-sdio.bin firmware file. I would like to know if that one
works for y
Hi Arend,
I am not pretty sure if the brcm43340 driver for android is the latest
one. May I know repo?.
Regards,
John
On Fri, Apr 24, 2015 at 1:20 AM, Arend van Spriel wrote:
> On 04/24/15 03:04, John Tobias wrote:
>>
>> Btw, where I could get a copy of the latest driver?.
>
>
> The open-sour
On 04/24/15 02:57, John Stultz wrote:
On Thu, Apr 23, 2015 at 12:00 PM, Arend van Spriel wrote:
By the name of the file I suspected you did. Personally, I verified the
firmware works on 43341. John Stultz tested both 43340 and 43341 with this
firmware.
Minor correction here, I only tested on
On 04/24/15 03:04, John Tobias wrote:
Btw, where I could get a copy of the latest driver?.
The open-source bcmdhd is in AOSP [1]. I would stick to the android
release branch you are running on your device.
Regards,
Arend
[1] https://android.googlesource.com/platform/hardware/broadcom/wlan/
Btw, where I could get a copy of the latest driver?.
Regards,
John
On Thu, Apr 23, 2015 at 5:59 PM, John Tobias wrote:
> Hi John,
>
> Is it possible to have a copy of the firmware for 43340?.
>
> Regards,
>
> John
>
> On Thu, Apr 23, 2015 at 5:57 PM, John Stultz wrote:
>> On Thu, Apr 23, 2015
Hi John,
Is it possible to have a copy of the firmware for 43340?.
Regards,
John
On Thu, Apr 23, 2015 at 5:57 PM, John Stultz wrote:
> On Thu, Apr 23, 2015 at 12:00 PM, Arend van Spriel wrote:
>> By the name of the file I suspected you did. Personally, I verified the
>> firmware works on 4334
On Thu, Apr 23, 2015 at 12:00 PM, Arend van Spriel wrote:
> By the name of the file I suspected you did. Personally, I verified the
> firmware works on 43341. John Stultz tested both 43340 and 43341 with this
> firmware.
Minor correction here, I only tested on 43341 hardware. The confusion
might
Hello Guys,
I have a follow up questions:
When the I power up the brcm44340 without loading the driver, the
sdhci-esdhc-imx host controller configured it with the following info
(cat /sys/kernel/debug/mmc0/ios):
clock: 5000 Hz
actual clock: 4950 Hz
vdd: 17 (2.9 ~ 3.0 V)
bus mode: 2 (push
+ John Stultz
On 04/23/15 20:44, John Tobias wrote:
Thanks Dmitry for the info.
Arend:
Yes, it's an android... Here's the info:
00060e80 de 02 f0 18 8c 00 e8 5e 8f 00 37 a3 00 e0 5e 8a |...^..7...^.|
00060e90 f4 77 a2 00 02 de 02 f0 00 00 01 bc 60 03 00 07 |.w..`...|
00060ea
Thanks Dmitry for the info.
Arend:
Yes, it's an android... Here's the info:
00060e80 de 02 f0 18 8c 00 e8 5e 8f 00 37 a3 00 e0 5e 8a |...^..7...^.|
00060e90 f4 77 a2 00 02 de 02 f0 00 00 01 bc 60 03 00 07 |.w..`...|
00060ea0 aa 01 bc 60 03 00 07 ab 01 bc 60 03 00 07 b7 01 |.
On 04/23/15 20:10, John Tobias wrote:
Hello Guys,
I am trying to use the bcmdhd wifi driver 43340 module on iMX6DL
processor using kernel Freescale GA (3.10.53).
I am having an issue with the sdio registration. I would like to know
if anyone here had the same issue and how did you solve it?.
On Thu, Apr 23, 2015 at 11:10 AM, John Tobias wrote:
> Hello Guys,
>
> I am trying to use the bcmdhd wifi driver 43340 module on iMX6DL
> processor using kernel Freescale GA (3.10.53).
>
> I am having an issue with the sdio registration. I would like to know
> if anyone here had the same issue and
Hello Guys,
I am trying to use the bcmdhd wifi driver 43340 module on iMX6DL
processor using kernel Freescale GA (3.10.53).
I am having an issue with the sdio registration. I would like to know
if anyone here had the same issue and how did you solve it?.
Entry: wifi_add_dev
Entry: wifi_add_dev
20 matches
Mail list logo