From aa7aa91f64b5b2e7ac7eccfd22d28fe9f910bf86 Mon Sep 17 00:00:00 2001 From: Hyuk Lee Date: Tue, 17 Apr 2018 09:47:00 +0900 Subject: [PATCH] Disable the bcmtool debug mode [TFIVE-801] Temporarly debug mode is disable. Because of bt-core permission, it should be modifed. Change-Id: I979d9bf2ff32181e0d54c6cad9bf6949bebed682 Signed-off-by: Hyuk Lee --- scripts/bt-dev-start-exynos3250.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/bt-dev-start-exynos3250.sh b/scripts/bt-dev-start-exynos3250.sh index c83d542..9e163b6 100755 --- a/scripts/bt-dev-start-exynos3250.sh +++ b/scripts/bt-dev-start-exynos3250.sh @@ -78,9 +78,9 @@ fi echo "Registering Bluetooth device" -$BCM_TOOL $BT_UART_DEVICE -TYPE=${BCM_CHIP_NAME} $ENABLE_BCMTOOL_DEBUG \ +$BCM_TOOL $BT_UART_DEVICE -TYPE=${BCM_CHIP_NAME} \ -FILE=/usr/etc/bluetooth/$BCM_FIRMWARE -BAUD=$UART_SPEED \ - -ADDR=$BT_ADDR >$BCM_TOOL_DBG_LOG 2>&1 & + -ADDR=$BT_ADDR 2>&1 & bcmtool_pid=$! #Check next timeout seconds for bcmtool success -- 2.7.4