mirror of
https://github.com/Fishwaldo/build.git
synced 2025-03-31 03:01:47 +00:00
Fixed Bluetooth on Cubietruck
This commit is contained in:
parent
5b91d28957
commit
a0f44ac5f6
3 changed files with 3 additions and 0 deletions
BIN
bin/brcm_bt_reset
Normal file
BIN
bin/brcm_bt_reset
Normal file
Binary file not shown.
Binary file not shown.
|
@ -42,6 +42,9 @@ else
|
||||||
PORT="ttyS1"
|
PORT="ttyS1"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# reset port
|
||||||
|
/usr/local/bin/brcm_bt_reset /dev/$PORT
|
||||||
|
|
||||||
# Start patching
|
# Start patching
|
||||||
/bin/echo -en "" > /dev/$PORT # pull down RTS on UART
|
/bin/echo -en "" > /dev/$PORT # pull down RTS on UART
|
||||||
log_action_begin_msg "Start pushing firmware to device and waiting max. 60sec to complete"
|
log_action_begin_msg "Start pushing firmware to device and waiting max. 60sec to complete"
|
||||||
|
|
Loading…
Add table
Reference in a new issue