The WiFi chip installed in the board is the Broadcom 4330, so we ought to provide the proper nvram config and firmware to enable the board to proper support the WiFi.
Change-Id: I4d5ed031edb28a79c033098d23eedc642cccc7e0 Signed-off-by: Otavio Salvador <[email protected]> --- conf/machine/cubox-i.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/machine/cubox-i.conf b/conf/machine/cubox-i.conf index 4d3e9fa..4809dcb 100644 --- a/conf/machine/cubox-i.conf +++ b/conf/machine/cubox-i.conf @@ -27,5 +27,6 @@ KERNEL_IMAGETYPE = "zImage" KERNEL_DEVICETREE = "imx6dl-cubox-i.dtb imx6q-cubox-i.dtb imx6dl-hummingboard.dtb imx6q-hummingboard.dtb" MACHINE_FEATURES += "pci wifi bluetooth alsa bluetooth irda serial usbhost wifi" +MACHINE_EXTRA_RRECOMMENDS += " bcm4330-nvram-config" SERIAL_CONSOLE = "115200 ttymxc0" -- 2.1.4 -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
