1f94f1aaab
Add firmware file for the Raspberry Pi 3 and Zero W Bluetooth module. Note that to successfully download the firmware bluez5_utils needs a patch[1]. Even though the firmware file name (BCM43430A1.hcd) only mentions the Bluetooth module, it is most likely tailored for the Raspberry Pi boards. Firmware for the same BT module on other boards look different. For this reason the name of the package is rpi-bt-firmware. [1] http://www.spinics.net/lists/linux-bluetooth/msg69470.html [Peter: correct Config.in ordering] Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 lines
229 B
Plaintext
9 lines
229 B
Plaintext
config BR2_PACKAGE_RPI_BT_FIRMWARE
|
|
bool "rpi-bt-firmware"
|
|
depends on BR2_arm || BR2_aarch64
|
|
help
|
|
Raspberry Pi 3 and Zero W Broadcom BCM43438 Bluetooth module
|
|
firmware.
|
|
|
|
https://aur.archlinux.org/packages/pi-bluetooth
|