Re: [yocto] Problem installing ath10k firmware

2016-02-03 Thread Khem Raj
> On Feb 3, 2016, at 10:22 AM, Todd Efflam wrote: > > Finally was able to get it work - the error seemed to be a combination > of things. > > We went with the modular build and ended up building the following as modules: > CONFIG_ATH10K=m > CONFIG_ATH10K_PCI=m > CONFIG_ATH_CARDS=m > CONFIG_ATH_

Re: [yocto] Problem installing ath10k firmware

2016-02-03 Thread Todd Efflam
Finally was able to get it work - the error seemed to be a combination of things. We went with the modular build and ended up building the following as modules: CONFIG_ATH10K=m CONFIG_ATH10K_PCI=m CONFIG_ATH_CARDS=m CONFIG_ATH_COMMON=m Then we added only "kernel-module-ath10k-pci" to IMAGE_INSTAL

Re: [yocto] Problem installing ath10k firmware

2016-02-02 Thread Todd Efflam
> Seems like you should get the firmware here: > > https://github.com/kvalo/ath10k-firmware/tree/master/ > > and copy it here: > > $ cp firmware-2.bin_10.1.467.2-1 > /lib/firmware/ath10k/QCA988X/hw2.0/firmware-2.bin Thanks Fred, we actually tried this but it still fails. It seems like the two o

Re: [yocto] Problem installing ath10k firmware

2016-02-02 Thread Fred Ollinger
From: yocto-boun...@yoctoproject.org on behalf of Todd Efflam Sent: Monday, February 1, 2016 5:14 PM To: yocto@yoctoproject.org Subject: [yocto] Problem installing ath10k firmware Hello, We're having a problem getting the ath10k firmware to run with a new wireless card.

[yocto] Problem installing ath10k firmware

2016-02-01 Thread Todd Efflam
Hello, We're having a problem getting the ath10k firmware to run with a new wireless card. The card uses chip QCA9882. We've tried installing ath10k firmware using: IMAGE_INSTALL_append += linux-firmware-ath10k in combination with the following kernel configs: CONFIG_FIRMWARE_IN_KERNEL=y CONFIG_