Can i solve wifi card install error on i.mx6dl sabresd(YOCTO)?

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

Can i solve wifi card install error on i.mx6dl sabresd(YOCTO)?

547 Views
hanseunglee
Contributor III

Hi everyone.

I want to install Atheros mini-PCIe wifi card on i.MX6dl sabresd board.

 

But i can not solve wifi error.

 

I was set configure below...

 

1. menuconfig set.

check [*]

Bus support -> PCI support,

                     Message Signaled Interrupts(MSi...MSI-x)

                     PCI Express port BUS support 

                     PCI host controller drivers -> Freescale i.MX6 PCIe controller .

Device  Driver -> Network device support --> Wireless LAN ->

                    Atheros Wireless Cards -> Atheros 802.11ac wireless cards support -> Atheros ath10k PCI support ..done.

 

2. package set

$build/conf/local.conf

Add text for wifi install like below...

IMAGE_INSTALL_append += " iw wpa-supplicant net-tools ethtool pciutils \
modutils-initscripts i2c-tools wireless-tools kernel-modules"

 

3. Compile and mount to target board(i.mx6dl sabresd)

 

4. copy firmware 

cp firmware-2.bin_10.1.467.2-1 /lib/firmware/ath10k/QCA988X/hw2.0/firmware-2.bin

   

  and reboot.

But can not work wifi card.

 

attached file is boot log for sabresd board.

 

Can i have solution?

 

Original Attachment has been moved to: boot_ath10k_wificard_error.log.zip

Labels (1)
0 Kudos
1 Reply

423 Views
igorpadykov
NXP Employee
NXP Employee

Hi Hanseung

from log "ath10k: could not probe fw"

this may be incompatibility firmware with this modem

model/linux versions, so one can try to ask updated

firmware from atheros support.

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

0 Kudos