From ee04bec332e970cc8ddf2e44f3b0f4a9bef8b48a Mon Sep 17 00:00:00 2001 From: Viacheslav Bocharov Date: Tue, 9 Jan 2024 14:49:08 +0300 Subject: [PATCH] Use `BCM4345C0.jethome,jethub-j100.hcd` filename for bluetooth firmware on JetHub D1 --- config/sources/families/jethub.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/sources/families/jethub.conf b/config/sources/families/jethub.conf index ff81a592b8..b0d1d81940 100644 --- a/config/sources/families/jethub.conf +++ b/config/sources/families/jethub.conf @@ -159,7 +159,7 @@ buildjethomecmds() { # Wifi & Bluetooth run_host_command_logged mkdir -pv --mode=755 "$destination/lib/firmware/" || exit_with_error "Unable to mkdir firmware" run_host_command_logged mkdir -v --mode=775 "$destination/lib/firmware/brcm/" || exit_with_error "Unable to mkdir brcm" - run_host_command_logged ln -s "../BCM4345C0.hcd" "$destination/lib/firmware/brcm/BCM4345C0.hcd" + run_host_command_logged ln -s "../BCM4345C0.hcd" "$destination/lib/firmware/brcm/BCM4345C0.jethome,jethub-j100.hcd" run_host_command_logged ln -s "brcmfmac43455-sdio.bin" "$destination/lib/firmware/brcm/brcmfmac43455-sdio.jethome,jethub-j100.bin" run_host_command_logged ln -s "brcmfmac43455-sdio.txt" "$destination/lib/firmware/brcm/brcmfmac43455-sdio.jethome,jethub-j100.txt" run_host_command_logged ln -s "brcmfmac43456-sdio.bin" "$destination/lib/firmware/brcm/brcmfmac43456-sdio.jethome,jethub-j100.bin"