update bt firmware

8445a53ce2

 - add firmware for rpi-400
  2e64c6624a
arpi-12
Peter Yoon 2021-06-17 22:25:26 +09:00
parent e2cab2de6e
commit 2ae60d46de
4 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,6 @@
# UART device port where Bluetooth controller is attached
UartPort = /dev/ttyAMA0
# Firmware patch file location
FwPatchFilePath = /lib/firmware/brcm
# Firmware Name
FwPatchFileName = BCM4345C5.hcd

Binary file not shown.

Binary file not shown.

View File

@ -115,6 +115,7 @@ PRODUCT_COPY_FILES := \
$(LOCAL_PATH)/firmware/brcm/brcmfmac43456-sdio.txt:root/lib/firmware/brcm/brcmfmac43456-sdio.raspberrypi,400.txt \
$(LOCAL_PATH)/firmware/brcm/brcmfmac43456-sdio.txt:$(TARGET_COPY_OUT_RAMDISK)/lib/firmware/brcm/brcmfmac43456-sdio.raspberrypi,400.txt \
$(LOCAL_PATH)/firmware/brcm/BCM4345C0.hcd:root/lib/firmware/brcm/BCM4345C0.hcd \
$(LOCAL_PATH)/firmware/brcm/BCM4345C5.hcd:root/lib/firmware/brcm/BCM4345C5.hcd \
$(LOCAL_PATH)/bluetooth/bt_vendor.conf:system/etc/bluetooth/bt_vendor.conf \
$(PRODUCT_COPY_FILES)