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

[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_

Re: [yocto] Disabling ipv6

2015-10-26 Thread Todd Efflam
On Fri, Oct 23, 2015 at 4:43 PM, Burton, Ross wrote: > In your distro configuration either define your own DISTRO_FEATURES entirely > from scratch, or use DISTRO_FEATURES_remove = "ipv6". Thanks for the tip. We tried adding this to the local.conf file but it failed with the following error: ERRO

[yocto] Disabling ipv6

2015-10-23 Thread Todd Efflam
Hello, We're trying to disable ipv6 in our build and are able to do so by directly editing the file meta/conf/distro/include/default-distrovars.inc and deleting "ipv6" from "DISTRO_FEATURES_LIBC_DEFAULT ?= "ipv4 ipv6 libc-backtrace lib..." Is there a better way to disable ipv6 so that we can do th

Re: [yocto] No '/lib/modules' directory in image, modprobe fails

2015-08-13 Thread Todd Efflam
On Tue, Aug 11, 2015 at 6:36 PM, Khem Raj wrote: > > > On Aug 11, 2015, at 5:53 PM, Todd Efflam wrote: > > > > Hello, > > We're trying to load and unload modules using modprobe but are having > problems. The command fails with "modprobe: can't chang

[yocto] Problem creating debug build with inlined functions

2015-08-13 Thread Todd Efflam
Hello, We're trying to create a debug build so we can use our image with gdb, however we're unable to get it to compile. We've added the lines "DEBUG_BUILD = "1"" and "EXTRA_IMAGE_FEATURES += "tools-sdk dbg-pkgs tools-debug debug-tweaks"" to the local.conf file, but it seems to be failing on glibc

[yocto] No '/lib/modules' directory in image, modprobe fails

2015-08-11 Thread Todd Efflam
Hello, We're trying to load and unload modules using modprobe but are having problems. The command fails with "modprobe: can't change directory to '/lib/modules': no such file or directory". There is actually no /lib/modules directory on the image at all. We tried to install the linux-libc-heade