We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76995be commit 584cca2Copy full SHA for 584cca2
build-armbian/armbian-files/common-files/etc/custom_service/start_service.sh
@@ -47,8 +47,12 @@ ophub_release_file="/etc/ophub-release"
47
48
# For smart-am60(rk3588) board Bluetooth contrl
49
[[ "${BOARD_FDT}" == "rk3588-smart-am60.dtb" ]] && {
50
+ rfkill block all
51
+ chmod a+x /lib/firmware/ap6276p/brcm_patchram_plus1
52
+ sleep .5
53
rfkill unblock all
- bash /lib/firmware/ap6276p/ap6276p_bt.sh
54
+ /lib/firmware/ap6276p/brcm_patchram_plus1 --enable_hci --no2bytes --use_baudrate_for_download --tosleep 200000 --baudrate 1500000 --patchram /lib/firmware/ap6276p/ /dev/ttyS9 &
55
+
56
echo "[$(date +"%Y.%m.%d.%H:%M:%S")] Bluetooth firmware successfully download on Smart-am60(rk3588)." >>${custom_log}
57
}
58
0 commit comments