From: Hyuk Lee Date: Tue, 17 Apr 2018 00:47:00 +0000 (+0900) Subject: Disable the bcmtool debug mode [TFIVE-801] X-Git-Tag: accepted/tizen/5.0/unified/20181102.012102^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=aa7aa91f64b5b2e7ac7eccfd22d28fe9f910bf86;hp=09b16a99028ec3f68cff6a0db9f7a5d94b9e7498;p=platform%2Fadaptation%2Fbluetooth-firmware-bcm.git 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 --- 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