summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoHyun Pyun <dh79.pyun@samsung.com>2018-01-19 14:12:29 +0900
committerDoHyun Pyun <dh79.pyun@samsung.com>2018-01-19 14:14:22 +0900
commit21578093831ff11794558da532f185e6613e1b27 (patch)
tree3f01466afddb9afcf2e51c106f8b3a9756536e04
parent3502b6337b3fdba13158ed13df61c431402b5f81 (diff)
downloadbluetooth-firmware-marvell-21578093831ff11794558da532f185e6613e1b27.tar.gz
bluetooth-firmware-marvell-21578093831ff11794558da532f185e6613e1b27.tar.bz2
bluetooth-firmware-marvell-21578093831ff11794558da532f185e6613e1b27.zip
Modify the script value for artik530submit/tizen_4.0/20180119.062011
Change-Id: Ic50359f57fe2f1fa3a124eca9e4233177529e3cc Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
-rwxr-xr-xscripts/bt-dev-start.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/bt-dev-start.sh b/scripts/bt-dev-start.sh
index c7e9ad8..9bb1c02 100755
--- a/scripts/bt-dev-start.sh
+++ b/scripts/bt-dev-start.sh
@@ -11,7 +11,7 @@ HCI_CONFIG=/usr/bin/hciconfig
CP="/bin/cp"
#KERNEL_DIR=`uname -a | awk '{print($3)}'`
#DRV_DIR=/lib/modules/$KERNEL_DIR/kernel
-BT_DRIVER=/usr/lib/modules/4.4.19-9.2-artik530-raptor/kernel/drivers/net/wireless/sd8977/mbt_src/bt8xxx.ko
+BT_DRIVER=/usr/lib/modules/4.4.19-19.3-artik530-raptor/kernel/drivers/net/wireless/sd8977/mbt_src/bt8xxx.ko
echo "MARVELL89XX BT START"
@@ -25,7 +25,7 @@ echo "Unblock bluetooth RFKILL"
${RFKILL} unblock bluetooth
echo "Power On"
-echo 1 > /sys/devices/platform/sd8x-rfkill/pwr_ctrl
+echo 2 > /sys/devices/platform/sd8x-rfkill/pwr_ctrl
TIMEOUT=20