configs/orange-pi-zero-plus2: enable WiFi support
authorSergey Matyukevich <geomatsi@gmail.com>
Sun, 11 Feb 2018 15:56:49 +0000 (18:56 +0300)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Wed, 14 Feb 2018 21:04:25 +0000 (22:04 +0100)
commit53ae154c77228b36d1d9ae0cad057de8879ad2bc
tree11315cf29ecf016e781e21304a267988bfcd8ac1
parent5c5f274601902c9faa585233b774a5926b6105ce
configs/orange-pi-zero-plus2: enable WiFi support

Orange-Pi Zero Plus2 board has AP6212 WiFi/BT combo, but does
not have ethernet port. So it makes sense to enable wireless
networking by default:

- add DTS patch enabling AP6212 WiFi/BT combo support
  -- this patch is on its way to mainline Linux v4.16
- enable WiFi support in kernel config
- enable Broadcom brcmfmac kernel driver in kernel config
- add Broadcom wireless firmware package to image
- add basic wireless tools to image
- add mdev to image to enable module autoloading
- add rootfs overlay with proper NVRAM file for on-board AP6212 chip

Signed-off-by: Sergey Matyukevich <geomatsi@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
board/orangepi/orangepi-zero-plus2/linux-extras.config [new file with mode: 0644]
board/orangepi/orangepi-zero-plus2/patches/linux/linux-0001-arm64-dts-orange-pi-zero-plus2-enable-ap6212.patch [new file with mode: 0644]
board/orangepi/orangepi-zero-plus2/rootfs_overlay/lib/firmware/brcm/brcmfmac43430-sdio.txt [new file with mode: 0644]
configs/orangepi_zero_plus2_defconfig