Problem of porting Bcm43362(linux 4.1.15)

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Problem of porting Bcm43362(linux 4.1.15)

1,423 Views
stephenlu12
Contributor I

I meet some problems when porting Broadcom Bcm43362 wifi to borad based on imx6ul process.  Output of "ifconfig -a "can not list wlan0 . the console print some error msg when linux kernel start , could someone help me?

 bcm43362 connnect imx6ul on mmc1, work on sdio mode of 1 line;

 

 dts:

&usdhc1 {
    pinctrl-names = "default";
    pinctrl-0 = <&pinctrl_usdhc1>;
    no-1-8-v;
    cd-post;
    pm-ignore-notify;
    bus-width = <1>;
    non-removable;
    keep-power-in-suspend;
    wifi-host;
    status = "okay";

   /* bcm43362 wifi Power Control*/
    on-gpios = <&gpio_i2c 10 GPIO_ACTIVE_LOW>; 
    interrupt-parent = <&gpio2>;
    interrupts = <19 8>;
};


    bcmdhd_wlan_0: bcmdhd_wlan@0 {
        compatible = "android,bcmdhd_wlan";
    };

 

 

kernel : inux-4.1.15-r0 ,download from nxp

 

config  about wirless driver:  

174343_174343.pngQQ截图20170113105451.png

 

 

pin connection:

 

 174349_174349.png12.png

Original Attachment has been moved to: dmsg.txt.zip

Labels (3)
Tags (3)
0 Kudos
1 Reply

477 Views
igorpadykov
NXP Employee
NXP Employee

Hi stephen

please try to apply to vendor support

wireless.murata.com/eng/products/rf-modules-1/wi-fi-bluetooth-for-freescale-i-mx.html

Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos