Other Parts Discussed in Thread: TMDXEVM3358,
Hi,
I am using TMDXEvm3358 board and WL1835MODCOM8B, I am using the default SDK MMC card supplied with the EVM. I can see that bluez is already in it (when Is it so?), if I runs the same script(bt_en.sh), will I be able to bring up bluetooth with hcitool commands.
here is the script from the manual,
echo 117 > /sys/class/gpio/export
echo out > /sys/class/gpio/gpio117/direction
echo 1 > /sys/class/gpio/gpio117/value
echo 0 > /sys/class/gpio/gpio117/value
echo 1 > /sys/class/gpio/gpio117/value
echo "Done enabling BT"
gpio="nshutdown_gpio=117"
tty="tty=/dev/ttyS1"
flow="flow_cntrl=1"
baud_rate="baud_rate=3000000"
mkdir /home/root/tibt
echo $gpio > /home/root/tibt/config
echo $tty >> /home/root/tibt/config
echo $flow >> /home/root/tibt/config
echo $baud_rate >> /home/root/tibt/config.
Visakh