Skip to content

Commit

Permalink
Use BCM4345C0.jethome,jethub-j100.hcd filename for bluetooth firmwa…
Browse files Browse the repository at this point in the history
…re on JetHub D1
  • Loading branch information
adeepn committed Jan 9, 2024
1 parent 53292b2 commit ee04bec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/sources/families/jethub.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit ee04bec

Please sign in to comment.